”
], { 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);
});
});
})();
Paige returned to SmackDown last week, marking her first appearance since SummerSlam. However, her promo was actually cut out of the show and was posted on social media instead. This week’s episode of SmackDown was taped and the former NXT Women’s Champion returned there to face Jacy Jayne for the Women’s United States Championship. After the show, she posted a mirror selfie wearing AEW Legend Sting’s t-shirt while asking the fans to guess which t-shirt she’s wearing.
“Guess which wrestling tee I’m wearing,” she wrote.
The Scorpion logo on the chest made it clear that it’s a Sting t-shirt. It’s great to see Paige pay tribute to the wrestling legend like this.
Nikki Bella shared her thoughts after Paige’s promo was cut from SmackDown
After the Bellas turned on her at SummerSlam, Paige was scheduled to address her betrayal in a pre-recorded video package on last week’s SmackDown. However, WWE cut it from the main show and aired it as a digital exclusive after the show. This drew a lot of criticism from the fans online. However, the Fearless star spoke about this on her Nikki & Brie show. She stated that she’s ready to take the rivalry online if needed.
“At this point, if it turns into an online story, why not? I was just brainstorming yesterday, preparing; it kind of brought me back a decade ago. I need to be prepared for these things that might get cut. I was like, ‘Hey, we always made the most of things.’ It’s how we fought and got fire and made us want to break barriers more. So, I was getting very creative,” she said.
It will be interesting to see if WWE will have the majority of Paige and Nikki Bella’s feud take place online.
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-paige-pays-tribute-aew-legend-following-wwe-return-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


