], { 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);
});
});
})();


#5. Nick Aldis vs. Gunther is 100% happening at SummerSlam

Nick Aldis was notably absent from SmackDown this week. In his absence, Adam Pearce served as the show’s authority figure. It appears that the National Treasure is selling the effects of Gunther’s attack on him from last week’s episode.

Pearce has already raised the stakes for SNME by announcing that if Gunther and Sami Zayn win their tag team match, they will be added to the Undisputed WWE title match at SummerSlam.

However, Aldis’ absence from the show subtly suggests that a clash between the Ring General and Nick Aldis could be on the horizon for the Biggest Party of the Summer.

There is even a possibility that the SmackDown GM could cost Gunther the match at Saturday Night’s Main Event.


#4. Rhea Ripley could be back sooner rather than later

WWE has announced a major ladder match for SummerSlam 2026 to crown a new interim Women’s Champion. The Stamford-based promotion confirmed that Rhea Ripley has been sidelined with an injury.

As a result, the company needs an interim champion unless Mami returns before a new titleholder is crowned. So far, Tiffany Stratton and Jade Cargill have qualified for this high-profile match.

Usually, WWE strips a champion of the title if they are expected to remain off television for an extended period. The decision to crown an interim Women’s Champion instead subtly suggests that The Eradicator could return sooner rather than later.


#3. CM Punk vs. Damian Priest in the works?

“I hope you understand if you’re still champ after SummerSlam, I’m gonna be standing right here waiting for you.” – Damian Priest to CM Punk #SmackDown

Damian Priest and CM Punk were involved in an interesting backstage segment on SmackDown. The Archer of Infamy appreciated The Best in the World for mentioning him during last week’s promo.

He then said that he hoped the Second City Saint would remain World Champion after SummerSlam, as he might come after the Undisputed title.

In response, The Voice of the Voiceless reminded Priest that he and Cody Rhodes would be teaming together at SNME and joked that they might come after Priest’s Tag Team Championships instead. This interaction subtly teased that WWE could be planning a future feud between CM Punk and Damian Priest.


#2. WWE has given up on Jacy Jayne

Tiffany Stratton defeats Jacy Jayne to advance to the Interim WWE Women’s Championship Ladder Match at SummerSlam next month. IMO, Jayne should’ve won. Tiffany didn’t need it as she already has the U.S. Championship… #SmackDown

Jacy Jayne and Tiffany Stratton locked horns in an interim Women’s Championship Ladder Match qualifying bout. Despite Jacy entering the match as the reigning Women’s US Champion, Stratton picked up the victory to secure her spot at SummerSlam.

Earlier reports revealed that WWE had discussed booking Rhea Ripley vs. Jacy Jayne for the Women’s title at The Biggest Party of the Summer. However, the Fatal Influence member’s loss in the qualifying match could be a subtle hint that the TKO-led promotion may have given up on her.


#1. Danhausen’s mystery creation angle scrapped

A few weeks ago, the sports entertainment juggernaut teased Danhausen’s mysterious creation angle. Despite that tease, it now appears the company may have scrapped the storyline after the ex-AEW star revealed a stuffed animal.

With no follow-up to the mystery creation angle on SmackDown and the introduction of the stuffed animal storyline instead, WWE has subtly hinted that the Triple H-led promotion may have dropped the original mystery creation angle.

Why did you not like this content?


`;
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-smackdown-saturday-night-s-main-event-c2237042?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

Leave A Reply

Exit mobile version