”
], { 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);
});
});
})();
Apart from her in-ring ability, Bayley has also enamoured fans with her frank personality and openness. She recently took to X with a rather random post, commenting on an unfortunate situation involving a pigeon. She wrote:
“I was shat on by a pigeon about 45 min ago.”
You can check out her post here.
Bayley wants to perform more on WWE NXT
The NXT Women’s division has earned high praise from Bayley in the past.
The Role Model has an extensive history in NXT, having worked there in her early years. After a match last month in NXT, she cut an emotional post-match promo and stated:
“I love you so much,” she said. “I want to thank you two (Tatum Paxley and Kendal Grey) for allowing me to be a part of your team and a part of your night, this is your NXT now. As much as I loved my time here, I don’t know if I can hang with this division right now because this is the best the NXT women’s division has ever been.”
The WWE star further claimed that she was open to be called back anytime, hinting at a resurgence of her hugger era.
“So Shawn Michaels, Matt Bloom, whoever’s listening to this, bring me back all the time, bring me back anytime. I’m gonna be here, I want to fight the best, and if I’m fighting the best on Raw, SmackDown, and AAA, bring me to NXT, baby, and I’ll show you what the Hugger era was all about.”
As of now, it remains to be seen what is next for Bayley in WWE.
`;
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-sh-t-on-wwe-star-bayley-makes-startling-post?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













