”
], { 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);
});
});
})();
At the conclusion of this week’s WWE SmackDown, Jey Uso interrupted a segment featuring Cody Rhodes, Sami Zayn, and Gunther. Oba Femi also joined the party and had a staredown with Rhodes to close the show, teasing a potential rivalry between the two stars in the near future.
Gunther challenged Rhodes for the Undisputed WWE Championship on the June 19 edition of SmackDown with Sami Zayn serving as the referee. The Ring General Powerbombed Zayn out of frustration during the match, and The Great Liberator responded with a Helluva Kick to end the match via disqualification.
WWE Hall of Famer wants to see Cody Rhodes turn heel
Wrestling legend Eric Bischoff recently shared that he wanted to see Cody Rhodes turn heel.
Speaking on his 83 Weeks podcast, Bischoff stated that he had grown tired of watching The American Nightmare as a babyface. The veteran suggested that he wanted to see Rhodes turn heel to change things up.
“I hate saying this because I really have so much respect for Cody and affection for the entire family, not just Cody. I’m over Cody as a babyface champion. It’s not that I don’t like it. It’s just that I’ve kind of had my fill of it. “There’s just not a lot of desire for me to see what the next iteration of Cody as a babyface is going to bring because we’ve been seeing it a lot for the last couple years,” he said.
It will be interesting to see if Cody Rhodes can retain his title at Night of Champions this weekend in Saudi Arabia.
`;
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-spoiler-wwe-teases-huge-cody-rhodes-feud-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













