”
], { 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);
});
});
})();
Bayley reminisced about the victory by posting pictures of herself and Banks as champions with the following caption:
“who knew. Happy 7th my babies.”
Bayley and Sasha Banks held the titles for 49 days, dropping them to The IIconics (Peyton Royce and Billie Kay) at WrestleMania 35. She reclaimed the titles with Banks a year later and embarked on a 96-day reign in the summer of 2020.
Bayley reveals how she became close friends with Mercedes Mone (fka Sasha Banks)
The Role Model shares a strong friendship with AEW’s Mercedes Mone. The two have shared the ring on multiple occasions and came up together in WWE during their time together in NXT. In a recent appearance on The Undertaker’s Six Feet Under podcast, she spoke about her passion for wrestling being the main reason why she became close friends with Mone.
“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 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.”
The former Women’s Champion has reportedly attended several AEW shows to support Mone. It will be interesting to see if they ever share a ring in the same promotion again.
`;
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-wwe-star-bayley-celebrates-huge-anniversary?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













