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

The former AEW star took to Instagram today to show off her ring gear from last night and noted that she was dressed like a “Smooth Criminal,” revealing her attire was a tribute to Michael Jackson. You can check it out in her post below.

“You’ve been hit by a smooth criminal. ⚡️🎤,” she wrote.

Rhea Ripley captured the WWE Women’s Championship from Jade Cargill at WWE WrestleMania 42. The Storm will be challenging Ripley for the title in a rematch next weekend at Clash in Italy 2026.

Jade Cargill discusses her reign as WWE Women’s Champion

SmackDown star Jade Cargill recently suggested that she didn’t accomplish everything she wanted as WWE Women’s Champion.

In an interview on The TakeDown on SI following her loss at WrestleMania, Cargill suggested that her first reign was a practice run and that things would be different the next time she held the title. The former AEW star suggested that she wanted to wrestle more during her time as champion and wanted to develop more grit as a character.

“I wanted to wrestle more. I wanted more competitive matches. I wanted more grit. I really wanted to sink my teeth into whatever was being thrown at me. That’s all I wanted with my reign, but we didn’t get that as much as I wanted, and that’s fine. But now that I had a practice run, I’m gonna call it a practice run, I’m gonna say next time is gonna be totally different,” she said.

#ANDNEW RHEA RIPLEY DEFEATS JADE CARGILL FOR THE WWE WOMEN’S CHAMPIONSHIP!!!!! #WrestleMania

It will be interesting to see if Jade Cargill can defeat Rhea Ripley at Clash in Italy to become champion once again.

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-jade-cargill-shows-stunning-tribute-wwe-snme?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