”
], { 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 promotion shared a respectful moment between Rollins and Evans after the match today on social media. Evans shook Rollins’ hand, and The Visionary told the 22-year-old to go win the King of the Ring tournament. You can check out the interaction in the video below.
Seth Rollins used to be the leader of The Vision but was betrayed by the faction following his injury last year. The former World Heavyweight Champion lost to Bron Breakker at Backlash, but got the better of The Vision star on the June 1 edition of RAW.
The Vision faction has sustained a lot of injuries as of late. Breakker had to miss WrestleMania 42 due to hernia surgery, and Bronson Reed has been out of action for months. Logan Paul also recently suffered a torn triceps, and Bron Breakker has replaced him in the tag team with Austin Theory. Breakker and Theory are now the reigning World Tag Team Champions on the red brand.
Seth Rollins calls out a massive WWE star
RAW star Seth Rollins recently called out Roman Reigns for his comments about making the World Heavyweight Championship relevant.
In an interview on Prince St. Pizza’s YouTube channel, Rollins claimed that Reigns’ comments were inaccurate and suggested that he sounded like an idiot.
“So now Roman Reigns is walking around with my title and talking about how he made the title relevant. Which is bullsh**. I’ll just say it. It is complete bullsh**. He knows it, I know it. Everybody else knows it. He sounds like an idiot when he says it,” said Rollins.
It will be interesting to see what WWE has planned for the rivalry between Rollins and Breakker moving forward.
`;
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-seth-rollins-gains-surprising-new-ally-following-raw?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













