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

During the March 11 episode of Evolve, Kendal Grey competed in her final match on the brand. She successfully defended her title against Tyra Mae Steele in the main event, following which she cut an emotional promo before bidding goodbye.

During the speech, Kendal Grey announced that she will be moving over to NXT full-time.

The segment ended with the Boss Lady handing over her EVOLVE Women’s Championship to the new General Manager, Timothy Thatcher, on her way out.

This abruptly ended her fairytale run with the title at 170 days, during which she defended the gold eight times.

After the show, Kendal Grey took to her X/Twitter handle to express her gratitude, saying:

“Thank you Evolve.”

You can check out her tweet below:


What did Kendal Grey say during her farewell speech on WWE Evolve?

Kendal Grey thanked the WWE Universe for their constant support in helping her reach her true potential.

She promised to dominate the WWE NXT Women’s division the same way she did with Evolve.

“I’m speechless. You know, I just want to say thank you to each and everyone of you for coming out here and supporting me from Day 1. EVOLVE gave me a place to find myself, to find confidence inside and outside of the ring, and I would not be able to do it without any of you guys. So thank you. And just like I was taking over EVOLVE, I am going to be taking over NXT every Tuesday. Thank you guys, truthfully, thank you.”

As Kendal Grey prepares to move to WWE NXT, Timothy Thatcher will have an uphill task to find someone who can fill her shoes.

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-wwe-superstar-vacates-championship-abruptly-ending-170-day-reign-reacts-bidding-goodbye?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