”
], { 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 Busted Open Radio, Drew McIntyre revealed what bothered him about Roman Reigns and CM Punk’s promo segment.
“That’s the part [speaking about the title] that more got my attention. I don’t care, say whatever you want about me. I can protect myself and look after myself verbally. They weren’t even that bad. Whatever one person said, the other one defended me. It was the stuff about the title and SmackDown, making it feel a little less than when they’re such big superstars. Just focus on the title and each other. I went out, did a Braveheart speech on Friday because I was legitimately upset,” Drew said. [H/T: Fightful Wrestling]
Drew McIntyre will face the winner of the Men’s Elimination Chamber Match at WrestleMania 42
Since the 2026 Men’s Royal Rumble Match winner, Roman Reigns, has chosen to face CM Punk for the World Heavyweight Championship at WrestleMania 42, Drew McIntyre’s opponent for The Show of Shows will be determined at the upcoming Elimination Chamber PLE.
Six top WWE Superstars will compete inside the steel structure to get an opportunity to challenge for the Undisputed WWE Championship at The Grandest Stage of Them All.
Randy Orton, LA Knight, Cody Rhodes, and Je’Von Evans have secured their spots thus far. On this week’s SmackDown, Damian Priest, Trick Williams, and Carmelo Hayes will collide in a Triple Threat Match to qualify for the Men’s Elimination Chamber Match.
`;
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-drew-mcintyre-reveals-why-he-was-legitimately-upset-with-two-top-wwe-superstars?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













