”
], { 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);
});
});
})();
“Building something better,” he wrote.
Drew McIntyre lost the Undisputed WWE Championship to Cody Rhodes ahead of WrestleMania 42. He squared off against Jacob Fatu at WrestleMania in an Unsanctioned match but came up short.
Jacob Fatu challenged Roman Reigns for the World Heavyweight Championship at Backlash 2026 this past Saturday night. The OTC was able to retain his title but was brutally attacked by Fatu following the match. There is a “Roman Reigns Acknowledgment Ceremony” scheduled for tonight’s episode of RAW, and Fatu will be in attendance.
Drew McIntyre comments on his WWE schedule
SmackDown star Drew McIntyre recently opened up about the promotion eliminating house shows.
Speaking on Bobby Bones Presents: The BobbyCast, Drew McIntyre noted that he only has to wrestle once every couple of months now in WWE, but his body feels like he has been in a car crash after each match.
“These days, I probably wrestle one match every couple of months. They finally eliminated most of the non-televised shows. One, the talent were just getting hurt all the time and going out quicker, and two, from a profit standpoint, it just didn’t make sense. It never made sense to me, profit-wise. So now, the money’s in the TV deals and all the other massive deals that the billion dollar man Nick Khan is constantly making so because I’m wrestling once every two months, every three months, I do feel like I’ve been in a car crash after the matches and I train for each match now, like, I assume a boxer would train for a fight, UFC fighter would train for a fight, I train for each pro wrestling match.” said McIntyre.
Only time will tell when McIntyre will make his return to WWE television.
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-building-something-better-drew-mcintyre-shares-major-tease-amid-wwe-hiatus?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


