”
], { 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 in an interview with Sports Illustrated, the WWE star explained that his family is what motivates him to continue his career. He said:
“What really keeps me going is is just honestly, bro, it sound like cliche, but it truly is family. It truly is, man. Like when I show up to work, I I’m very spoiled, bro. I’m very blessed. I get to go home to my family, be loved, and I get to jump on the road with my other family and be loved. But literally, it’s showing up, man. Uh, I still get that same nervous feeling every time I I go out there to the ring. Every time I go through that curtain, I still get that first debut feeling.
He further added that when this feeling fades, he will consider hanging up his boots.
“I still get that like little kid feeling like, damn, we here. Hey, SummerSlam next week. We about to go out there. Wrestlemania here. We here. So, that talk is very much still there. And uh soon as that nervous feeling starts to leave or that that voice kind of quiet down then then I think that might be that time to kind of step away…”
You can check out his comments below:
Jimmy Uso has a match at WWE SummerSlam
The WWE star recently spoke about the lack of singles titles in his career.
According to Jimmy Uso, he is perfectly content with never earning a singles belt. However, he did not shy away from carrying it if the opportunity came. Speaking in the same interview, he stated:
“A title don’t necessarily need to be around my waist for me to feel like I made it already. Because in reality, man, I made it. And like I said before, I’m blessed and very happy to be here. But if the opportunity presents itself, please believe I will grab that ball and I’m running with it, bro. I will run with it.”
Jimmy Uso is slated to appear at WWE SummerSlam, where he will team up with Jey Uso and Jacob Fatu to take on Solo Sikoa, LA Knight and Royce Keys.
If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-jimmy-uso-details-retirement-timeline-ahead-wwe-summerslam?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













