”
], { 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);
});
});
})();
Check out the screenshot of superstars reacting to McIntyre’s emotional post:
The Scottish Warrior is currently engaged in a heated rivalry with Jacob Fatu, with whom he has been feuding for months. Fatu ruined his WrestleMania opportunity by costing him his Undisputed Championship against Cody Rhodes after Elimination Chamber 2026.
Two are bloodthirsty rivals, and analyzing the bad blood between them, Nick Aldis has booked them into a grudge Unsanctioned Match at The Showcase of the Immortals, which could finally end their feud.
Former WWE champion calls Jacob Fatu Bumblebee
The former Undisputed Champion posted a video on social media, calling The Samoan Werewolf a nepo baby. However, he also acknowledged his athleticism and called him a legitimate bad man. McIntyre also labeled Fatu as a bumblebee.
Here is what he said:
“You can’t move around WWE without bumping into a nepo baby or a fraud; Jacob happens to be both. I’ll say this about him: he’s an animal. Freakishly athletic for a guy that used to resemble a bumblebee, and move like one, but pretty jacked bumblebee these days. He’s getting quite strong, he’s legitimately bad man, he’s a man in a world full of boys, this used to be a man’s business, that’s a bad man, I like that,” he said.
That being said, it will be interesting to see what plans Triple H and his creative team have in store for McIntyre & Fatu’s WrestleMania saga in the upcoming weeks.
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/news-adam-pearce-chelsea-green-damian-priest-bronson-reed-others-react-wwe-star-drew-mcintyre-shares-heartbreaking-news?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


