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

Now that CM Punk is back in WWE, Seth Rollins confirmed on Club Shay Shay that they are still not friends at all. They are being professionals at each other, but there’s animosity between them. He’s open to becoming friends again, though he’s not anticipating it happening anytime soon.

“There is obviously some sort of working relationship, otherwise we wouldn’t be able to go out there and have matches, but it is so complex. Maybe, once we’re both away from the business or retired, there might be an opportunity for a reconciliation there. It’s just so hard for me to separate the CM Punk that there is now from the CM Punk that was a really rotten friend to me 10 years ago. Those wounds take time to heal. Whether or not he cares to make the effort to do that, and I care to care if he makes the effort to do that, I don’t know. Neither of us have the time for it at the moment,” Rollins said. [H/T Fightful]

Road to CM Punk vs. Seth Rollins – Raw on Netflix premiere: WWE Playlist

Seth Rollins is currently recovering from a shoulder injury, while CM Punk is set to main event WrestleMania 42. Punk will defend the World Heavyweight Championship against Roman Reigns.


Seth Rollins confirms WWE injury

In the same appearance on Club Shay Shay, Seth Rollins revealed that Je’Von Evans suffered a concussion last month during his match against El Grande Americano. It’s about communication between the talent and the referee, and health is now important for the company.

“Young fella named Je’Von Evans just had this happen to him maybe two weeks ago on Monday Night Raw. He butted heads with his opponent, he got concussed, there was a little, ‘Hey, what’s going on?’ They kind of let him walk through a little of the rest of the match while he was out there, and then it became apparent that he wasn’t himself, so that was it. It’s just communication,” Rollins said. [H/T Fightful]

Rollins is also recovering from a shoulder injury, though there are rumors that he could get cleared before WrestleMania 42.

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-real-life-issues-between-seth-rollins-10-time-wwe-champion?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