”
], { 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);
});
});
})();
Now, the former Intercontinental champion might have taken everyone by surprise after he came to the promotion’s defense following a divisive decision. This week on SmackDown, Pat McAfee made his WWE return during the segment between Cody Rhodes and Randy Orton. The color commentator attacked Rhodes and revealed that he had been the mystery caller in touch with The Viper for the last few weeks.
This angle has drawn criticism from fans who called out WWE for using McAfee to build the feud between Rhodes and Orton. However, in a post on X, Ryback backed the decision. He said fans should let the story finish, as it hasn’t peaked yet.
“Happiness is a choice, and so is how we view things. The angle with Cody Rhodes, Randy Orton, and Pat McAfee isn’t finished yet, so let it play out. Not every moment in a storyline is going to be a chartbuster, peaks and valleys are part of what make the payoff matter. The biggest show of the year is where stories peak, not two weeks before,” he wrote.
He also supported the decision to bring in Pat McAfee, saying he brings more mainstream appeal for WWE.
“McAfee brings real mainstream appeal with a massive audience and his show on ESPN, which puts more casual eyes on WWE and this storyline. If after it all you’re not happy, speak your truth, but don’t judge the movie before the final scene,” he added.
Ryback says he made peace with WWE
Ryback’s comments backing WWE are a departure from his long-running public spat with the company. But it looks like he is moving on.
Back in February, he made a post on X; he addressed the hostility with the TKO-owned promotion and said he has made his peace with them.
He mentioned that there was no value in staying bitter and said that people should move on from such issues.
`;
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-ryback-defends-wwe?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













