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

FULL EPISODE: Sol Ruca vs. Nattie; Candice LeRae vs. Jacy Jayne: WWE Main Event, June 25, 2026

Candice has been able to restore energy to her husband, Johnny Gargano. As he lies down backstage, the former NXT Women’s Tag Team Champion cheers him to get up and do something.

Spoilers for the go-home edition of SmackDown before Night of Champions 2026

The go-home edition of WWE SmackDown before Night of Champions 2026 was taped live from London. Thus, what all happened on the show is known, although it has not been aired on television yet. As Trick Williams and Ricky Saints opened the show, hyping their United States Championship match at NoC.

Michin and B-Fab then defeated Alexa Bliss and Tiffany Stratton. Rey Fenix defeated Nathan Frazer. Paige defeated Jacy Jayne. Danhausen and Matt Cardona defeated Los Garza with some unexpected help from Kit Wilson and the Miz. Jade Cargill defeated Chelsea Green.

The MFT faction also showed cracks as Tama and Talla Tonga told Solo Sikoa they were walking away to focus strictly on their tag team aspirations.

Giulia then defeated Kiana James, but was later attacked by the debuting Blake Monroe. The main event was a four-man segment in which two storylines were woven together. Undisputed WWE Champion Cody Rhodes confronted his opponents in Sami Zayn and Gunther, while Jey Uso came out to secure a potential title shot after possibly winning the King of the Ring tournament.

A dark match between Seth Rollins and Oba Femi vs. The Vision was held.

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/news-wwe-smackdown-star-undergoes-massive-change-another-show?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