”
], { 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);
});
});
})();
Karrion Kross’ contract with the promotion expired last year following his loss to Sami Zayn at SummerSlam 2025. The Herald of Doomsday is a former NXT Champion but never won a title during his time on the promotion’s main roster.
Karrion Kross names WWE star as one of his favorite opponents
Wrestling veteran Karrion Kross named The Judgment Day’s Finn Balor as one of his favorite opponents in the ring.
Finn Balor interfered in the World Heavyweight Championship match between CM Punk and AJ Styles on this past Monday’s edition of RAW. Balor hit Punk with several Coup to Graces, and the match ended via disqualification.
In an interview with Square Family Wrestling, Kross praised Balor and noted that he enjoyed working with him. He also stated that he hoped to see Balor become a major champion once again.
“He’s really, really tough. I don’t know what his current weight is, obviously he’s on the lighter side but Finn hits harder than most heavyweights, and he’s tougher than most heavyweights. Guy is a complete freak of nature and he’s one of my favorite opponents I’ve ever had in my entire career. He’s really, really good. He’s really underrated and I hope Finn becomes world champion again because he deserves it.” [H/T WrestleTalk]
Karrion Kross was very popular towards the end of his run in WWE. It will be interesting to see if the 40-year-old gets the opportunity to return to the promotion 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-former-wwe-star-odds-win-royal-rumble-vision-member?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













