”
], { 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);
});
});
})();
Priest called him out for the mistake, and Balor responded on social media today by hilariously claiming that he was never good at school. He also shared a yearbook photo of himself from back in the day, and you can check it out in the post below.
“I was never the best at school,” he wrote.
Finn Balor betrayed Damian Priest while they were both in The Judgment Day at SummerSlam 2024. Balor was also kicked out of the faction earlier this year and defeated Dominik Mysterio at WrestleMania 42. Priest is in an alliance with R-Truth on SmackDown, and the duo are the reigning WWE Tag Team Champions.
Finn Balor pitches new role in WWE
SmackDown star Finn Balor recently shared a role he would like to work in the company.
Speaking with Stephanie McMahon on the What’s Your Story? podcast, the 44-year-old stated that he would like to set up NXT Japan alongside Shinsuke Nakamura. He noted that he loved working in Japan and would enjoy working there.
“I fell in love with Japan, but I don’t want to go back to wrestling in Japan, I don’t think. I’d love to go back to Japan and spend time there. When we go back with WWE, it’s absolutely incredible. To perform for WWE in Japan, that’s the dream. Maybe we can set up an NXT Japan. Paul [Levesque] might need a right hand man to run it. Me and Shinsuke, I think would do a good job over there. God, that would be incredible. Go back to my dojo training days. 500 squats out the gate,” he said. (H/T: WrestlePurists)
It will be interesting to see what the company has planned for Balor moving forward on SmackDown.
`;
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-hilarious-reaction-damian-priest-calling?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













