”
], { 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);
});
});
})();
“I heard the quote. I heard what John said. Whatever people weren’t feeling what was going on, they decided to pivot. He outright asked, ‘Do you want AJ?‘ And match was incredible. I could sit there and go, ‘Damn, what if?’ Or, ‘What if he tweeted my name?’ But the reality is he’s retired and I’m World Champion, so I think it worked out just fine for Drew McIntyre,” he said. [H/T: WrestlePurists on X]
You can check out the interview in the video below:
Roman Reigns won the Men’s Royal Rumble match last month in Saudi Arabia and has selected World Heavyweight Champion CM Punk as his WrestleMania opponent. The winner of the Men’s Elimination Chamber match at the PLE this weekend will go on to challenge Drew McIntyre for the Undisputed WWE Championship at The Show of Shows in April.
Drew McIntyre reveals why he was upset with two major WWE stars
Undisputed WWE Champion Drew McIntyre recently shared why he was upset following CM Punk and Roman Reigns’ promo on RAW earlier this month.
Speaking on Busted Open Radio, the SmackDown star revealed he was legitimately upset about Reigns and Punk talking about him and suggested that they focus on each other.
“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]
It will be fascinating to see which WWE star wins the Men’s Elimination Chamber match this Saturday in Chicago.
`;
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-breaks-silence-canceled-wwe-match?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













