”
], { 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);
});
});
})();
“Just epic. You know, you can see the passion and the pride of two guys, that absolutely, to the very core of their souls, believe that they are the best in the world. And they’re out there to prove it to each other. They’re out there to prove it to the 55,000-plus fans that were here tonight. Everything about them screamed, ‘I have to show I am the best.’ And you see it all the way down to the end. Knockdown, drag-out fight that just someone won’t give, and you finally get to the end of it, no one really loses, but Roman Reigns comes out the winner. Roman Reigns, the new World Heavyweight Champion. To me, one of the greatest matches I’ve ever seen. Doesn’t get bigger,” said Triple H
The OTC won the World Heavyweight Championship, but the CCO did not imply CM Punk really ‘lost’ in that sense. As they were there to prove themselves, they did so successfully. Hunter concluded by saying that it was one of the greatest matches he had ever seen and that it didn’t get any bigger than this.
Paul Heyman reportedly produced the CM Punk vs. Roman Reigns’ match
CM Punk and Roman Reigns had verbal tensions and attacks on RAW for the past two months. All that culminated in a classic match between them in the main event of WrestleMania 42. A match with no referee bumps, no interferences, use of tables, some blood, and a lot of intensity was befitting of their feud.
Now, reports from Bodyslam suggest that Punk vs. Reigns was produced by Paul Heyman. It makes sense, as Paul knows both of these stars very well, and booking a match in which they could excel is highly thinkable
If you use quotes from this article, please credit ESPN and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-triple-h-reveals-thinks-cm-punk-taking-world-heavyweight-championship-wrestlemania-42?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













