”
], { 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 is currently on a quest to capture the WWE Women’s Tag Team Championships with Lyra Valkyria. The Role Model has been chasing the gold since WrestleMania 41.
Last year, she revealed that she had only a year and a half left on her contract. Her booking continues to be a cause of concern among fans.
In fact, the Hugger aired her frustration with her creative, leaving fans wondering whether she will explore her options once her contract with WWE expires.
According to WrestleVotes, Bayley’s deal is coming up at the end of this year, and there’s no word yet on whether the two sides have agreed to a contract extension.
However, TKO and WWE are said to be interested in keeping her, given that she’s the locker room leader.
Bayley addresses her WWE future
In an interview with Chris Van Vliet last year, she opened up about her contract and whether she would re-sign with WWE.
“I have so many other things I want to make it into. I have a year and a half left on this current contract, so we’ll see what happens then. [And then what?] Man, I don’t know. I think I’ve done everything I really want to do, not everything. There’s still a lot I want to get done, but done so much with WWE and I’ve been here for already 12 years and there’s a huge wave of women coming in that I think are ready to take over, ready to be in those spots.”
After beating Raquel Rodriguez and Roxanne Perez on the May 25 episode of RAW, Bayley and Lyra Valkyria have once again set their sights on the WWE Women’s Tag Team Championships.
Additionally, the Irishwoman has also staked her claim to Sol Ruca’s Women’s Intercontinental Championship.
Are tensions rising between the Role Model and the Bird Lady? Only time will tell.
`;
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-bayley-s-wwe-contract-is-expiring-reports?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













