”
], { 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);
});
});
})();
A report emerged stating that TKO Group itself has ordered World Wrestling Entertainment to cut millions from the paychecks of exciting superstars. For the same reason, the company had to reconstruct a few contracts or release those who disagreed. Another report by SRS of Fightful.com revealed that a few superstars were even granted a few days to make their decision.
Now, Fightful Select has reported that following the recent wave of releases, they talked to some talents and agents who informed them that after this round of releases, there will be “heavy changes” with talent negotiating contracts with TKO and WWE moving forward, as there is less trust in the life-changing big money deals for the entire length of their contracts.
Xavier Woods pens emotional post following his WWE departure
Speaking of the current release, The New Day’s departure is one of the most shocking budget cuts in recent memory and confirms his parting ways with the sports entertainment giant, as he posted a farewell on his social media handles, reflecting on his 16-year stint with the brand.
Here’s what he wrote.
“For the past 16 years, WWE has been my home. It’s where I grew up, found myself, failed, learned, and got to live out things the younger version of me could only dream about. When I first walked into FCW, I just wanted a chance to prove I belonged and to bring something different to professional wrestling. That chance became a life full of moments I’ll carry with me forever — WrestleMania, championships, King of the Ring, arenas around the world, and the gift of connecting with all of you by being myself,” he wrote.
That said, it will be interesting to see what changes stars and their teams make as they negotiate their new contracts 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/rumor-report-major-changes-expected-in-wwe-following-recent-tko-budget-cuts?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













