”
], { 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);
});
});
})();
Spears, who has been competing in the tag team division in recent months, returned on last night’s show as a singles star. Nico Vance had just defeated Shiloh Hill, and Izzy Dame was in the ring celebrating the victory with her stablemate. The veteran appeared from nowhere to take down Vance with a steel chair.
He locked eyes with his former protege, Dame, before leaving the ring.
You can check out the segment in the tweet below:
Interestingly, Shawn Spears last competed as a singles star on television on the May 20, 2025 episode of NXT. After 414 days, he returned to the promotion as a singles star and will likely want to sort out his unfinished business with The Culling before he moves on to other matters.
WWE Star Was Kicked Out Of His Faction
The June 23 episode of NXT saw Izzy Dame facing Arianna Grace in the final of the WWE Speed Women’s number-one contendership bout. Dame appeared to have the match under control when a distraction by Shawn Spears led to her loss.
Right after, on the same episode, Spears and Nivo Vance were defeated by Dorian Van Dux & Sean Legacy in a tag team bout. After the loss, Dame had seen enough and signalled to Vance to take out their leader.
In a brutal attack, the 27-year-old sent Spears through the announcer’s table, leaving him in a heap and effectively kicking him out of the stable.
Now it remains to be seen what happens next between The Culling and their former leader.
`;
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-shock-return-wwe-star-surprises-former-faction-coming-back-414-days-after-last-match?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













