”
], { 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);
});
});
})();
On the latest edition of the blue show, Cody Rhodes and Randy Orton started throwing hands at each other. At one point, Pat McAfee came inside the ring to hit Rhodes with a low blow. He then obliterated The American Nightmare with some help from The Viper.
However, McAfee also revealed that he was the mystery caller who had been advising The Apex Predator for weeks. This revelation fell completely flat and received major backlash from fans.
Now, the 14-time World Champion has taken to Instagram to break his silence. Orton uploaded a picture with Pat McAfee and sent a three-word message. The Viper seemingly suggested that he aligned with McAfee for the betterment of the TKO-led promotion.
“For the business,” he wrote.
Check out his Instagram post below:
Pat McAfee made a huge claim after aligning with Randy Orton on WWE SmackDown
After joining forces with Randy Orton and obliterating Cody Rhodes on the latest edition of Friday Night SmackDown, Pat McAfee took to X/Twitter to address the Internet Wrestling Community.
He promised everyone that he would not show up on WWE TV ever again if The Apex Predator loses to The American Nightmare at WWE WrestleMania 42.
“I will make a deal with the IWC now.. If @RandyOrton doesn’t win at Mania.. I will NEVER be seen OR HEARD on wrestling television AGAIN,” he wrote.
According to a recent report by BodySlam, Cody Rhodes seemingly cut an unscripted promo on SmackDown after Randy Orton and Pat McAfee’s attack because the Triple H-led creative team asked him to do it.
It remains to be seen what the Stamford-based promotion has planned for this storyline heading into WWE WrestleMania 42.
`;
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-randy-orton-breaks-silence-lackluster-mystery-caller-revelation-wwe-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













