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

Vince Russo, expectedly, didn’t take too kindly to Rollins’ words and has repeatedly attacked him on his podcast. On the latest edition of The Brand, Russo once again lost it at Seth Rollins and termed him a “whiny crying b**ch.”

“Seth [Rollins] you little whiny b***h. You can go on every talk show you want and talk about me. I am an as***le, I am a pr*ck, I am a this and a that, because you know what that winds down to? You don’t want to hear the truth. You’re a whiny crying b**ch,” Russo said. (H/T – ITRWrestling)

IT GOT WORSE...

It remains to be seen if The Messiah responds to Russo’s comments now or chooses to maintain a dignified silence.


Seth Rollins addresses potential retirement.

In his recent appearance on the Club Shay Shay podcast, Seth Rollins addressed when he planned to hang up his wrestling boots. The former leader of The Vision explained that the idea of retirement hadn’t crossed his mind as he was still in the prime of his career. He added that he would continue to wrestle until he physically declines and is unable to keep up with the game.

“Yeah, maybe. I’m 40 in a couple of months. I feel great. I mean, I would consider the prime of my career, where the physical hasn’t declined and the mental is as sharp as it’s ever been. As long as I can continue to contribute in a way that’s positive for our fan base and our younger talent. As long as I can continue to make our product better and my body cooperates. I would like to continue to do it,” Rollins said.

Seth Rollins is currently sidelined due to a shoulder injury that he sustained last October. The situation, at the time, was so dire that Rollins even relinquished the World Heavyweight Title. Rumors suggest he could be back on the road by the time WrestleMania 42 rolls around.

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-wwe-veteran-absolutely-furious-seth-rollins-calls-whiny-little-b-ch?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