”
], { 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);
});
});
})();
Balor responded to a fan on his Instagram story today who created a graphic of him looking at the Undisputed WWE Championship. Balor reposted the image and added the word “soon,” as seen in the image below.
Gunther defeated Nick Aldis during Night 1 of WWE SummerSlam. It was Aldis’ first match since 2023, and he was reinstated as SmackDown General Manager by Triple H following the loss. The Ring General was furious that Kevin Owens was also added to the number one contender’s match at SummerSlam and called The Prizefighter a “sweaty fat jerk” following his victory.
Major WWE star breaks character to praise Finn Balor
Sami Zayn broke character ahead of SummerSlam to praise Finn Balor. The Last Real Good Guy held the Undisputed WWE Championship for nine days before dropping it to CM Punk last month.
In an interview with ESPN, Zayn noted that Balor was incredible and that they both had a similar journey as professional wrestlers.
“Finn Balor, look, unbelievable, unbelievable. I can’t say enough good things about him as a performer. He has his own journey too. I mean, he won it for a day. It’s not actually terribly dissimilar from me in some ways. He won it, held it for a day because of an injury and that was it, and now he’s been trying to chase that and get back to that for ten years, and it’s similar to me in the sense that it felt like something that was within my grasp ten years ago, and I just have to keep beating my head against the wall to finally get there. So I think we’re in some ways kind of in similar situations. I take nothing away from him.” [From 2:46 onwards]
Only time will tell if Balor will be able to capture the Undisputed WWE Championship in the future.
`;
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-shares-massive-spoiler-wwe-future-following-summerslam-loss?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













