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

According to Cory Hays of BodySlam, Paul Heyman was listed as one of the producers for the Roman Reigns vs. CM Punk match. It’s a shocking role for Heyman since he hasn’t been involved in producing matches.

However, with Heyman’s history with Reigns and Punk, he’s one of the best minds to help put together a classic match.

Cory Hays also reported that Paul Heyman also produced Brock Lesnar’s match against Oba Femi, which kicked off Night 2 of WrestleMania 42. Lesnar was conquered by The Ruler in a five-minute match, with The Beast seemingly retiring afterward.

Just like Roman Reigns and CM Punk, Lesnar has been very close to Heyman. The Hall of Famer currently serves as the on-screen manager of The Vision. His backstage role is unclear, but he was part of the creative meetings on WWE Unreal and has been an advisor for many superstars looking for guidance.


Roman Reigns tips his cap to CM Punk after WrestleMania 42

Speaking on the WrestleMania 42 Sunday Post-Show, Roman Reigns showed his respect for CM Punk after their hellacious and hard-hitting match. Reigns admitted that they may never see eye-to-eye personally, but he can respect what Punk brings to the table.

“When it comes to when he steps into the arena, when the ring’s set up, when the pyro is gonna go off, I got a lot of respect for the man that steps into the arena and performs in front of all these people because he puts his heart and he puts his soul, he puts his physicality on the line,” Reigns said. [H/T Fightful]

Reigns added that being part of the small WWE family, it’s something that he can respect Punk for. He also loved that The Second City Saint gave his all in their match, but he just happened to face the better man.

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/rumor-paul-heyman-s-shocking-role-roman-reigns-vs-cm-punk-wrestlemania-42-revealed-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

Leave A Reply

Exit mobile version