”
], { 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);
});
});
})();
Ahead of this much-anticipated clash, Drew McIntyre gave an interview to IGN. During the interview, the star reacted to some online memes. One of the memes was about fans wanting his Broken Dreams theme song back. The Scottish Warrior said that he knew fans loved his old theme song, and he gets asked about it every day.
McIntyre then asked fans to keep tweeting and “Harass” Triple H to bring back Broken Dreams.
“I know you all love it. I hear about it every day, I see it on social media every day. I get told about it and asked about it every day. Just keep tweeting Triple H. Harass him, bombard his Twitter account. He’s the one that can ultimately make that decision,” he said.
Drew added that he believed his current theme song suits his character more, but he wouldn’t mind coming out to Broken Dreams at WrestleMania.
“I believe the current music suits the character perfect, but I’d love it for a big event, a WrestleMania or the like,” he added.
Check out his interview below:
Cody Rhodes is set to face Drew McIntyre for the Undisputed WWE Championship on SmackDown
Drew McIntyre interfered in the Men’s Elimination Chamber Match, which eventually led to Cody Rhodes eating a vicious RKO at the hands of Randy Orton and losing the bout.
On the Elimination Chamber post-show, SmackDown General Manager Nick Aldis confirmed that after McIntyre cost Rhodes the Elimination Chamber Match, he will have to face The American Nightmare for the Undisputed WWE Championship on the upcoming edition of the blue brand’s show.
If McIntyre loses on SmackDown, then fans will get to see a dream match between Cody Rhodes and Randy Orton at WWE WrestleMania 42. It will be interesting to see what the Triple H-led creative team has planned for Drew.
Please credit IGN and give an H/T to Sportskeeda Wrestling if you use quotes from the first half of this article.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-champion-drew-mcintyre-asks-fans-harass-triple-h-make-major-change?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



