”
], { 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);
});
});
})();
In this article, we will be looking at six things WWE subtly told us on the RAW MSG episode.
#6. Bron Breakker and Rey Mysterio are out of WrestleMania 42
Adam Pearce announced that Seth Rollins is medically cleared to compete in the ring. Soon, The Visionary confronted The Oracle, only to be unexpectedly attacked by Gunther.
The Ring General destroyed the former Vision leader and pointed towards ‘Mania, confirming this major match.
The announcement of the Gunther vs. Rollins match subtly confirms that Bron Breakker and Rey Mysterio are now out of this year’s Showcase of the Immortals. Earlier, Breakker and Mysterio were expected to be Rollins’ WrestleMania opponents.
However, it seems both failed to recover in time, leading to The Ring General’s inclusion.
#5. The Usos might get involved in the WrestleMania 42 main event
The Usos are no longer the WWE World Tag Team Champions, as The Vision dethroned them on Monday Night RAW. The sudden title loss of the Samoan Twins hints at their possible inclusion in the ‘Mania main event match.
Over the past few weeks, Jey and Jimmy Uso have been heavily involved in the Roman vs. Punk feud. So, losing the tag team championship may lead to their involvement in the World Heavyweight Title match.
It’s unlikely that WWE will keep The Usos out of the ‘Mania show.
#4. Stephanie McMahon in cahoots with Randy Orton in WWE?
Stephanie McMahon made a surprise appearance at the opening of the red brand. The Billion Dollar Princess confronted Cody Rhodes and warned him before his match against a heel Randy Orton.
After Rhodes left the ring, Stephanie smiled suspiciously, as if her mission was accomplished with that segment. There is a possibility that Stephanie is in cahoots with Randy Orton.
This segment was intentionally created to instill fear in Rhodes’ mind and give The Viper a mental edge.
#3. Asuka vs. IYO SKY in the works
Asuka and IYO SKY had an interesting segment on WWE RAW. The Genius of the Sky was competing in a match against Raquel Rodriguez. Meanwhile, she got distracted when The Empress of Tomorrow was abusing Kairi Sane at ringside.
SKY immediately connected with a dive at ringside, taking out Asuka. However, this caused IYO to suffer a loss against Raquel, and this development subtly confirms that the Asuka vs. SKY feud is in work. It may unfold at WrestleMania or be part of post-Mania plans
#2. Roxanne Perez could turn on Liv Morgan at WWE WrestleMania 42
Roxanne Perez is back on Monday Night RAW. The star helped Liv Morgan take out Stephanie Vaquer. Perez was booked strongly against the Women’s World Champion, and sooner or later, Roxanne will turn on Liv.
It may happen at The Showcase of the Immortals when Perez turns on Morgan after her title victory, leading to a championship feud between them after ‘Mania 42.
#1. Roman Reigns is written off for next week’s show
CM Punk destroyed Roman Reigns and stood tall in the end. The Second City Saint, taking out the OTC, has written off Reigns for the next week’s show.
For those unaware, the Head of the Table is not advertised to appear next week on the red brand. So, with this angle, WWE put the former Undisputed Champion off TV for the upcoming episode.
`;
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/6-things-wwe-subtly-told-us-raw-march-30-2026?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













