”
], { 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);
});
});
})();
Tonight, Jimmy and Jey Uso were set to defend the World Tag Team Chamionships against Logan Paul and Austin Theory. The Usos got a completely new theme song for their entrance along with a new titantron as they made their way out to the ring.
WWE analyst Sam Robert explained what made Jey Uso a World Champion
When Jey Uso broke free from the Bloodline, he went on a successful singles run that saw him win the Intercontinental Championship. He reached the pinnacle of his career last year at WrestleMania when he won the WWE World Heavyweight Championship from Gunther.
Speaking on RAW Recap, Sam Roberts was discussing Roman Reigns and CM Punk’s segment from the red brand. The WWE analyst said that Jey Uso is filled with emotion which is what led him to the World Title.
“It was when Jey looked at Roman and said, ‘You know what to do. Smash ’em all.’ Jimmy is trying to get him to stop because Jimmy has had this built in from the beginning of The Bloodline. He doesn’t like this tension, he’s a get-along guy. Jey is all emotion. That was what made Jey a world champion, that’s what got Jey popular, and that’s where Jey is right now. Pure and utter emotion, whether it’s negative or positive, love or anger: emotion. And you love that about Jey, that’s the connection. And when Jey is telling Roman Reigns, ‘Smash ’em all.’ That’s the beginning of The Bloodline.”
It will be interesting to see if The Usos will be able to retain the World Tag Team Championships.
`;
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-wwe-makes-huge-change-the-usos-new-version-wrestlemania-42?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













