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

In a recent video posted by Natalya on her X, she talked about Ashante Adonis being a talented star who still had plenty left in the tank. She said:

“I remember when Tehuti (Ashante “Thee” Adonis) got let go from WWE, the day that he got let go, he was on his way to the Dungeon for training. He said ‘I still wanted to come train, I still wanted to come and fight for my dreams.’ Just knowing his background and knowing the way that he served the country, his military past, he’s just somebody that really digs deep and he has so much grit about him.”

Natalya further added:

“He’s somebody that if I was hiring people, I’d go ‘Man, this guy is just built different. He’s durable, he’s dependable, he’s reliable, but he can go in the ring. He’s super talented, and I cannot wait for him to finally get his breakout moment, where he can show everybody what he’s really capable of.”

You can check out the post below:

Natalya has previously praised the ex-WWE star

After Ashante Adonis parted ways with WWE, he apparently immediately started training at the Dungeon.

Speaking in a post on X, Natalya noted Adonis’ tenacity and stated:

“The work Ashante puts in at The Dungeon every week is inspiring. @tehutimiles is a WORKHORSE. The day he got the call that he was no longer w the company, he came to train with us and gave back to everyone. He always does. He poured his heart out on the mat. Forward is forward,” she wrote.

It remains to be seen what Adonis plans to do next in his career, and if he will ever be back in WWE.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.

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-natalya-waiting-ex-wwe-star-s-breakout-moment?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