”
], { 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);
});
});
})();
Joseph Sawyer, fka Joe Gacy, recently revealed there were two instances where Bliss was supposed to work with the faction, but it got scrapped. Speaking to Denise Salcedo, Gacy addressed online speculations of Bliss working with The Wyatt Sicks. The former WWE Tag Team Champion stated there were two instances where the multi-time champion was scheduled to join them.
Gacy detailed the first instance where management informed the group that Bliss would join them when she returned to the promotion and work with them. Unfortunately, it got scrapped, and Alexa Bliss returned at Royal Rumble 2025. In the second instance, she attended meetings and pitched ideas, but nothing transpired.
“It was talked about two times. Our very first meeting, they basically told us that, ‘Yeah, we’re going to have you guys debut this and that, and then when Alexa’s [Bliss] ready to come back, she’ll join you guys.’ That was the first thing ever said about it… We did have meetings to talk about ideas and pitch ideas. She was involved in the meetings. She had some ideas that she pitched on her own, and I thought some of that stuff would eventually happen,” Gacy said.
What’s next for Alexa Bliss on WWE SmackDown?
In May 2026, Alexa Bliss was brutally attacked by Jade Cargill. Later, The Goddess was written off television when The Storm attacked her with a steel chair. Earlier this month, Bliss returned to WWE SmackDown with Tatum Paxley to assist Charlotte Flair. The three stars have allied with the blue brand, and it’ll be interesting to see if Bliss goes for championship gold.
If you use quotes from the article, please credit Denise Salcedo and provide an H/T to Sportskeeda Wrestling for the transcription.
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/news-scrapped-alexa-bliss-plans-wwe-return?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



