”
], { 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);
});
});
})();
Earlier this year, Drew McIntyre wrapped up filming for the Highlander reboot in Scotland. He is currently in Spain filming the action drama movie The Last Druid alongside Russell Crowe. Earlier today, the Scotsman posted a picture of himself with the Kiwi actor and film director.
McIntyre has undergone a massive change in his look, seemingly for his role in the movie. The former Undisputed WWE Champion has added a lot of volume to his beard.
“Gladiator x Warrior @russellcrowe,” McIntyre wrote.
You can check out his tweet below:
Drew McIntyre spoke about his schedule after WWE drastically cut back on house shows
Speaking on Bobby Bones Presents: The BobbyCast, McIntyre explained how the Stamford-based promotion reducing house shows from the schedule has benefited the talent.
The Scottish Warrior gave his own example, pointing out that now he mostly wrestles a match every couple of months. He further noted that his new schedule has completely altered the way he trains.
“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 programming.
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-drew-mcintyre-shares-drastic-change-of-look?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



