”
], { 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);
});
});
})();
At one point during the match, Orton spoke to IShowSpeed on the outside, telling him that he had more personality than anyone sitting in the crowd. Although the 14-time world champion was trying to motivate the YouTuber, his comment undermined several young performers signed with WWE, who were also part of the crowd.
“Come here. Come here. Good sh*t. You’ve got more personality than anybody sitting in this fu**ing auditorium. Keep doing what you’ve been doing. You got this. You got it,” Orton said.
You can check out his comments in the video below:
IshowSpeed put forth a praiseworthy performance in his match against Anthony Luke. However, he ended up losing the bout.
Randy Orton is set to miss another WWE Premium Live Event
Randy Orton’s last premium live event appearance was at WWE SummerSlam. He was absent from Clash in Paris, Wrestlepalooza, and Crown Jewel after that.
The SmackDown star’s absence from premium live events is likely to continue at WWE Survivor Series: WarGames. The 45-year-old is not scheduled to wrestle at the show, and if he does not make a surprise appearance, it will be the fourth straight PLE (excluding Saturday Night’s Main Event) without the veteran.
The Apex Predator’s last in-ring appearance was on the October 3 edition of the blue brand, where he teamed up with Cody Rhodes to wrestle Bron Breakker and Bronson Reed. Unfortunately, the former Legacy stablemates lost to The Vision members.
WWE has not disclosed any reason behind Randy Orton’s absence. It will be intriguing to see when he makes his much-anticipated return to Friday Night 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-randy-orton-makes-controversial-remark-amid-wwe-absence?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













