”
], { 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);
});
});
})();
The Scottish Warrior joined the cast of the upcoming Highlander alongside Henry Cavill and took time off from in-ring competition to shoot for the film. Later, it came to light that McIntyre was cast into another project, and Drew himself addressed it on Instagram.
Recently, a new report claimed that the three-time WWE Champion will not compete at SummerSlam in Minnesota, and fans weren’t happy about it. Users on X reacted to the recent reports and believe it’s due to the management’s poor creative choices that McIntyre has decided to stay away from the weekly product.
It’ll be interesting to see when McIntyre returns to the weekly product under Triple H’s creative regime.
Drew McIntyre’s WWE title reign ended before WrestleMania 42
For years, Drew McIntyre wanted to win a world championship in front of a live audience, but the pandemic cost him the opportunity to win the title in front of a crowd, as WrestleMania 36 occurred from the Performance Center. Earlier this year, The Scottish Warrior did the unthinkable and defeated Cody Rhodes.
The two went head-to-head in a Three Stages of Hell match, and McIntyre won the Undisputed WWE Championship in Germany. The Chosen One successfully defended his title against Sami Zayn at the Royal Rumble in Saudi Arabia and made a few defences at live events.
In his next title defence in March, The American Nightmare defeated The Scottish Warrior and won the title back heading into WrestleMania 42. Drew McIntyre’s dream run ended, and The Choosen One didn’t get to headline the biggest event of the year as the champion in front of a crowd.
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-triple-h-f-ked-up-wwe-dropped-ball-fans-react-popular-star-s-future?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



