”
], { 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);
});
});
})();
Finn Balor and Dominik Mysterio squared off at WrestleMania 42 in a street fight, with the former picking up the win. However, this has done little to end the feud. Recently, Balor was seen backstage attacking McDonagh before confronting Mysterio.
A clip of the incident was made into a meme with Queen’s ‘We will rock you’ song, which Finn Balor apparently found funny enough to post on X. The caption read:
“We Will Rock You x @DartsWithMatt”
You can check out the clip below:
The clip’s timing and sync with the music garnered a lot of attention from WWE fans, with most finding it hilarious.
JD McDonagh has a lot of respect for WWE star Finn Balor in real life
While the current storyline has JD McDonagh and Finn Balor in opposite camps, the former apparently holds Balor in high regard.
Speaking on INSIGHT with Chris Van Vliet, McDonagh had talked about how Finn Balor helped him in his career. He also emphasized the age difference between the two, and how much respect he had for the veteran.
“What’s your ultimate fantasy dream in wrestling? I would have said, win the Tag Titles with Finn. Honestly, so I looked up to him a lot because obviously the age difference. He’s 9-10 years older than me, and he’s lit the way for me in a lot of ways, showing me that it is possible (…) It was so, so fulfilling and such a full-circle moment for me on him training me. He felt the same way about it.”
Finn Balor’s anger against Judgment Day shows no signs of abating, and it remains to be seen what he does next in WWE.
`;
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-s-backstage-attack-wwe-gets-new-twist?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













