], { 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);
});
});
})();

“I mean, the first time, like, we hadn’t seen each other in so many years, so it was just like, you didn’t know what to expect. So I think I just… So yeah. And then it was fine. And then it was like normal, and then I got to meet his wife, and um, I think then after that, actually, then I would talk to them both every time I saw them at TV, and then it was like normal. But of course, the first time for sure.”

Nikki & Brie Bella on Working w/ Ex-Fiancé John Cena, Royal Rumble Return, Winning $1M From MrBeast

Nikki Bella wasn’t invited to John Cena’s last match

Right after this question, Logan Paul’s co-host asked Nikki Bella if she was happy about John Cena tapping out in his retirement match against Gunther. Bella said no, she didn’t find any joy in seeing Cena submit and break his code of ‘never give up.’

However, she also added that she didn’t feel any emotion in the moment and was just sad that The Franchise Player was retiring. She also added that a lot of fans think that she didn’t show up for Cena’s retirement match out of spite, but, clearing the air, Bella noted that she never received an invite to his last match.

Interestingly, during a meet-and-greet with a fan, Nikki Bella named John Cena her Greatest of All Time pick. Now, she has teamed up with Brie Bella, and the Bella Twins have announced that they will go for the Women’s Tag Team Championship. It would be interesting to see what lies ahead for Twin Magic.

Please credit the IMPAULSIVE podcast’s official YouTube channel and give an H/T to Sportskeeda if you use any quotes from this article.

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-i-got-meet-wife-nikki-bella-reveals-stands-john-cena-wwe-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

Leave A Reply

Exit mobile version