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

The Usos tried to convince Fatu to withdraw his challenge before MFT appeared on SmackDown. During the segment, the former United States Champion destroyed the heel faction on the microphone and dropped his popular catchphrase.

Jey Uso subtly broke character during the abovementioned moment. He was visibly proud of The Samoan Werewolf’s recent success and ever-rising popularity among fans. It was a rare moment because the former World Heavyweight Champion is at odds with his real-life cousin after he challenged Roman Reigns on the RAW after WrestleMania 42.

You can watch the video below.

Fatu debuted in WWE in June 2024 as part of the Solo Sikoa-led Bloodline’s feud against the OG Bloodline. Since then, he has become one of the top acts on the company’s programming. At WrestleMania 42, The Samoan Werewolf defeated Drew McIntyre in a spectacular Unsanctioned Match.


Popular rapper challenged Jey Uso and The Bloodline to a match at SummerSlam

During WrestleMania 42 week, Jey Uso appeared on the It Is What It Is podcast to promote his six-man tag team match on Night One of The Show of Shows. During the chat, rapper Cam’ron disrespected Main Event Jey and labeled him as the weakling of the Anoa’i-Fatu family. The former World Heavyweight Champion lost his cool and attacked the 50-year-old on the show.

This past Monday on RAW, Roman Reigns addressed the matter and called Cam’ron a “washed ’90s rapper.” The “Hey Ma” singer lashed out at The Bloodline and challenged the faction to a match at SummerSlam 2026. Cam’ron also called himself the “Paramount Chief” to mock the OTC on his podcast.

It will be interesting to see how The Bloodline reacts to Cam’ron’s challenge. Reigns will appear on the upcoming episode of RAW to confront Jacob Fatu ahead of Backlash.

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-watch-jey-uso-subtly-breaks-character-real-life-family-member-wwe-smackdown?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