”
], { 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);
});
});
})();
Stratton’s match against Jade Cargill was the first time the Women’s United States Championship was defended at a PLE. The champion took to Instagram today to boast about making history, and you can check out her update in the post below.
“Fitting I’d make Tiffstory in the kingdom. #ANDSTILL,” she wrote.
Tiffany Stratton became the Women’s United States Champion by defeating Giulia on the April 24 edition of WWE SmackDown. Jade Cargill lost the WWE Women’s Championship to Rhea Ripley at WrestleMania 42.
Tiffany Stratton opens up about major WWE change
WWE SmackDown star Tiffany Stratton recently shared why she no longer does the Tiffy Twist as her finishing move.
Speaking with Brandi Rhodes on her A Shot of Brandi YouTube show, Stratton shared that she got injured while doing the move, and the Prettiest Moonsault Ever was an easy solution.
“So I actually, originally, when I first got on TV it was a Vader bomb, but it had like a full twist and I called it the Tiffy twist. So it wasn’t originally like my plan to have that as my finish. “And then like I started landing the Tiffy twist kind of like awkwardly on my side or I wasn’t completing the twist every time and it just like scared me ’cause like you’re coming into the ground so fast and you’re twisting at the same time. So I’m like, I don’t wanna break my nose on accident. So I decided to do the moonsault,” she said. (H/T: Ringside News)
Only time will tell who challenges the 27-year-old next for the Women’s United States Championship.
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-history-made-night-champions-tiffany-stratton-comments?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



