”
], { 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);
});
});
})();
Jey Uso acknowledged that at their age, they are closer to the end than ever. However, he feels he’s at his best, physically and mentally.
“I’mma be honest man. We ain’t young bugs no more. We kind of like on our way out, if we want to go out. I still feel strong. I still feel good. I look good, Uce. Man, like I’m ready to go, man. 15 more years, I’m with it. I’m down. This is all. I love wrestling. I’m gonna give my life. I have. This ain’t no job. We grew up in the game. That’s the difference,” Jey said.
With John Cena and AJ Styles retiring in a span of less than two months, it’s no surprise that Jey Uso has made his career trajectory clear.
Cody Rhodes shares hilarious story with Jey Uso
Cody Rhodes and Jey Uso had a bond that appeared to be brotherly, winning the Undisputed WWE Tag Team Titles at Fastlane 2023. Rhodes revealed on his podcast that he thought of getting a tribal tattoo following their win.
“This is rough, and it’s probably in a group thread with your brother. I wrote to you guys, ‘Did any white guys ever get a Samoan tattoo?’ I was ready,” Rhodes said. [H/T Fightful]
Luckily for Rhodes, someone sent him an example video of what his tattoo might look like, and decided to not get a tribal tattoo.
Kindly credit What Do You Wanna Talk About? with Cody Rhodes and give a H/T to Sportskeeda if you use the quote from the first part of this article.
`;
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-jey-uso-drops-wwe-retirement-bombshell-on-way-out?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













