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

McIntyre is now in a heated feud with Jacob Fatu. The two have been going after each other for quite some time and are now all set to face each other in an Unsanctioned Match at The Show of Shows.

Ahead of this much-anticipated clash, The Scottish Warrior sat with Chris Van Vliet on his INSIGHT podcast to talk about several things. During the conversation, McIntyre said that after he is done with his feud with Fatu, he believes he will eventually go on a big babyface run.

However, Drew also mentioned that he was not keen on getting to that babyface run anytime soon.

“After the stuff I’ve been doing with Jacob, I know McIntyre’s right back on track to where we need to be…Which I believe inevitably is going to lead to a big babyface run down the line — but I’m not trying to get there anytime soon,” he said. [H/T – Ringside News]

Check out the full podcast below:


Drew McIntyre talked about his possible retirement from WWE

During the same interview with Chris Van Vliet on INSIGHT, Drew McIntyre revealed that his wife feels he won’t continue wrestling for a long time.

However, The Scottish Warrior noted that he felt pretty good physically and was happy about his current WWE booking. He also mentioned that there was no reason for him to stop competing inside the ring anytime soon.

“Yeah. I mean, I know my wife feels like it’s gonna be a lot shorter than I probably feel it’s going to be, especially with how I feel now and how creatively fulfilled I feel these days. But as long as I’m happy, as long as she’s happy, and as long as the fans are happy with what I’m doing, I don’t see any reason to slow down anytime soon,” he said.

It remains to be seen what the Triple H-led creative team has planned for Drew McIntyre vs. Jacob Fatu at WWE WrestleMania 42.

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-breaks-character-tease-major-wwe-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

Leave A Reply

Exit mobile version