”
], { 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);
});
});
})();
“You’re due for a poprox,” Perez wrote.
Below is a screenshot of Roxanne Perez’s comment:
Bayley has been away from WWE programming for more than a month. Her last televised appearance was on the July 18 edition of Saturday Night’s Main Event. She lost the match to Lyra Valkyria. The inaugural WWE Women’s United States Champion attacked the 37-year-old after the match ended.
Wrestling veteran shared his opinion on Bayley potentially leaving WWE to sign with AEW
Bayley has yet to renew her contract, which is reportedly set to expire as early as January 2027. Amid her absence from WWE programming, there has been a lot of speculation regarding the RAW star’s future in the company.
With a potential WWE exit on the cards, many fans expect her to sign with AEW. On Story Time with Dutch Mantell, wrestling veteran Dutch Mantell noted that if the opportunity ever presented itself, the former WWE Women’s Champion should make all the money she could.
“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… Hey, six to eight years in a company? That’s a long time. It’s hard because I’ve done it. It’s hard to keep somebody alive if they’ve wrestled everybody they have wrestled, and especially if it doesn’t affect today,” Mantell said.
Despite so much uncertainty around her future, WWE reportedly believes that The Role Model will ink a new deal with the company. It will be interesting to see when she makes her next in-ring appearance and what plans the wrestling promotion has for her going forward.
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-24-year-old-wwe-superstar-sends-threatening-message-bayley?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



