”
], { 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);
});
});
})();
According to a new report from WrestleVotes on Fightful Select, there have been rumblings of Nikki Bella returning to action soon. The report claimed that her name had been mentioned from a creative standpoint quite a few times over the last few weeks, emphasizing that this was the first time her future was being discussed since WrestleMania 42.
Nikki Bella has previously responded to criticism against her work in WWE
While Nikki Bella is undoubtedly an outstanding worker in the Stamford-based promotion, her tenacity has led to criticism at times as she has been called difficult to work with.
Speaking against these claims on The Nikki and Brie show, Nikki Bella statedthat she wanted to look at the big picture. She said:
“It’s just so funny how immediately you’re considered difficult when I’m like, ‘Wait, can we look at the larger picture here?’ So because I care about my work, because I want it to be the best, because I want to give my all and I want to give more to a company that pays me or to this company I run or this as a parent, whatever it is, I’m considered a difficult woman. I mean, well, so be it. But when that popped up, I was like, damn, that’s us [The Bella Twins],” Nikki said.
She further added:
“People can call me difficult. People can call me every bad name in the book. I don’t care because half the time when you’re calling me that, it’s because I’m someone who has a voice, who stands up for myself, and I don’t back down. So thank you. That’s how I look at it.”
It remains to be seen when Nikki Bella will return to action in WWE.
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/rumor-wwe-hall-famer-reportedly-nearing-return?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



