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

Speaking on the Devon & The Duke podcast, Hall of Famer D-Von Dudley shared some insights on Royce Keys’ frustration with AEW before signing with WWE.

“Now that he’s under the WWE’s umbrella, he’ll be able to get that structure that he needs. He was very frustrated and very angry at times. I remember when talking with him, because he didn’t feel like he got that with AEW. And now that he’s in the WWE, it might be a different story. There are certain people that [sic] come from AEW, that go to WWE that feel more content, and they feel like they [are] in a place where they should be to learn what they need to do to take their careers to the next level. And he’s done that, and he’s going to do that, I should say,” D-Von said.

Royce Keys Lip = The People's Eyebrow: Devon & The Duke Episode 58

Royce Keys will reportedly be part of SmackDown moving forward. He didn’t appear on last Friday’s episode, but he’s expected to be part of the blue brand heading into WrestleMania 42.


WWE Hall of Famer influenced Royce Keys’ decision to leave AEW

While D-Von Dudley had some insights on Royce Keys’ decision to leave AEW, another WWE Hall of Famer was influential in Keys making the jump. Rikishi revealed it on his Off The Top podcast.

“I said, ‘Take a chance.’ If you’re going to take a chance, take a chance on yourself. And so for me, that was the end of our conversation, until I seen the highlights. And when he came out, man, I was so happy for him,” Rikishi said.

Keys had a tryout match in WWE a decade ago against Baron Corbin, but he wasn’t offered a contract. He joined AEW in 2020 and was mainly part of stables like Team Taz, the Don Callis Family, and The Opps.

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/news-backstage-update-royce-keys-aew-relationship-ahead-wwe-debut?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