”
], { 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 podcast, The Undertaker asked the Role Model if she thinks the new stars have the same passion about WWE as they had. The latter answered that the newer generation isn’t as passionate about the sport as they were. She also revealed that her passion for wrestling helped her get so close to Mercedes Moné during their early days.
“So it’s kind of like a different kind of passion… Sami Zayn says it perfectly like, we’re the fans who took it too far, like we’re the biggest fans that took it too far because we’re actually doing it… This is one of the reasons why Mercedes and I got super close was because we were just like you know we can relate to it. Like “Oh my god you were a 10 year old and obsessed with wrestling”. So I have those relationships with a few of the girls in the locker room. ” (15:00 onwards)
It’s great to see the two stars still be great friends despite the rivalry between their companies.
Bayley was heartbroken after being replaced by Becky at WrestleMania
The Role Model was set to team up with Lyra Valkyria to face Liv Morgan and Raquel Rodriguez at WrestleMania. However, she was attacked backstage and replaced by Becky as Lyra’s partner. The duo then went on to win the Women’s Tag Team titles at the show.
While speaking on the podcast, she confessed that she was disappointed when it happened but was happy it became part of a storyline.
“When I was told what was happening, I was like, ‘Oh now I’m bummed….So, it was rough, but it becoming part of a storyline, and it becoming what it is now, made it a little bit nicer, and maybe it.” Bayley said.
Bayley is still trying to chase after the Women’s Tag Team titles. It’ll be interesting to see if she’ll be able to capture them with Lyra Valkyria.
`;
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-bayley-addresses-mercedes-mone-relationship-heartbreaking-wwe-confession?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













