”
], { 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);
});
});
})();
WWE has continued to mention the Grand Slam Champion on TV amid her absence. Dave Meltzer of the Wrestling Observer Newsletter recently reported that the company believed the former Hugger would ink a new deal rather than jump ship to All Elite Wrestling. However, it’s unclear whether she has decided to re-sign with her current employer.
A fan recently uploaded a video from Bayley’s time in NXT. In the footage, she can be seen interacting with JBL, who informs her of Michael Cole’s whereabouts. Interestingly, the RAW Superstar completely ignored The Wrestling God namedropping Cole during their exchange.
The Role Model reacted to the post in character. Bayley jokingly wrote that she hated the legendary WWE commentator.
“Hate him.”
You can view the post below.
Michael Cole and Bayley have had an adversarial relationship on WWE programming for years. The former Hugger has fired countless shots at Cole on TV and social media as part of their on-screen beef. However, fans must note that they are friends outside the squared circle.
WWE RAW Superstar misses Bayley
Amid Bayley’s absence from TV, Lyra Valkyria has shifted her focus back to the Women’s Intercontinental Championship. However, Valkyria isn’t the only star who is eyeing the workhorse title. Sol Ruca and IYO SKY are also in the race to capture the gold.
Sol Ruca dropped the Women’s Intercontinental Championship to Raquel Rodriguez on RAW last month. She will square off against Big Mami Cool in a rematch on the upcoming episode of the red show. Before the title contest, the upstart uploaded some photos of herself on Instagram. In the comments section of the post, Ruca revealed that she missed The Role Model.
It will be interesting to see what’s next for Bayley in the pro wrestling world.
`;
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-female-wwe-star-says-hates-michael-cole?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













