], { 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);
});
});
})();

Rather than agreeing with Hail’s X post, she playfully warned the young WWE Superstar to watch her words.

“Ok watch that tone now sister don’t make me come over there,” Bayley wrote.

The response is particularly interesting given her own history in WWE’s Black and Silver brand. The former NXT Women’s Champion was one of the brand’s defining stars in its early years and knows exactly what it means to represent NXT.


Bayley gets her point across

As mentioned, Thea Hail faced Nattie in singles action on the August 18 episode of WWE NXT. The match was the latest chapter in their ongoing rivalry, with Hail having previously gotten involved in Nattie’s issues with Jaida Parker. Nattie ultimately picked up the win by making Hail submit to the Sharpshooter. Despite the loss, Hail clearly wasn’t ready to back down.

Hail has been building momentum alongside Parker in recent weeks. The duo scored a win over Karmen Petrovic and Nikita Lyons on the August 4 episode of NXT, with Hail picking up the win for her team.

The rivalry with Nattie has also allowed Hail to establish herself against one of WWE’s most experienced in-ring performers. Nattie’s victory in this week’s NXT gives her the upper hand for now, but Hail’s response shows that the feud is far from over.

Bayley’s message adds another entertaining layer to the situation. Whether she was genuinely defending Natalya or simply reminding Hail to respect her (Nattie), the former WWE Women’s Champion certainly got her point across.

Hail may want to think twice before taking another shot at Nattie, especially with The Role Model now watching.

Why did you not like this content?


`;
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-sends-message-female-star-after-she-got-humiliated-wwe-show?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

Leave A Reply

Exit mobile version