”
], { 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 defeated Damian Priest, Royce Keys, and Trick Williams in a Fatal 4-Way match this past Friday night on SmackDown. As a result of the victory, Balor will be facing Zayn to determine the number one contender for the title at SummerSlam.
Sami Zayn and Gunther teamed up to battle Cody Rhodes and CM Punk earlier this month at Saturday Night’s Main Event. SmackDown General Manager Nick Aldis interfered in the match and struck Gunther over the head with the title. Punk quickly capitalized by hitting the GTS for the pinfall victory. Nick Aldis is scheduled to return to the ring for the first time since 2023 to battle Gunther at the PLE this weekend.
JBL reacts to Sami Zayn’s nine-day reign as Undisputed WWE Champion
WWE legend JBL shared his thoughts on Sami Zayn losing the title to CM Punk after only holding it for nine days.
Speaking on Something to Wrestle, the Hall of Famer stated that not too many stars ever get to be champion, and the short reign might result in a major boost for The Great Liberator’s career.
“You may have given Sami some real life out of here that he wouldn’t have had without these nine days as champion. You may have done something huge for him here. People always say, ‘Oh, he just held it for nine days.’ Tommy originally held it for seven. He held it, that’s the big thing. Now he’s got this to b*tch about it, and I think it’s awesome,” JBL said. (H/T: Fightful)
It will be interesting to see if Sami Zayn can defeat Finn Balor at SummerSlam to get another shot at the Undisputed WWE Championship.
`;
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/rumor-spoiler-major-wwe-star-open-smackdown-report?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













