”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Earlier today, Sheamus posted a video of himself on Instagram doing weight training at a gym. The social media update caught the attention of Finn Balor, who humorously asked the 48-year-old to take care of his head while working out.
“Care with that big Mellon mate,” Balor wrote.
Below is a screenshot of his comment:
While Sheamus parted ways with the global juggernaut earlier this month, Balor officially moved to SmackDown in June after ending his rivalry with his former The Judgment Day stablemates. The 44-year-old wrestled Tama Tonga in his first singles match last week on the blue brand’s show. He scored an impressive win over the member of the MFTs.
A former WWE Superstar wants Finn Balor to win a major championship
Speaking in an interview with TMZ Sports, former WWE Superstar Luke Gallows had some great things to say about Balor.
The former member of the Balor Club noted that the Irish pro wrestler has had the potential to be a major star since the beginning of his career. Gallows added that Balor having a heel run as a world champion would be great.
“Finn Balor has had star written all over him from the very beginning. You can look at the guy, you can see the presence, you can see the fan reaction. I think both of us, seeing him at the top of his game in Japan and then what he’s turned into, I have to agree 100%. A world championship run as heel Finn Balor, it’s money in the bank. It has got to go that way, and I hope we get to see him do it, he stays healthy and he can be the superstar that he has always been at the very tip-top,” Gallows wrote.
While the former member of The Judgment Day is currently nowhere near any title as he continues to feud with the MFTs on Friday Night SmackDown. Only time will tell if he goes up against any WWE champion after he is done with the heel faction.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-finn-balor-sends-cheeky-message-sheamus-recent-injury?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here



