”
], { 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 new champ appeared at the WrestleMania 42 Sunday Post-Show, joining Big E, Joe Tessitore, Corey Graves and Peter Rosenberg. Roman Reigns cut a promo about himself, mentioning WWE and TKO, which prompted fans to make “F**k TKO” chants.
Reigns also heard some boos for mentioning TKO, leading to a hilarious facial reaction. He also said:
“A bipolar bunch out here huh?”
The comment garnered laughs from the panel, but the fans didn’t stop chanting, “F**k TKO.” Big E also had a hilarious wide-eyed reaction to the anti-TKO chants that puts every WWE employee at odds with their supporters.
WrestleMania 42 could be considered a successful event despite a lower attendance compared to last year. Night 1 was heavily panned by fans, but Night 2 saved the event since it was widely praised, especially the Six-Pack Ladder Match and the Roman Reigns-CM Punk match.
Roman Reigns gives CM Punk his flowers after WrestleMania 42
After sharing the ring at WrestleMania 42 and pouring everything they had, Roman Reigns tipped his cap to CM Punk. Reigns explained that while he might not like Punk personally, he has respect for The Second City Saint for giving his all for their match.
“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. Do we see eye-to-eye? Hell no. Are we cut from the same fabric? Hell no. But at the same time, we’re a part of the same fraternity,” Reigns said. [H/T Fightful]
Reigns also delivered a warning to Oba Femi and urged him to earn a shot at the World Heavyweight Championship. He even declared that he’ll be a full-time champion after WrestleMania 42.
`;
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-fans-chant-f-k-tko-roman-reigns-wrestlemania-42-reacts?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













