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

A video has circulated on social media where Jimmy and Jey Uso were seen partying with Ford.

Check out the video on X:

The Street Profits have been absent from WWE television since last October. They have made a few appearances on Main Event and NXT house shows. But are yet to return to SmackDown.

On July 11, 2025, episode of SmackDown, The Street Profits lost the WWE Tag Team Championships to The Wyatt Sicks duo of Dexter Lumis and Joe Gacy. This ended their title reign at 119 days.

Penta wants to face The Usos

Penta has admitted that he wants to team up with his brother Rey Fenix and face The Usos in a dream tag team match. Jimmy and Jey Uso are the reigning WWE World Tag Team Champions and Penta is the reigning Intercontinental Champion. Meanwhile, Fenix is signed to SmackDown.

Speaking on The Rich Eisen Show, Penta explained the following:

‘”One of my dream matches in WWE is like Usos against Lucha Bros … last week I saw my brother in Chicago for the Elimination Chamber, and we are talking about this, like, ‘Hey, bro, what do you think, bro? What is the best deal for us?’ And we agree. Let’s do it. But I don’t know. I don’t know when, I don’t know how long. But I’m sure that we will happen. “

The reigning WWE World Tag Team Champions are still without a proper direction heading into WrestleMania 42.

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-the-usos-seen-hanging-partying-absent-wwe-superstar-rival?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