”
], { 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 following night on RAW, Roman Reigns picked CM Punk over Drew McIntyre as his WrestleMania 42 opponent in Las Vegas.
The OG Bloodline leader has now set his sights on winning the World Heavyweight Championship and making the Best in the World acknowledge him at the Show of Shows.
As Reigns prepares for his 11th WrestleMania main event, a Facebook post claimed that he was retiring from in-ring competition. It seems like the online chatter was a big nothing burger.
Sean Ross Sapp of Fightful shut down the rumors during the latest edition of Debunkathon.
You can check out the screenshot here.
CM Punk made it personal with Roman Reigns on WWE RAW
During the March 2nd episode of WWE RAW, CM Punk and Roman Reigns came face-to-face for another heated exchange.
The segment ended with the Straight Edge Superstar promising to bury the Tribal Chief next to his late father, Sika Anoa’i, when all is said and done.
Speaking on the Busted Open podcast, Bubba Ray Dudley said Roman Reigns could bring up CM Punk’s dog Larry to get back at him.
“Punk went too far with Roman last night. ‘I’m going to bury you next to your dead father.’ You know what the consequences are going to be now? What do you think Roman is going to hit Punk with next time they talk? … Larry would be the obvious one to go after.”
Larry crossed the rainbow bridge late last year. The lovable rescue pooch was previously used on WWE television a few years ago to intensify the feud between CM Punk and Drew McIntyre.
Punk and Reigns have yet to come to blows since making their match official for WrestleMania 42.
Will the OTC exact revenge by taking out the Chicago native? Only time will tell.
`;
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/rumor-truth-claims-roman-reigns-retiring-wwe-in-ring-competition-reports?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













