”
], { 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);
});
});
})();
In the video on YouTube, Logan Paul was seen mocking several names as they made their way in their respective pods, including Randy Orton. The Maverick mocked The Viper in kayfabe for his iconic pose and claimed he should get something new, as he’s been doing it for years.
“It’s cause you’re jacked. You’re too big. It’s cause you can’t fly with the guys. Bro, get a new thing. Get a new f**king thing, bro,” Paul said.
Logan Paul faced Randy Orton and major WWE name at WrestleMania
In 2024, Logan Paul ruled the men’s division on Friday Night SmackDown as the United States Champion. In the coming months, he feuded with Kevin Owens and Randy Orton and found himself in a Triple Threat match at WrestleMania XL for his title.
Luckily, Paul outsmarted Orton and Owens when the champion pinned The Prizefighter to retain his title. The two have often crossed paths on and off screen, as Randy Orton has appeared on Logan Paul’s podcast, ImPaulsive, on YouTube before their on-screen feud.
This year, Randy Orton will enter WrestleMania 42 as a challenger for the Undisputed WWE Championship. Meanwhile, The Vision’s Logan Paul is in a feud with Seth Rollins, but the company has yet to book a match between the two for The Showcase of the Immortals in Nevada.
If you use quotes from the article, please credit WWE and provide an H/T to Sportskeeda Wrestling for the transcription.
`;
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-get-new-f-king-thing-randy-orton-gets-mocked-top-wwe-name?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













