”
], { 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);
});
});
})();
Both stars competed in the ladder match to crown the interim WWE Women’s Champion at SummerSlam but came up short. Chelsea Green emerged victorious to capture the title. Rhea Ripley announced yesterday that she had undergone surgery and will be out of action longer than expected.
Jade Cargill battled Alexa Bliss last month on SmackDown and brutally attacked the veteran after defeating her. The Storm stomped on the former champion’s elbow, and Little Miss Bliss has been out of action ever since. There was a rumor earlier today that Bliss could potentially be returning on tonight’s episode of SmackDown as well.
Jade Cargill opens up about overcoming her biggest fear in WWE
WWE SmackDown star Jade Cargill recently shared that she was forced to overcome her biggest fear in the company.
Cargill’s wig popped off during a match earlier this year, and the awkward moment went viral on social media. Speaking on Busted Open Radio at Fanatics Fest, the former champion noted that her wig coming off was her biggest fear but was able to overcome it and finish the match.
“I go viral for anything. My wig came off, I went viral. I go viral for everything. Let me tell y’all, you never know what you’ll do in the moment until it actually happens. I swore I was either going to get under the ref’s shirt, roll under the ring and say, ‘Oh hell no, I’m out.’ I persevered, and I was very proud of myself. I kept going with one hand. That was my biggest fear. I overcame it. I knew I had to do my job. I couldn’t just leave my girls like that,” she said. (H/T: Fightful)
It will be interesting to see if Jade Cargill can defeat Charlotte Flair tonight on WWE SmackDown.
`;
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/rumor-spoiler-wwe-smackdown-main-event-revealed-report?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













