”
], { 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);
});
});
})();
“I’m extremely proud that in all likelihood the World Heavyweight Championship is going to be featured as the main event Night Two of WrestleMania, which in my opinion is the true main event of WrestleMania. Roman talked down about it as if it were a second-tier title when it was introduced, and so did a lot of other people,” he said.
The Visionary added that, being the first WWE World Heavyweight Champion of the modern era, he wanted to elevate the title by representing it every week on RAW, unlike Roman Reigns, who Rollins believed “earned” the right for a part-time schedule in the company.
“I felt it was extremely important that our world championship wasn’t monopolized by a guy who wasn’t going to be there enough to help elevate the talent with that title – and that’s Roman. He took the part-time schedule, and he’s earned that right. On the other hand, we needed a world championship that was going to be represented every week on the Raw brand, one that would allow new stars to be created. So I’m very proud that that belt will be in the main event of WrestleMania,” he added. [H/T Boston Herald]
Seth Rollins could face a returning WWE star at WrestleMania 42
Seth Rollins has been going after The Vision since his return to WWE TV after a shoulder injury. The fearsome group is currently struggling against The Visionary as its biggest stars, Bron Breakker and Bronson Reed, are out of action with injuries.
However, things could soon change for Paul Heyman’s side. According to a recent report by WrestleVotes Radio on Fightful, the Stamford-based promotion is optimistic that Bron Breakker could return ahead of WrestleMania 42.
The report also highlighted that the Triple H-led creative team already has plans for Breakker for The Show of Shows if he returns to WWE TV.
If this report turns out to be true, then it is a no-brainer that Bron will go after Seth Rollins, and the duo could even lock horns at ‘Mania. It will be interesting to see what WWE has planned for Rollins’ future.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-seth-rollins-labels-cm-punk-vs-roman-reigns-true-main-event-wwe-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


