”
], { 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);
});
});
})();
“Delete this wtf,” he wrote.
McIntyre lost the Undisputed WWE Championship to Cody Rhodes on the road to WrestleMania 42. He went on to battle Jacob Fatu at The Show of Shows but lost to the veteran in an Unsanctioned match. The 41-year-old has been on hiatus from the company since his loss at WrestleMania.
Fatu chased after the World Heavyweight Championship following WrestleMania but failed to defeat Roman Reigns at Backlash and Clash in Italy. Fatu acknowledged Reigns as his Tribal Chief following the losses and is now a member of The Bloodline on RAW. He is scheduled to battle LA Knight during tonight’s show in a singles match.
Drew McIntyre comments on his WWE schedule
Drew McIntyre recently discussed his training routine and how the lack of WWE Live Events has helped him.
Speaking on Bobby Bones Presents: The BobbyCast, the former champion noted that he only wrestles once every couple of months now, and it has completely altered the way he trained.
“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 Drew McIntyre makes his return to WWE television.
`;
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-delete-this-drew-mcintyre-fires-back-fan-ahead-wwe-raw?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













