”
], { 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);
});
});
})();
Sean Ross Sapp of Fightful has provided an update on social media. He noted that it was not just one star who was asked to take pay cuts, but “a number of people.” You can check out his message in his post below.
WWE released The Wyatt Sicks, Zoey Stark, Zelina Vega, Aleister Black, Kairi Sane, Santos Escobar, Motor City Machine Guns, JC Mateo, Tonga Loa, and more stars following WrestleMania 42.
AJ Styles reacts to Motor City Machine Guns being released by WWE
Wrestling legend AJ Styles shared an emotional reaction to the Motor City Machine Guns being released by the company.
The Motor City Machine Guns debuted for the promotion in 2024 and quickly became WWE Tag Team Champions. However, they were not featured on television as much in recent months and were ultimately let go. AJ Styles lost to Gunther in his retirement match at Royal Rumble 2026 earlier this year in Saudi Arabia.
Speaking on his Phenomenally Retro podcast, Styles commented on MCMG being released and admitted that he didn’t know the reason. The Phenomenal One added that he loved the popular tag team.
“I’m sure it has to come down to space and time and money. It’s not anything like it used to be. Although I know that Vince [McMahon] used to do this, too. I don’t know. I have no idea. And I don’t think I want to know. I don’t think I want to know the reason why some of these superstars were let go. I mean, the Motor City Machine Guns, I freaking love those guys,” said Styles. (H/T: WrestlePurists)
It will be interesting to see if WWE makes any more changes to the roster in the weeks ahead.
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/rumor-major-update-ongoing-pay-cuts-wwe-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


