”
], { 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);
});
});
})();
Later, R-Truth replied to the tweet and stated it’s not PG. Recently, the former WWE Women’s Champion replied to Truth’s tweet with a bold response. The Storm stated she’s not a PG twin and she’s for the adults. The fan banter between the two was seemingly in kayfabe.
“I’m not PG twin 😉 . I’m for the adults 😛,” Cargill tweeted.
Cargill has been running roughshod in the women’s division on the blue brand alongside B-Fab and Michin.
What’s next for Jade Cargill heading into WWE SummerSlam?
Earlier this year, Jade Cargill allied with B-Fab and Michin to take on Rhea Ripley heading into WrestleMania 42. Unfortunately, The Storm lost the WWE Women’s Championship to Mami in Nevada and failed to regain the title when they collided for the second time at Clash in Italy.
After the event, Jade Cargill targeted Charlotte Flair, Alexa Bliss, and the Women’s United States Champion Tiffany Stratton. In the coming weeks, Cargill, B-Fab, and Michin feuded with the babyfaces and eventually earned a title shot against Tiffy Time. However, The Queen made sure the bout went fairly and interfered.
Sadly, Alexa Bliss paid the price for the second time when The Storm bent her arm on a steel chair. According to TRNBCKL, the management is considering a singles match between Jade Cargill and Charlotte Flair at The Biggest Party of the Summer in Minnesota.
The feud is currently ongoing on Friday Night SmackDown. The feud was initially teased after Jade Cargill signed with the Stamford-based promotion, and it’ll be interesting to see which star leaves Minneapolis with a win.
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-i-m-adults-wwe-star-s-bold-response?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



