”
], { 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);
});
});
})();
During their conversation, The Maverick asked Brie Bella if she thought kayfabe was dead. The 42-year-old answered the question in the affirmative and pointed out how fans got to know more about what’s going on behind the scenes after watching Netflix’s WWE: Unreal. The veteran noted that some fans hated the show, while some others loved it, and she belonged to the latter category.
“I do. I mean, the only reason I say, when you see, like, you watch Unreal, we see how, like, matches are getting put together, and you see, like, all the way into, like, the business, you know, room. […] This is what I feel. There’s an audience who loves it, and then there’s an audience who hates it. I mean, at the end of the day, we’re never going to please everyone, right? There’s always going to be haters and people talking s**t. […] So, I think I like it. I’m like, I get interested to see like what’s said in those rooms and how it goes down, but it doesn’t, I feel like that means kayfabe’s dead,” Bella said.
You can watch the entire conversation in the video below:
Brie Bella and Nikki Bella target major WWE title
Brie Bella returned to in-ring action last weekend at the Royal Rumble Premium Live Event. She entered the Women’s Royal Rumble Match at number 29. Bella Twins ousted Bayley and Lyra Valkyria from the match before Lash Legend eliminated them both at once.
The WWE Hall of Famers showed up on RAW after the Royal Rumble Premium Live Event. The twin sisters disclosed that they had their sights set on the Women’s Tag Team Championship.
Rhea Ripley and IYO SKY won the title by defeating The Kabuki Warriors on the January 5 edition of Monday Night RAW. Their first and only title defense thus far was at Saturday Night’s Main Event against Liv Morgan and Roxanne Perez. It will be interesting to see if they put the gold on the line against Bella Twins in the future.
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/news-beloved-wwe-superstar-believes-that-kayfabe-dead?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



