”
], { 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);
});
});
})();
Drew McIntyre, who is often very active on social media, did not comment on the loss for nearly 24 hours. However, he has finally broken his silence with a one-word message on X. The Scottish Warrior posted a thumbs-down emoticon, indicating that he’s unhappy with the way things went down on SmackDown.
There has been a huge uproar among fans over Cody Rhodes’ win on the blue brand. The Rhodes-McIntyre match video on YouTube has received over 100k dislikes, indicating that the fans are not happy with Triple H and Co.’s decision.
Drew McIntyre’s brother blasted WWE after title loss to Cody Rhodes
Cody Rhodes’ win on SmackDown came as a shock to many, as title changes usually do not take place so close to WrestleMania. Many were even disappointed with The American Nightmare getting another title shot, as he lost at Royal Rumble and Elimination Chamber. However, the creative team still decided to put the gold back on the former AEW EVP, a decision which has not sat well with Drew McIntyre’s brother, John Galloway.
John took to X after SmackDown to say that he’s proud of his brother. He also took a shot at WWE by posting the infamous “who booked this cr*p” GIF, and even hinted at Rhodes doing politics.
“Proud of what Drew has achieved off of hard work and an unbeatable work ethic. No politics, no ego, a master of making chicken salad out of chicken shit, he deserved better. He’ll come back stronger, he always does. Keep them heads up. We go again,” he wrote.
Drew McIntyre’s booking for the last year and a half has been questioned by fans and critics alike. With the Scottish Warrior losing the WWE Championship just a month before WrestleMania, the notion has gained more traction.
`;
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-finally-breaks-silence-losing-wwe-title-cody-rhodes-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













