], { 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 Scotsman pulled out all the stops to retain his gold, but failed in his attempt. During the match, Drew McIntyre pulled the referee, Charles Robinson, in the way while Cody Rhodes was looking for a disaster kick.

Moments later, the Scottish Warrior headbutted the second referee, Dan Engler, with whom he had major issues in the past.

Wade Barrett, who was on commentary desk, stated that Drew McIntyre’s actions could very well lead to another suspension.

“Well, that may well lead to another suspension for [Drew] McIntyre,” Barrett said.

You can watch the full match below:

FULL MATCH: Cody Rhodes reclaims the Undisputed WWE Title from Drew McIntyre: SmackDown highlights

Despite his inexplicable actions, McIntyre lost his Undisputed WWE Championship to Rhodes. Jacob Fatu made things right this time, helping Cody Rhodes reclaim his throne.

The Samoan Werewolf caused a distraction for the Scotsman, stopping him from using the steel chair behind the referee’s back.


Drew McIntyre’s Undisputed WWE Championship loss didn’t sit well with some fans

Drew McIntyre may be a heel on-screen, but the WWE Universe was rooting for him to walk into WrestleMania 42 as the Undisputed Champion.

Things didn’t go as planned, leaving his status for the Showcase of the Immortals up in the air.

The outcome caused a massive outrage on social media. The official video of the American Nightmare’s crowning moment has been flooded with over 150 dislikes on WWE’s YouTube channel.

The counters are likely to increase, given that many fans are jumping on the bandwagon. There’s no word yet on what Triple H has in store for Drew McIntyre.

Is he going to be punished for his actions? Or a WrestleMania 42 match with Jacob Fatu inevitable?

Fans must tune in next week to find out how the storyline between the two men unfolds as we march toward Las Vegas.


If you use quotes from this article, please give an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
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-breaking-news-drew-mcintyre-could-face-suspension-from-wwe?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

Leave A Reply

Exit mobile version