”
], { 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);
});
});
})();
The Role Model had an interesting back-and-forth with Blake Monroe on X. The exchange began after Monroe described herself as “world championship material” following the August 21 episode of SmackDown.
The former Hugger responded to Monroe’s post with a simple, “Ok.” Monroe then asked if that was all she had to say. Instead of giving her a direct answer, The Role Model replied:
“Maybe…Maybe not.”
The Glamour wasn’t too pleased with the vague response. She then challenged Bayley to show up on SmackDown.
“No one likes a tease, see u on Friday or don’t tweet me again.”
Monroe was scheduled to make her official SmackDown in-ring debut against Giulia. However, the match never started as she attacked The Beautiful Madness during her entrance. The former AEW star later made it clear that she did not consider that her official WWE debut.
Mercedes Moné teases another match against Bayley
Mercedes Moné, fka Sasha Banks, and Bayley are close friends in real life, and they have also been part of several high-profile storylines on television during Moné’s WWE run.
Amid The Role Model’s uncertain future in the Stamford-based promotion, Mercedes commented on potentially locking horns with the former Hugger again. Speaking in an interview with Daily Star, the AEW star stated that it would be a dream match for her to face Bayley again.
“You never know in wrestling. That’s always a dream match for me, that is to have another match with her. She is one of my greatest opponents of all time. Of course, everybody knows one of our greatest matches together, [NXT TakeOver] Brooklyn, that’s really changed the way people viewed women’s wrestling. But, yeah, it’s always a dream match for me. It’s always a dream match for me. So, you never know,” Moné said. [H/T: WON]
Only time will tell what the future holds for The Role Model.
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-bayley-officially-receives-special-invitation-former-aew-champion-amid-uncertain-wwe-future?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



