], { 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);
});
});
})();

In response, Drew McIntyre said he had encouraged people to step up to him. However, he also made it clear that Williams hadn’t earned a chance to get in the ring for the Undisputed Championship. He also added that if he interrupted him again, the consequences would be painful.

“A little bit of advice for you kid, walk before you can run. If you interrupt the Champ again, I’ll stick those Lemon Pepper Steppers where the sun don’t shine!”

Trick Williams is making too many enemies too fast on SmackDown. He interrupted McIntyre even though he was not scheduled for any matches this week. This didn’t bode well with the Scotsman, who wasn’t allowed to deliver his promo because of Jacob Fatu and Cody Rhodes on separate occasions.


Drew McIntyre fires shots at CM Punk and Roman Reigns

When Drew McIntyre did get a chance to speak after Nick Aldis had sent Rhodes and Fatu out of the building, he aimed his crosshairs at CM Punk and Roman Reigns. The World Heavyweight Champion and the 2026 Royal Rumble had entered a verbal feud with each other on this week’s RAW episode.

While the two men fired shots at each other, Drew McIntyre also ended up catching some strays. Addressing the matter, the Scottish Psychopath said that neither Punk nor Reigns were big enough to look down on the Undisputed Championship, SmackDown, and the legacy the title and the brand carried.

He also said that he went through hell to earn the title, and had The OTC ever faced him in a proper one-on-one match, he would’ve k**led him. He also said that while Punk called McIntyre the easy option, the Second City Saint was the weaker opponent for Reigns since Punk was just one bad fall away from ending his career.

It would be interesting to see what lies ahead for McIntyre on the Road to WrestleMania 43.

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-if-interupt-champ-again-drew-mcintyre-sends-stern-warning-31-year-old-superstar-wwe-smackdown?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