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

Hall of Famer Eric Bischoff addressed this during the 83 Weeks podcast. He was asked if Rhodes is better as a Champion or whether chasing the Title is more suited to him. Bischoff said he respects him but is over him as a babyface champion.

“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,” he said.

The former RAW GM said he doesn’t have a lot of interest in seeing what Rhodes does next as a babyface, saying it has been the same story for the last two years.

“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 added.

Bischoff then said WWE can take the Title off Cody Rhodes which could trigger his heel turn. Previously on his podcast, the former WCW president also pitched to refresh his character, saying a heel turn would take things to the next level.

Why The nWo Still Matters | Eric Bischoff & Ariel Helwani | 83 Weeks

Cody Rhodes set for a rematch against Gunther

At Clash in Italy, Cody Rhodes retained the WWE Undisputed Championship against Gunther in controversial fashion. The Ring General’s foot was under the bottom rope when the referee made the three count to give Rhodes the win.

This week on SmackDown, Gunther kicked off the show, demanding a rematch. Rhodes came out and agreed to it but had Sami Zayn interrupt the proceedings.

Later, SmackDown GM Nick Aldis informed Cody Rhodes that Gunther is down for a rematch but on the condition that he gets to pick the stipulation and the match will take place two weeks later on the June 19 episode of the blue brand.


If you use quotes from this article, please credit 83 Weeks podcast and give an H/T to Sportskeeda Wrestling for the transcription.

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-i-ve-fill-wwe-hall-famer-enough-cody-rhodes?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