”
], { 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);
});
});
})();
“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.”
Jimmy and Jey Uso are set to defend their tag team titles again next week
This past week on WWE RAW, Jimmy and Jey Uso retained their World Tag Team Championship after getting disqualified. The former World Heavyweight Champion used Logan Paul’s brass knuckles to knock out Austin Theory.
The referee saw the foreign object being used and immediately disqualified the champions. Now, The Usos will have to put their titles on the line again on next week’s episode of RAW from Madison Square Garden in a New York Street Fight.
It will be interesting to see whether The Usos manage to retain after Jey outright said that he did not care about the tag titles during his confrontation with CM Punk.
If you use the quotes from this article, please give an H/T to Sportskeeda and credit WWE.
`;
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-reason-jey-uso-became-wwe-world-champion-instead-jimmy-explained-analyst?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













