”
], { 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);
});
});
})();
“I wish I could rock short hair and wrestle. Not possible. 🥰,” she wrote.
Cargill successfully defended her WWE Women’s Championship against Jordynne Grace this past Friday night on SmackDown. Women’s Royal Rumble winner Liv Morgan was ringside for the title match.
Morgan has not selected which champion she will be challenging at WrestleMania 42 yet. The Judgment Day star also confronted Stephanie Vaquer on RAW earlier this week, and the Women’s World Champion slapped Dominik Mysterio in the face.
Jade Cargill confirms she is working with WWE legend
SmackDown star Jade Cargill shared that Booker T has been very helpful to her in her career.
In an interview with The Sun, Cargill shared that she gets advice from several stars in the locker room. She also noted that Booker T has helped her a lot and that she speaks with him regularly.
“CM Punk talks to me a lot. Cody talks to me a lot. Ricky Saints talks to me a lot. He’s great. There’s a lot of people. Booker T, he and I sit down, and we have Zoom meetings as well. Yes, we do a lot of school. I’m thankful to work with him as well. There’s so many people; I don’t want to name them all, but Paul Heyman. That is my guy! Gosh, I love Paul Heyman. It was him and Stone Cold Steve Austin. I was like those are the two people I have to meet. When I met him, I was like, listen I have to get a pic with you.” [H/T Fightful]
It will be interesting to see who challenges Jade Cargill for the title at WrestleMania 42.
`;
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-shares-one-thing-will-never-wwe?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













