”
], { 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);
});
});
})();
“First day back in the gym.. walking & doing super light weight.. đź« ” wrote Kendal Grey
Last week, it was clarified that Kendal did not suffer a concussion, but she remains sidelined due to ear trauma and ongoing vertigo. During a recent therapy session WWE filmed, she said losing the NXT Women’s Championship was hard enough before vertigo left her medically sidelined.
Earlier this year, Kendal relinquished her Evolve Women’s Championship after being called up to NXT full-time. In June, she dethroned Lola Vice for the NXT Women’s Championship, and even defeated Vice again in an NXT Underground match, ending the latter’s undefeated streak in the stipulation. However, the reign came to an end at NXT Heatwave.
WWE star Kendal Grey’s reacted to her edited image going viral on social media
Kendal Grey and Wren Sinclair visited Dr. Smith last week for an update on the former’s health, which was filmed as a WWE segment. Sinclair was there to support her as her best friend. After the segment, an edited photo of Kendal circulated across social media.
The picture reached the former NXT Women’s Champion, who joked about the part that clearly showed it had been edited. Grey said that her backside was altered in the image.
Grey’s ascent to the top of NXT’s women’s division has been impressive, following her run in Evolve over the previous year. She won the Evolve Women’s Championship before moving to NXT full-time; she also won the Women’s Iron Survivor Challenge at NXT Deadline.
`;
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-shares-personal-update-following-heartbreaking-injury?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













