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

Recently, she captured the TNA Knockouts World Championship at No Surrender 2026 from Léi Yǐng Lee. Lee’s reign ended before hitting the 90-day mark, but this marked a major moment in Grace’s career, as she recently confirmed a shocking statistic post her title win.

A post on X stated that Grace became the first woman of South Asian heritage to win a major championship in a global promotion. Later, the 28-year-old WWE star retweeted it and added how she made history, as her grandfather from her maternal side is Pakistani.

“This makes me so proud! My grandpa (maternal side) was from Pakistan! Reppin! 🥰🥰🥰,” Grance retweeted on X.

This marks the 28-year-old star’s first major title win in an American promotion. It’ll be interesting to see what’s next for Stacks and Grace across both promotions.


Arianna Grace and Stacks are feuding with WWE legend

Last year, Channing ‘Stacks’ Lorenzo started a feud with WWE legend Santino Marella when Stacks punched the veteran out of nowhere. Later, Arianna Grace got involved and initially sided with her real-life father in the ongoing feud. In December 2025, Gracae turned on her father and sided with her real-life fiancé.

The two have been one of the most hated couples around the block, and Marella hasn’t been able to get the upper hand in the feud. Recently, the 28-year-old star stole the legendary Cobra from Santino Marella. Later, she used it to win the TNA Knockouts World Championship.

Meanwhile, Stacks lost his TNA International Championship to Trey Miguel, and the power couple is still feuding with TNA’s Director of Authority. It’ll be interesting to see what’s next between the couple and the WWE legend in TNA Wrestling in the coming months.

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-s-arianna-grace-makes-history-7c49dbd4?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