”
], { 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);
});
});
})();
#8. Maxxine Dupri is turning heel
After apologizing to Rey Mysterio and the luchadors, Chad Gable finally decided to fix his friendship with Otis and Alpha Academy. The former El Grande Americano requests all three members of the faction to join him in the ring.
Gable accepted his mistake, affirming that he treated Otis, Maxxine Dupri, and Akira Tozawa badly. The one person who wasn’t happy with this apology was Maxxine.
Dupri said that the Alpha Academy never needed Gable and refused to accept his apology. She walked away and asked Akira and Otis to do the same. It’s crucial to note that Maxxine was recently spotted with The Vision.
Her behavior towards Chad Gable could be a seed plant for a potential heel turn in WWE.
#7. Oba Femi vs. Roman Reigns is in the works
Oba Femi and Jey Uso are set to compete in the finals of the 2026 WWE King of the Ring tournament. In the opening of RAW this week, The Ruler and the YEET Master were engaged in a heated face-off.
During this, the Nigerian star stated that not Jey but his other family member needs to be worried about Oba Femi, putting Roman Reigns on notice. This subtly confirms that the Stamford-based promotion is planning an Oba vs. Roman match.
Even if Femi failed to get a title shot at SummerSlam, their match will indeed take place down on the road.
#6. Lyra Valkyria is in line for a push
Lyra Valkyria shocked the world and turned heel on Bayley. The former Women’s IC Champion snapped after getting pinned by Paige in the Women’s Tag Team Title match.
As of now, Lyra has refused to comment on her villainous turn. Meanwhile, this character development and separation from the Hugger subtly hint that WWE is planning to push Valkyria soon.
#5. IYO SKY losing the 2026 WWE Queen of the Ring?
The Queen of the Ring 2026 finals will witness IYO SKY locking horns with Women’s World Champion Liv Morgan. On RAW before Night of Champions 2026, SKY and Morgan had a heated confrontation where the Genius of the Sky stood tall.
Usually, the star who gets the momentum on the go-home episode suffers the loss in the event. Considering this pattern, RAW this week subtly confirmed that IYO might be losing the Queen of the Ring tournament.
It would be a major shock if Liv wins the tournament, especially when she is already the Women’s World Champion.
#4. Roxanne Perez will turn on Liv Morgan
The Judgment Day got involved in an interesting backstage segment on WWE RAW after IYO SKY took Liv out of the ring. The Miracle Kid was frustrated and ranted backstage.
Already, Raquel and Perez were wondering what they should do after being eliminated from the Queen of the Ring tournament. When Morgan appeared, she assigned everyone new directions but ignored Perez.
This isn’t the first time WWE has teased tensions between Roxanne and Liv. However, RAW before Night of Champions 2026 subtly confirms that Perez will turn on Morgan soon, probably at the Saudi Arabia premium Llve event.
#3. Chad Gable will finally win the Intercontinental Title
When Chad Gable was apologizing to the Alpha Academy, he asserted that he had become selfish in order to become the IC Champion. The former AAA star also said that Maxxine Dupri has already won a singles title, which was Gable’s dream.
As WWE is pushing Chad as a babyface star, this segment from Monday Night RAW subtly hints that Gable is on his way to finally becoming the IC Champion soon.
#2. Seth Rollins is losing at WWE Night of Champions
Similar to IYO SKY, Seth Rollins stood tall on RAW before the Saudi Arabia PLE. The Architect cost The Vision World Tag Team titles, helping the Street Profits to dethrone them.
As Rollins stood tall ahead of the steel cage match, it subtly hints that he might be losing at WWE NOC. However, the result could be different if Triple H decides not to follow this usual pattern.
#1. Solo Sikoa vs. The Bloodline is on the horizon
Solo Sikoa appeared on Monday Night RAW to send a message to The Bloodline. The MFT leader already warned Jacob Fatu about messing with the Roman Reigns-led faction.
When Jimmy Uso was locking horns with LA Knight, Solo appeared on the ring apron. The Megastar was surprised after Sikoa attacked Big Jim, helping Knight score the victory.
The MFT leader, attacking Jimmy, confirms that a Bloodline vs. Solo is on the horizon.
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/8-things-wwe-subtly-told-us-go-home-episode-raw-night-champions-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


