”
], { 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 finally got an opportunity to speak on this week’s episode of WWE SmackDown. The star had tried on two separate occasions, but it did not really end up happening. The first time, he was opening the show, when he was attacked by Cody Rhodes, making it impossible for him to say anything. He had to retreat and it was Rhodes himself instead, who spoke up.
The second time, he was coming out with Cody Rhodes gone from the show to speak up, but this time, he was interrupted by Jacob Fatu. He was attacked by the star and taken out once again, left unable to talk about anything that he was trying to say.
In the end, with Jacob Fatu also kicked out of the arena thanks to the attack. he finally came out to the ring. The star demanded that the hypocrisy behind Cody Rhodes and Jacob Fatu only being thrown out of the building be addressed. The two stars were only thrown out of the building while being promised qualification matches for the Elimination Chamber next week.
Neither of them were heavily punished or hit with fines, or even suspended, something that Drew McIntyre himself was unable to avoid in the past. McIntyre was angry about it and called it out and said that they should be punished as well. McIntyre also called for Roman Reigns and CM Punk to be punished.
For the moment, that is not happening, as Nick Aldis acted like it was just a warning that he will be handing out punishments and take them away from their matches to win the bouts.
It remains to be seen whether there are further consequences.
`;
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-called-2-wwe-superstars-punished-thrown-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













