”
], { 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);
});
});
})();
After departing Triple H’s roster last year, Kross appears to have breathed fresh life into his career. Scarlett Bordeaux took to X recently after Kross became the new WSW World Heavyweight Champion, seemingly referencing how he was never used to his full potential in WWE.
“There’s something really powerful about watching someone who bet on themselves after people tried to define what his ceiling was… Don’t ever let someone else’s opinion of your value become your reality… because your current position is not your final destination. Sometimes the best thing you can do is walk away from the limits people place on you and build something else for yourself instead. Bet on yourself. Even when nobody else does. WSWWrestlingAUS #ANDNEW”
You can check out her comment below:
WWE legend DDP has also praised Karrion Kross
According to DDP, Karrion Kross was offered more money to stay in the Stamford-based promotion, but left anyway.
Speaking on Das Hohe Bein | Wrestling, DDP stated that Kross is now very succesful in the pro wrestling business. He said:
“Freaking Killer Kross [Karrion Kross], I mean, that guy, he’s got it all. The look, the rap, the, you know, the promo, the, God the sh*t he did at the end. I I just couldn’t believe they let him leave. Yeah, everybody thought it was a work, you know? But he had told me that they offered him more money, but it was kind of like a a mid-card money and like, f**k that. He believed in himself. He’s making more money than he’s ever made right now. Now, I don’t know how long that lasts… On top of that, he is a bad motherf***er,” DDP said.
For now, it remains to be seen what Karrion Kross plans to do next.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-seemingly-targeted-former-star-company-karrion-kross-recent-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


