”
], { 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);
});
});
})();
A recent report from Self Made Session claims that the idea of turning into a villain and when it may happen is more of a Cody decision than a WWE one.
“I was told that Cody Rhodes’ status at this moment is completely up to Cody. I was told that the ball is in his court. I was told that if Cody wants to, he can pull the trigger on turning heel whenever he wants—he just has to say the word.” [H/T: Ringsidnews]
That lines up with how Rhodes has been portrayed on WWE programming. He usually stands up for what he perceives as right and helps others when attacked by heels. The American Nightmare also claimed he’d only do so if that’s the natural progression of an angle.
“Sometimes being me means making a decision that maybe gets booed. Sometimes it means making a decision that gets cheered. But I’m not gonna suddenly start acting like something I’m not just because somebody online thinks that’s the move.” [H/T – Ringsidenews]
Rhodes faces WWE Champion CM Punk on Night 1 of the first-ever two-night SummerSlam PLE. One of the friends could turn to the dark side for the title.
Cody Rhodes has been a polarizing figure in WWE.
Rhodes may be the epitome of a good guy and American hero, but the line can blur sometimes when his continual success prevents others from advancing up the card.
This has happened in feuds with Kevin Owens, Drew McIntyre, and Sami Zayn this year. The act was perfect to counter Reigns and his heel Bloodline faction before he won the title.
His constant hold over the top of SmackDown and WWE Title picture has had an adverse effect. Damian Priest mentioned as such on last week’s SmackDown. Rhodes did drop the belt to both McIntyre and Zayn this year, only to win it back or have an immediate opportunity to do so.
The call for a heel turn won’t die down any time soon, especially if he keeps portraying the same character. Whenever he makes the call, fans will get to see a villainous American Nightmare.
`;
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-backstage-update-cody-rhodes-potential-heel-turn-ahead-wwe-summerslam-report?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













