”
], { 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 LFG gives new talents a chance to earn a contract with the company as they are coached by legends of the business. While many young names are quick to adhere to what they are told, Keanu Carver has stood out for his aggressive approach.
The 27-year-old first competed in the NXT Breakout Tournament in 2023 and has since competed on the EVOLVE brand. However, his temperament has come under scrutiny, and earlier this year he had a heated exchange with LFG coach Booker T.
Carver is a part of LFG season 3, and in a recent video shared by WWE on X, he talked about how he is outworking everybody in the building and plans to win the NXT Championship. Just then, Shawn Michaels walked in and talked to him about joining NXT, saying the brand could use his attitude.
Carver accepts the opportunity and shakes hands with the Hall of Famer. He then proceeds to take off his mic and tells the camera that he is done with the show and walks out.
“Well, I am done with LFG, so I don’t gotta answer none of y’all questions,” he said.
Keanu Carver has already made a few appearances on WWE NXT
Keanu Carver has already made an impact on NXT. In January, he qualified for the Ladder match for the vacant NXT Championship, which was eventually won by Joe Hendry.
He then crashed Booker T’s Appreciation Night on the show in Houston on March 17 before being taken out by Jasper Troy.
Carver has also been involved in a rivalry with Joe Hendry, viciously attacking him on an episode of NXT in April. He followed it up with a dominant win over the former TNA World Champion the next week.
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-i-m-done-star-walks-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



