], { 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 Bálor Entrance | WWE Live North Charleston | 08/30/26

Finn Balor, Gunther, and Kevin Owens battled in a Triple Threat match this past Friday night on SmackDown to determine the number one contender for the Undisputed WWE Championship. Sami Zayn interfered in the match and beat everyone down, resulting in the match ending in a no contest.

CM Punk captured the Undisputed WWE Championship from Sami Zayn in July. Zayn won the title at Night of Champions 2026 but only got to be champion for nine days before losing it to The Second City Saint. Balor was kicked out of The Judgment Day on the March 9 edition of RAW and has since switched to the SmackDown brand.

Major WWE star breaks character to praise Finn Balor

Sami Zayn broke character ahead of SummerSlam to praise Finn Balor. The two stars were supposed to compete in a singles match at the PLE, but SmackDown GM Nick Aldis added Gunther and Kevin Owens to the match at the last moment.

Kevin Owens emerged victorious to earn a title shot against CM Punk but lost the match on August 21 after Zayn interfered. Speaking with ESPN, Zayn praised Balor as a performer and noted that they both have had similar journeys in their careers.

“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,” he said.

Amidst all the CHAOS, Sami Zayn stands tall! 😱 @SamiZayn is willing to do whatever it takes to be WWE Champion AGAIN!

It will be interesting to see if Balor can earn another shot at the title in the weeks ahead on SmackDown.

Why did you not like this content?


`;
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-wwe-star-finn-balor-launches-new-project?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

Leave A Reply

Exit mobile version