”
], { 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);
});
});
})();
“🚨 🚨 🚨 @RandyOrton, U.S. Champion @_trickwilliams and @luchalibreaaa Cruiserweight Champion @ReyFenix battle it out in a #MITB Qualifying Match TONIGHT on #SmackDown!”
Orton lost his Undisputed WWE Championship match to Cody Rhodes at WrestleMania 42. Orton had aligned with Pat McAfee on the road to WrestleMania but decided to betray the former NFL punter at The Show of Shows. After the loss, The Viper punted Rhodes in the head before going on hiatus.
Orton returned at SummerSlam to cost Rhodes his title match against CM Punk. He hit The American Nightmare with an RKO out of nowhere while the referee was distracted at the PLE, and CM Punk capitalized with a GTS on Rhodes for the pinfall victory. Orton defeated Rhodes at Sunday Night’s Main Event earlier this month.
Former WWE star pushes back against Randy Orton’s claim
Wrestling veteran Rob Conway pushed back on Randy Orton’s claim that he ignored a handshake offer from him.
Speaking on the Insight podcast with Chris Van Vliet, the former WWE star suggested that it sounded like something Orton would have done to someone else and that he would never do that.
“Now the first time I met Randy, I remember I knew who his dad was, and stuff like that. We were at a gym, and me and him are still good friends, but he claims that the first time I met him, I walked into the gym, they said, ‘This is Randy Orton; he just got signed.’ He stuck his hand out, and I looked him up and down and walked right by him. That would have never happened. That sounds like something he would do, but I don’t know how [that came up],” he said.
It will be fascinating to see if Orton can qualify for the Men’s Money in the Bank match by emerging victorious tonight on WWE SmackDown.
`;
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-massive-randy-orton-match-announced-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













