”
], { 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);
});
});
})();
While we still don’t know what’s next for Keys, let alone which brand he’ll call home this year, we do know one thing. Royce Keys is making his second debut this year, this time for 2K26.
It was confirmed on the game’s official X account that Hobbs will appear in the latest installment’s season 6 DLC update, which is expected to come out in October. Hopefully, by the time that happens, Keys will have won a few feuds to hype up his inclusion in the game.
Royce Keys eliminated Damian Priest in his WWE Royal Rumble debut
It’s been 41 days since we’ve seen Royce Keys inside the ring. At the Royal Rumble in Riyadh, Saudi Arabia, Keys debuted for the promotion. The monstrous Superstar clashed with several other titanic competitors like Bronson Reed and Oba Femi, and tossed out former World Champion Damian Priest in under 30 seconds.
Keys was eventually tossed out by Auszilla, Bronson Reed, wrapping up his first appearance in just under ten minutes. The show set up a few possible feuds for the new signee, though we’ve yet to see the man appear on any of the brands since January 31.
As far as Priest, the man he eliminated, the Archer of Infamy now finds himself in a strange tag team with R-Truth, with the pair challenging the MFTs for the WWE Tag Team Titles. Reed, the man who sent Keys packing, seems to be heading toward a WrestleMania clash with either Seth Rollins or LA Knight.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-s-royce-keys-makes-huge-announcement-await-in-ring-return?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


