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

In 2022, on the May 20 episode of the blue brand, the tag team made more history. They faced RAW Tag Team Champions Randy Orton and Matt Riddle (RK-Bro) in a Winners Take All Unification match. Thanks to the OTC1 and Paul Heyman, they won the match and became the Undisputed WWE Tag Team Champions.

Following the win, The Bloodline continued to beat down Riddle and Orton as WWE cameras panned to show kids crying and several displeased fans. Now, four years later, The Usos reacted to that monumental title win on X. A post from Sportskeeda Wrestling reflected on the occasion, drawing the attention of the duo.

“Made kids cry that day,” they simply wrote.

Jimmy and Jey remained a big part of WWE storylines after that Undisputed Title win and were featured in big matches over the course of the next two years.


The Usos helped take down Jacob Fatu on RAW

The Usos have once again found themselves at the center of attention in the main event scene in WWE. The tag team is once again aligned with Roman Reigns in his feud against fellow family member Jacob Fatu.

While the Head of the Table took down Fatu at Backlash, the Samoan Werewolf is refusing to stay down. Last week on RAW, he attacked Jimmy and Jey Uso before brawling with Reigns.

This week the brothers came for payback and, along with the World Heavyweight Champion, took down Jacob Fatu after multiple attacks. The segment ended with Reigns accepting a Tribal Combat challenge from Fatu at Clash in Italy.

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-made-kids-cry?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