], { 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 the recent episode of The Nikki & Brie Show, the twin sister answered questions from the fans. One of the questions posed to Nikki was will she be interested in turning heel?

The Hall of Famer said she loves to be a heel, and it is something she is pitching, but again, the decision rests with the WWE creative team.

“Look, I’d love to be heel Nikki. I thrive being heel Nikki. I don’t write creative. Heel Nikki is the best. I pitch for it; hopefully, that is what I can be. Hopefully, that is what I end with,” she said.

Nikki recalled her antics as a heel against her sister, Brie, and Paige during her previous run in the company. She mentioned cutting ruthless promos where she and her opponent knew they could get personal worked well. The 42-year-old said it is something she hopes will happen.

“We’ll see. I pitch hard for that; hopefully that will happen because I just thrive in that and I love that. For a babyface to go against me, it’s very easy to come after me. There’s so much promo work you can do on me and get a great reaction and be a superhero for it. So, I think it works. I think it works the best,” she added.

Nikki Solo: Recovery Update & Bella Army AMA

Nikki Bella has been predominantly presented as a babyface since her return to WWE last year.

She did briefly portray a heel character after attacking Stephanie Vaquer but has gone back to being a babyface after her return from hiatus at the Royal Rumble this year.


Nikki Bella reveals what she wants to do post-retirement in WWE

Nikki Bella’s current run in WWE looks likely to be her final as an active in-ring performer. She is clear on what she wants from this final stretch and has plans beyond that.

Speaking on The Nikki & Brie Show, she discussed taking up a possible on-screen role in the company after her in-ring retirement.

She said she would love to be a general manager on a weekly show at one point after she hangs up her wrestling boots.


If you use quotes from this article, please credit Nikki & Brie Show and give an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
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-heel-turn-pitched-major-wwe-superstar?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

Leave A Reply

Exit mobile version