”
], { 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);
});
});
})();
This article will discuss two rumors we hope are true, and three we hope are not.
#2. Hope true: Reason behind Brock Lesnar and Oba Femi opening WrestleMania 42
Brock Lesnar vs. Oba Femi is a gigantic match on the WrestleMania 42 card. Fans are excited for this match, particularly because of a solid buildup on Monday Night RAW.
Recently, WWE confirmed that Lesnar vs. Femi is set to take place on Night Two of The Showcase of Immortals. Amid this, reports suggested that The Beast Incarnate vs. The Nigerian Giant will open Sunday night’s show.
A source revealed that ESPN wanted a big star like Lesnar to feature in the first hour of the event. For those unaware, the first hour of ‘Mania will be free on the platform. Having a megastar like The Mayor of Suplex City will help the network attract more viewers.
We hope that the report is true because Lesnar has all the tools to kick off Night Two with a bang.
#1. Hope true: Update on Stephanie Vaquer after Liv Morgan RAW incident
On RAW this week, Stephanie Vaquer attacked Liv Morgan and Roxanne Perez backstage. Here, the Women’s World Champion sent Morgan crashing into a TV screen. As a result, Morgan sustained a forehead injury.
Following the segment, fans are concerned about their ‘Mania title match. Some are even wondering if Vaquer has backstage heat because of the incident. However, recent reports have indicated that there is no heat on the Women’s World Champion.
This is seemingly a good sign that shows that the backstage incident will not impact Liv vs. Vaquer at The Shows of Shows. We hope that the rumor is true. La Primera is a safe worker, and she didn’t intend to cause a real-life injury to Morgan. It’s great that the Triple H-led company is not punishing the champion for the mishap.
#3. Hope not true: WWE could cancel major WrestleMania 42 match
As of this writing, WWE has announced seven matches for the first night of ‘Mania. Meanwhile, six matches have been made official for The Showcase of Immortals on Sunday. Therefore, there is still a slot available for a match on Night Two of The Shows of Shows. Despite this, reports have suggested that IYO SKY vs. Asuka might not take place at the event.
Earlier, sources claimed that the match was expected to be added to the show. However, the situation appears different now, especially since SKY suffered a clean loss against Jade Cargill on SmackDown.
We hope that the rumor is not true. Triple H & Co. should consider adding this match to ‘Mania, as both women are extremely talented and capable of delivering a stellar match.
#2. Hope not true: Double turn happening at ‘Mania?
Sami Zayn vs. Trick Williams for the United States Championship is set to take place on Night Two of The Shows of Shows. Recently, a major report suggested that WWE was planning a significant twist for the bout.
As per the report, a double turn for Zayn and Williams is expected to unfold. Given the crowd’s reactions to both stars, the idea makes sense. On SmackDown this week, Zayn got a negative reaction from the audience, despite delivering a babyface promo.
Sami could adopt a villainous character at ‘Mania. On the other side, Trick might turn into a babyface, as he has been getting positive reactions from the WWE Universe in recent weeks.
We hope the rumors of a double turn are not true. The Stamford-based promotion should execute both turns separately so each moment gets the spotlight.
#1. Hope not true: The Rock’s WrestleMania 42 status
The WWE Universe is hoping for The Rock’s return on The Grandest Stage of Them All. The Final Boss’ name has already been mentioned multiple times on the Road to ‘Mania 42. After Cody Rhodes, CM Punk also mocked the TKO director.
Despite all these teasers, reports have indicated that The People’s Champion is not expected to appear at The Shows of Shows. We hope that the rumor is not true. The Great One should at least appear at WWE ‘Mania, as it would generate significant buzz surrounding the show.
It will make sense if the Hollywood star appears as the mastermind behind the Randy Orton-Pat McAfee alliance. Otherwise, he could play a role in Roman Reigns’ world title match.
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/2-wwe-rumors-hope-true-3-hope-aren-t-e089828c?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


