”
], { 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);
});
});
})();
In a recent appearance on the 2 Count Tuesday podcast, Jonathan Coachman shed some light on the backstage atmosphere in WWE. The wrestling veteran claimed that things had turned sour following TKO asking talent to take pay cuts. Coahman stated that performers were now apprehensive of voicing their frustrations in fear of losing their jobs or having to take another pay cut.
“And now, with the pay cuts, it’s even worse. You can’t say anything because they’ll come to you and say, ‘I don’t give a s*** whether you have two, three, or four years left on your deal—we’re going to give you a pay cut, or you’re going to walk out the door for whatever reason.” said Jonathan Coachman (H/T – TJRWrestling)
Jonathan Coachman also made wild claims regarding Roman Reigns’ relationship with WWE
A few weeks back, Jonathan Coachman spoke about WWE advertising and then pulling Roman Reigns from its June schedule. He alleged that things might be far from rosy between Reigns and TKO. Coachman claimed the World Heavyweight Champion is amid a salary dispute and that he feels underpaid by the company.
“You want us to believe that you made an error in advertising every single RAW and a PLE in the month of June? I believe there is something going on. I believe TKO, who is so disengaged from all of this, is looking at Roman Reigns, unlike Dak (Prescott), who makes 60 million as the number one guy; we are talking about 10 million a year. To me, that’s underpaid.”
Reigns is currently slated to defend his title this Sunday at Clash in Italy 2026 against his cousin Jacob Fatu and then take a short sabbatical from WWE.
`;
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-you-re-going-walk-door-wwe-stars-threatened-firing-raising-voice-alleges-jonathan-coachman?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













