”
], { 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);
});
});
})();
Wrestling journalist, Dave Meltzer, in his latest edition of Wrestling Observer Newsletter, gave the match 1.25 stars, and not even one full star to the match. This was the lowest-rated match of the night from Meltzer.
He had earlier criticized the match in his edition of Wrestling Observer Radio, after Survivor Series: WarGames. Meltzer criticized Nikki Bella’s booking by WWE, saying that it blew off the Hall of Famer.
“The way that it was done. It was a clean finish, but it was a clean finish in the way that kind of blew off Nikki Bella. I mean, she’s got this legendary status thing. It just felt like, I know she’s not going anywhere. Like, there’s no plans for her to go anywhere. But if I watched this not knowing that, I would think, oh she’s going home now. That’s how it came off. It came off like the legend came back, she had her little run, and now, she’s going home. That’s just how clean, not clean but clear-cut. They just didn’t give her anything. It was just like, yeah, just like kind of nothing.”
It was expected that Nikki Bella would retire from in-ring competition after this loss. However, in a post-match byte, she said it wasn’t the last of Nikki Bella that the fans saw. It remains to be seen if the two-time Diva Champion would once again go after Stephanie Vaquer for the Women’s World Championship.
Stephanie Vaquer was unhappy with Nikki Bella after a botch during their match at WWE Survivor Series: WarGames
There were a few awkward moments during the match between Stephanie and Nikki Bella. And one big botch seemingly left The Chilean Superstar angry. Nikki Bella didn’t go down on her knees during Stephanie’s second ‘Devil’s Kiss’ inside the ring. That botch seemingly irked Stephanie, and she sported an angry look at the Hall of Famer after performing it.
She then wrapped up the match with a Cockscrew Moonsault and pinned Nikki to retain her title. It remains to be seen if The Dark Angel would be interested in working with Nikki once again for a WWE PLE event
`;
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-bad-news-stephanie-vaquer?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













