”
], { 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 listicle, we’ll look at five things WWE subtly told us on the go-home episode of the red brand before Sunday Night’s Main Event 2026.
#5. The Usos and Solo Sikoa written off TV for a while
Royce Keys and his faction not only attacked Jey and Jimmy Uso, but also left them bloodied. When Jacob Fatu ran backstage to rescue his family members, the heel faction left the arena.
Later, they attacked Solo, who suffered the same fate. This brutal attack on The Usos and Solo on Monday Night RAW subtly suggests they have been written off television and will likely be absent from the red brand for a few weeks.
#4. Solo Sikoa might be forced to reunite with The Bloodline ahead of WWE WarGames 2026
Solo Sikoa is the lone warrior against Royce Keys and OTM. LA Knight is already dealing with Roman Reigns and has nothing to do with Solo. Keys has already turned on him, leaving the former MFT leader without any backup.
As WWE is heading towards a potential WarGames 2026 match between The Bloodline and the Royce Keys-led faction, the former United States Champion could be forced to reunite with the OTC to take down the new villainous group.
#3. Roman Reigns beating Penta since LA Knight is next in line for a title shot
LA Knight and the Original Tribal Chief were engaged in a heated face-off on WWE RAW. The Megastar again pointed out how Reigns is finding ways to escape from Knight and keep him away from a World Title shot.
Though Penta is getting a title match on September 14, 2026, Roman’s feud with LA Knight subtly confirms that the Head of the Table will beat Penta to retain the title.
After this, the OTC is likely to feud with Knight, with a potential title defense against him at Money in the Bank 2026.
#2. Lyra Valkyria and Sol Ruca will run it back
Sol Ruca failed to capture the Women’s Intercontinental Championship from Raquel Rodriguez on RAW, thanks to Lyra Valkyria’s distraction. Ruca was about to execute the Sol Snatcher before Lyra disrupted her and eventually cost her the match.
This development shows that the company could run back a feud between these two stars on Monday Night RAW. Later, Bayley could return to end her feud with Valkyria.
#1. WWE has given up on Ethan Page
Ethan Page and Dragon Lee locked horns on the red brand to earn a No. 1 Contender spot for the IC Title. Lee defeated Page in a clean way. Since his main roster debut, Ethan has failed to earn any major victories.
Now, losing to Dragon Lee suggests WWE has given up on him and may use him as filler on the red brand. Thus, the Stamford-based promotion is unlikely to push him as a prominent star.
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/5-things-wwe-subtly-told-us-go-home-episode-raw-sunday-night-s-main-event?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


