”
], { 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);
});
});
})();
Wade Barrett recently confirmed that Roll was returning to the Stamford-based promotion’s television on next week’s edition of Friday Night SmackDown.
“Our very good friend and three-time Grammy Award winner Jelly Roll is gonna be live with us next week on SmackDown in Phoenix,” Wade Barrett said on commentary.
Now, according to a recent report by WrestleVotes Radio on Fightful, talks between the Stamford-based promotion and Jelly Roll could lead to his major appearance at WrestleMania 42. The report also noted that Roll impressed WWE officials with his performance at SummerSlam 2025.
However, the report did not mention whether Jelly Roll will only make an appearance or will get involved in the action in some capacity at The Show of Shows.
Randy Orton will be in action at WWE WrestleMania 42
After winning this year’s Men’s Elimination Chamber Match, Randy Orton was supposed to face Drew McIntyre for the Undisputed WWE Championship at WrestleMania 42.
However, The Scottish Warrior recently dropped the gold to Cody Rhodes. The Viper is now all set to lock horns with his former Legacy teammate at The Grandest Stage of Them All.
If reports about Jelly Roll making a possible appearance at WrestleMania 42 are true, then it won’t be a surprise if the rapper somehow gets involved in Randy Orton vs. Cody Rhodes, to possibly help his former teammate win.
It remains to be seen what the Triple H-led creative team has planned for 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/rumor-randy-orton-s-former-wwe-partner-make-appearance-wrestlemania-42-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













