”
], { 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);
});
});
})();
During the March 30 episode of RAW, WWE resumed the saga between Seth Rollins and Paul Heyman after the Visionary was arrested as part of the storyline. The Visionary returned this past week after receiving medical clearance from the doctors.
He picked up right where he left off, striking Heyman with a steel chair from behind. As he was about to go for a Stomp, Gunther appeared out of nowhere and put him to sleep via Sleeper Hold submission.
Shortly after, Adam Pearce announced that the two men would be squaring off against each other at the Showcase of the Immortals this year.
The decision came as a surprise to many since rumor has it that Seth Rollins would be facing Bron Breakker, while Gunther would be running it back with Rey Mysterio in Las Vegas.
The Vision member was even medically cleared weeks ago, but WWE decided to hold off on the feud.
According to Cory Hays of BodySlam, Gunther was slated to face Rey Mysterio at WrestleMania 42 as of two weeks ago. It seems like the aforementioned match had to be canceled due to the Master of 619’s injury.
“He was facing Rey Mysterio and they were hoping the match would still happen as of 2 weeks ago.”
You can check out his tweet below:
Seth Rollins’ segment announced for WWE RAW
After being laid out by Gunther, Seth Rollins will be kicking off Monday Night RAW on April 6 to address the WWE Universe.
The two men have only two weeks to build their program. There’s no word yet on the nature of the relationship between Gunther and Paul Heyman.
According to WrestleVotes, the Oracle isn’t expected to be in the Ring General’s corner at WrestleMania 42. However, he will still be involved in the feud.
Paul Heyman has a lot on his plate, as he’s also managing Brock Lesnar in his quest to conquer Oba Femi at the Show of Shows.
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/rumor-wwe-cancels-wrestlemania-42-match-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


