”
], { 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);
});
});
})();
Ahead of tonight’s show in Chicago, the promotion shared a clip of Rollins interrupting The Tribal Chief last week and suggested that he refrain from doing that again.
“Don’t interrupt the OTC… 😬,” he wrote.
Roman Reigns captured the World Heavyweight Championship by defeating CM Punk in the main event of WrestleMania 42. There have been rumors that Punk is set to return during tonight’s edition of the red brand in Chicago. Sami Zayn is scheduled to defend the Undisputed WWE Championship against Cody Rhodes tonight on RAW as well.
Seth Rollins discusses his issues with major WWE star
WWE RAW star Seth Rollins recently opened up about his issues with CM Punk and whether there was any way they could repair their friendship.
Speaking on Prince St. Pizza’s YouTube channel, Rollins took several shots at Punk and suggested that their relationship would be very difficult to fix. Rollins claimed he wasn’t a grudge holder, but the former AEW star was the exception to the rule.
“Well, there’s this guy. His name is CM Punk, a real a**hole this guy… I don’t like him. A lot of people love him. He and I don’t get along. We don’t see eye to eye. It has a long history there. I’m not a grudge holder, really. I wouldn’t consider myself. He’s an exception to the rule. [Is he a phony?] I would say so. He’s an interesting cat because if you love him, a lot of CM Punk fans out there, you believe and hang on every single word he says. But if you know the guy like I do, I see through all of it. He would probably say the same thing about me… I mean, there’s certainly some bad blood there. I think it would be a tough relationship to repair. I don’t know,” Rollins said.
It will be fascinating to see if Seth Rollins can defeat Roman Reigns at WWE SummerSlam to become the new World Heavyweight Champion.
`;
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-warns-seth-rollins-ahead-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













