”
], { 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);
});
});
})();
In recent months, there have been conflicting rumors about the Grand Slam Champion’s future in WWE. The former Hugger even teased jumping ship to AEW with her social media activity. However, she is seemingly set to remain with the sports entertainment juggernaut following her grand return to RAW last night.
Bayley rekindled her feud with Lyra Valkyria on the latest episode of RAW. She cost the Irishwoman a potential win in a Triple Threat Money in the Bank qualifying match. The Role Model also launched an attack on Valkyria after the match, making a strong statement. Following the show, the Wrestling Observer Radio reported that the 37-year-old had re-signed with the Stamford-based company.
Bayley might have a new role in WWE
Bayley’s WWE booking has been lackluster in the past couple of years. Fans loved her partnership with Lyra Valkyria. However, the duo failed to win the Women’s Tag Team Championship on many occasions. Despite being a main event talent, she has arguably been relegated to the mid-card division.
Before The Role Model’s comeback, a report by False Finish suggested that she had re-signed with the company. It was also reported that she might have an expanded role with the sports entertainment juggernaut as part of her new deal.
The former Hugger is among the most experienced wrestlers on the WWE roster right now. She consistently conducts pro wrestling workshops, aiming to mentor the next generation of performers. Many up-and-coming stars look up to the Grand Slam Champion. Besides being an in-ring performer, she could become a coach within the organization.
What do you think about The Role Model’s decision to re-sign with WWE? Hit the Discuss button and sound off.
`;
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/rumor-contract-update-bayley-s-wwe-status-following-return-report?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













