”
], { 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);
});
});
})();
On SmackDown, Tiffany Stratton was facing Lash Legend in the Women’s United States Championship match. Stratton had issued an open challenge, and Lash Legend decided to answer it, despite having a Women’s Tag Team Title Match for Saturday Night’s Main Event.
She went on to face the star in the bout and pushed the champion to her limit, trying her best to get the win and add to her title collection before also winning the women’s tag titles. Unfortunately for her, that was not going to happen. Chelsea Green, who recently returned from surgery, appeared at ringside alongside the woman she has said she wants to be in a team with, and in the end caused enough of a distraction by taking out Nia Jax, that Stratton was able to get the one up on her.
However, while Tiffany Stratton was doing that, she made a rather big botch. Legend was on the outside, and Tiffany decided to take to the air and hit a dive on her opponent. She made a complete mess of it, with a huge botch, as she missed the springboard and ended up bouncing off the ropes on her shins, with her feet landing badly. She had no idea where she was going and was falling headfirst, but Legend was in position and caught her, not only saving the spot but also saving Stratton from an injury.
The WWE cameras cut away from the botch while Stratton was thankong Legend for catching her as they didn’t want to show that part, but they cut to another camera instead a little further away from the action.
The spot can be seen below.
Thankfully, the star was saved, and it did not end in a disaster, even if a new alliance has been forged now.
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-breaking-tiffany-stratton-suffers-dangerous-botch-on-wwe-smackdown-cameras-cut-away-after-it?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



