”
], { 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);
});
});
})();
Ahead of tonight’s show, the former AEW star took to social media to reveal the duo’s new name. The Women’s Tag Team Champions are now known as “Scream Mode,” and there is new merchandise available to purchase on the company’s website.
It was also announced by the promotion that Paige and Brie Bella would be squaring off against Kiana James and Giulia tonight on SmackDown.
The popular star spent a couple of years in All Elite Wrestling and captured the AEW Women’s World Championship. She mutually agreed to part ways with the promotion in March 2025.
Paige opens up about her WWE return at WrestleMania 42
Wrestling veteran Paige recently discussed her surprise return to the company last month at WrestleMania 42.
Speaking on the WrestleMania Post-Show, the 33-year-old claimed that the promotion was her home. The champion added that she had forgotten how big WrestleMania shows were as she was walking down the entrance ramp and didn’t know how to act as a performer.
“WWE is my home, I was raised here, I’m a WWE girl forever, and a Total Diva. I didn’t know how anyone was gonna react, I’m walking out there, I forgot how big WrestleManias were. It was magical, it was surreal, I forgot how to skip at one point. I was like ‘what do I do? What does Paige do?'”
Nikki Bella suffered an ankle injury that caused her to miss WrestleMania 42. Brie Bella made her return to the promotion during the Women’s Royal Rumble match at the PLE in Saudi Arabia earlier this year. It will be interesting to see what WWE has planned for the Women’s Tag Team Championships moving forward.
`;
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-major-wwe-champions-given-new-team-name-match-announced-smackdown?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













