”
], { 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);
});
});
})();
Besides, the Hall of Famer posted on her Instagram and made it clear that she is not done with WWE. Nikki sent a stern warning to the Women’s World Champion, stating that the next time she faced Stephanie Vaquer, she would dominate. It looks like WWE could resume their feud after a while, stretching it a little further.
The company may have given The Fearless One a momentary hiatus to recharge and rejuvenate herself from the aftermath of Survivor Series before returning to RAW. Although Nikki Bella did not leave WWE, she made it clear in past interviews that her current run is set to be her final run in the Stamford-based promotion.
Does Nikki Bella hate Stephanie Vaquer in real life?
Nikki Bella’s rivalry with Stephanie Vaquer has been a big highlight of the RAW women’s division. The Hall of Famer backstabbed La Primera last month, shattering the fragile bonds of their friendship. Her actions were a clear indication that she was jealous of Vaquer being the Women’s World Champion.
However, Bella does not hate The Dark Angel in real life. It was all a part of the storyline, masterfully executed to perfection. What happened between the two stars was entirely in the realm of kayfabe. Both superstars blurred the lines between reality and fiction, adding a personal touch to their on-screen feud.
Nikki Bella and Stephanie Vaquer have portrayed intense animosity through promos, attacks, and match spots over the past few weeks. However, both superstars have mutual respect behind the scenes and there are no reports of any backstage frustrations between them.
It will be interesting to see whether WWE continues their feud after Survivor Series or if fans saw the last of Bella and Vaquer in the ring.
`;
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/did-nikki-bella-leave-wwe-after-losing-at-survivor-series-the-truth-confirmed?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













