”
], { 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);
});
});
})();
“I am really happy for the human being Rami to finally be awarded this position. I think it sends a good message to the future of pro wrestlers when they’re looking at career trajectories, decisions being made, perhaps subjecting themselves to things they don’t want to be involved in or do creatively. That there was a path for this guy who clearly was never figured into the major plans of these larger than life superstar people. He did it, and I think it sends the right message to young people getting involved in the business,” said Kross. (H/T: WrestleTalk)
Karrion Kross’s time in the promotion came to an end following his loss to Sami Zayn at SummerSlam 2025. The veteran is currently the reigning MLW World Heavyweight Champion.
Sami Zayn reveals heartfelt interaction with WWE legend John Cena
Undisputed WWE Champion Sami Zayn recently shared what John Cena texted him following his title win at Night of Champions 2026.
In an interview with Don, Hahn, & Rosenberg on ESPN New York, Zayn shared that Cena congratulated him following the victory at the PLE. The champion disclosed that Cena praised him for doing things his own way.
“One of the things he said that also really touched me is just that, like, you know, this is genuinely earned, and I don’t want to throw out personal stuff that he said to me, but the thing that stuck to me is just that he said, ‘You really did it your way,'” he added.
You can check out the full interview in the video below:
It will be fascinating to see how long Sami Zayn can hang onto the Undisputed WWE Championship moving forward.
`;
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-sami-zayn-backed-surprising-former-wwe-star-following-title-win?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













