”
], { 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 Instagram, Bayley posted a photo of her sitting all by herself after the loss to Valkyria at Saturday Night’s Main Event XLV. The photo caught the attention of several superstars, including Nikkita Lyons. The reigning Evolve Women’s Champion claimed her ‘heart was beating at the maximum’ amid the news of Bayley potentially leaving the Stamford-based company.
“my heart is beating at maximum rn. feel it in my chest,” wrote Lyons.
Check out a screengrab of Lyons’ Instagram comment:
Despite rumors of Bayley potentially leaving the company, she has confirmed that her issues with Valkyria are far from over. She returned at the WWE Stockton live event and attacked her former tag team partner before competing in a Triple Threat Match for the Women’s Intercontinental Championship.
Dutch Mantell has suggested that Bayley take advantage of her current situation in WWE
Dutch Mantell provided his take on Bayley potentially leaving WWE for AEW. Rumors have strongly suggested that it could be the case, but nothing has been confirmed.
Speaking on Story Time with Dutch Mantell, the veteran stated that Bayley should take advantage of the situation and make more money, and take advantage of the situation.
“You know what I’ve got to say about it? More power to her. Make all the money you can because this is the only time you’re going to be able to make it. So, take advantage of your situation and capitalize on it,”
It remains to be seen what the future has in store for Bayley. Her return at the recent live event in Stockton could completely change things.
`;
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-superstar-s-heart-beating-maximum-amid-rumors-bayley-possibly-leaving?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













