”
], { 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);
});
});
})();
Speaking on his Wrestling Observer Live, Bryan Alvarez said that the WWE Hall of Famer was about to step down from his role as head of creative due to outside interference in creative decisions. However, The Game ended up getting his contract extended.
“I had heard about it prior to that as well with other things that had come from above. It was just kind of there was a feeling that perhaps these people keep getting involved and why would they be getting involved if they had so much faith in this guy. And there were people that thought, ‘I don’t know if this guy is going to be around this time next year.’ Turns out he ends up getting his deal extended so he will be around, but it was definitely a discussion point that this may not be his thing for a long period of time. It could be over soon.” [H/T Cultaholic on X]
Nick Khan confirmed that Triple H has signed a multi-year deal with WWE
Triple H has been on the receiving end of a lot of backlash recently, especially after WWE released 26 superstars. Fans were not happy that the higher-ups were earning millions while they released talent.
According to Post Wrestling, Nick Khan held a town hall meeting where he confirmed that The Game has signed a multi-year deal with WWE.
“A number of us [TKO President] Mark [Shapiro], [TKO CFO] Andrew [Schleimer], others, were able to get Paul Levesque to extend with us in a multi-year deal,” Khan said. “We’re excited about that. He’s the head of creative amongst other things and has been doing a great job for and with us.”
It will be interesting to see how long the WWE Hall of Famer will continue in his current role.
`;
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-triple-h-nearly-stepped-wwe-s-head-creative-reports?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













