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

However, he warned the people who rushed his family and shoved a camera in his face to never do anything like that again. Drew McIntyre also shared a compilation video of his time with fans during WrestleMania weekend, and you can check it out in the post below.

“For those fans who spent hard earned money on a chance to say hello, take a photo, have something signed, or give me one of my many, many bracelets, I appreciate each and every single one of you. To those who rushed my family and I in the hotel, kept your kids up till 2am throwing them in front of us, or shoved a camera in my face without asking, you’re lucky I’m a calm natured person outside the ring. Please don’t do that ever again,” he wrote.

Jacob Fatu defeated the 40-year-old in an Unsanctioned Match at WrestleMania. Fatu confronted Roman Reigns last night on WWE RAW and challenged The OTC to a World Heavyweight Championship match at Backlash 2026.

Jacob Fatu reacts to defeating Drew McIntyre at WWE WrestleMania

Popular WWE star Jacob Fatu commented on getting the better of Drew McIntyre at WrestleMania 42.

In an interview with Daniel Cormier, The Samoan Werewolf complimented McIntyre for bringing the best out of him and added that the former WWE champion was a beast in the ring.

“I’m not going to sit here and sugarcoat anything. I do want to give a shout-out because I feel like he brought the dog out of me no matter what it was, you know? Drew McIntyre ain’t no regular guy,” Fatu said. “He’s a beast, you know? So it might sound weird, but shout out to Drew, though, for bringing the dog out of me yesterday, man. […] I mean, man, we got to think about what he’s been doing. I feel like this would have had never happened. It would have never had got to where it went if it wasn’t for Drew McIntyre, you know?”

Drew McIntyre handcuffs Jacob Fatu and beats him down “How does it feel to be back in chains where you belong?” #SmackDown

Only time will tell what the future holds for McIntyre following his loss to Fatu at WWE WrestleMania.

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-drew-mcintyre-sends-important-psa-fans-following-wrestlemania?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