”
], { 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);
});
});
})();
Randy Orton’s last appearance on WWE programming was at WrestleMania 42. He lost the Undisputed WWE Championship match to Cody Rhodes. The Apex Predator attacked The American Nightmare with the title belt after the bout ended, followed by a vicious punt kick.
But to everyone’s surprise, Orton disappeared after The Show of Shows, and Cody Rhodes began his feud with former World Heavyweight Champion Gunther.
WWE Hall of Famer shares honest opinion about Randy Orton’s booking
Randy Orton is among the most decorated stars in professional wrestling. However, his booking after he returned from the back injury has been highly inconsistent. Wrestling legend and the 46-year-old’s former Evolution stablemate Ric Flair shared his take on Orton’s booking.
While speaking on the Doul3 Coverage Podcast, the legendary pro wrestler pointed out that Orton was a third-generation wrestler. The Nature Boy stated that despite being the best worker in the company, the SmackDown star was not getting properly utilized. However, Flair added that Orton being happy and making good money was all that mattered.
“Randy Orton, I mean, he’s third generation. Randy is the best male worker in the company right now. They don’t utilize him the way I would if I was the booker, but I’m not. So, he can still work his a** off. But he’s making a lot of money, and he’s doing good. He’s happy, and that’s all that matters,” Flair said.
Many fans expect The Viper to be back before SummerSlam and face Cody Rhodes at The Biggest Party of the Summer. It will be interesting to see whether it happens or not.
`;
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/rumor-breaking-randy-orton-s-major-appearance-canceled-reports?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













