”
], { 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);
});
});
})();
Richard Holliday has also made a name for himself on the independent wrestling scene and is also rumored to be joining the company. Fightul’s report also noted that Holliday was once considered for the role of Mr. Elegance in TNA.
There was a massive title change on last night’s episode of RAW in Chicago, Illinois. Cody Rhodes defeated Jey Uso in the main event of SmackDown to become the number one contender for the Undisputed WWE Championship. The American Nightmare was set to battle Sami Zayn last night, but Gunther attacked Rhodes, and the match was called off.
However, SmackDown GM Nick Aldis revealed that he had found a replacement, and CM Punk showed up to compete for the title. The Second City Saint captured the title and is rumored to be defending it against Cody Rhodes at SummerSlam next month.
Booker T defends WWE after major star’s controversial exit
Wrestling icon Booker T recently defended the promotion after Sheamus’ controversial departure.
While the company is looking to bring in fresh new talent, they are also losing some of its most popular veterans. The New Day and Sheamus reportedly declined a restructured contract offer from the promotion, resulting in their surprising exits.
Speaking on his Hall of Fame podcast, Booker T defended the company and suggested they were not wrong for letting older talent go. Sheamus spent almost 19 years in the promotion before his surprising exit.
“So when I hear people literally trying to make WWE the bad guy when somebody gets released, laid off, or fired, that happens at any corporation, because it really does,” he said. (H/T: Ringside News)
It will be fascinating to see if WWE makes any more roster changes on the road to SummerSlam 2026.
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-wwe-expected-sign-highly-sought-after-free-agents-report?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



