], { 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);
});
});
})();

It has also recently been rumored that All Elite Wrestling made a substantial offer to Hobbs for him to stay with the company, but he opted to turn it down. He reportedly will be performing as “Royce Keys” in WWE.

WWE legend questions Powerhouse Hobbs’ name change

Wrestling veteran Dutch Mantell questioned why the company decided to change Powerhouse Hobbs’ name.

The 35-year-old was a member of The Opps faction alongside Samoa Joe and Katsuyori Shibata when he exited AEW. He captured the TNT and Trios Championships during his tenure with the company.

Speaking on his Storytime with Dutch Mantell podcast, the legend stated that he didn’t understand the need for the promotion to change Hobbs’ name. However, he noted that fans will likely accept his new name after a few weeks of him on television.

“I don’t get it. I mean, if I hear the name now, I’ll say, I don’t know, you know, because you always have your doubts. I thought Powerhouse Hobbs was an okay name, especially the Powerhouse. You could have anything as a last name, but Royce Keys, give him two weeks, three weeks, and it’ll fit him, for some reason. I don’t know why that is,” said Mantell.

Royce Keys will be the ring name for Powerhouse Hobbs. WWE filed to trademark the name on January 20th. – @BodyslamNet

The winners of the Men’s and Women’s Royal Rumble matches will earn a title shot at WrestleMania 42. It will be fascinating to see if the former AEW star enters the Men’s Royal Rumble match at the highly anticipated PLE tomorrow night.

Why did you not like this content?


`;
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-spoiler-massive-name-saudi-bound-wwe-royal-rumble-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

Leave A Reply

Exit mobile version