”
], { 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);
});
});
})();
SmackDown General Manager Nick Aldis suspended Drew McIntyre after he leveled a referee with a Claymore during Cody Rhodes’ match against Aleister Black last month on SmackDown.
Rhodes lost the Undisputed WWE Championship to John Cena at WrestleMania 41 but won it back from the legend at SummerSlam earlier this year. Cena tapped out to Gunther in his final match at Saturday Night’s Main Event.
Cody Rhodes gets emotional following John Cena’s final WWE match
Cody Rhodes got emotional after John Cena’s in-ring career came to an end at Saturday Night’s Main Event.
Rhodes was interviewed following the match on the Saturday Night’s Main Event Post-Show and noted that it was difficult to list all the positives Cena brought to professional wrestling. The champion stated that the legend did everything the right way and taught so many of his peers along the way.
“Really hard to describe in a sense of all the positives that he brought to our industry and leaving it better than he found it. Wrestling is, there’s a way it is. He did everything right, by the book. It’s just like when it’s that good, you don’t want it to end. I know that’s vague, but he did everything by the book, taught so many people, set such a high standard, such a high bar. I’m not trying to get emotional on his night,” said Rhodes.
Drew McIntyre has not competed since winning the Men’s WarGames match at Survivor Series. It will be interesting to see how long Rhodes can hold onto the Undisputed WWE Championship moving forward.
`;
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/rumor-cody-rhodes-future-plans-revealed-following-snme-reports?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













