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

Big Damo is now a part of the MLW roster, a choice that he appears to be very content with. Speaking about his decision on In The Weeds, Damo stated that he had a smooth relationship with MLW:

“Listen, you guys will understand—you probably hear it a million times—it’s very easy to get dangled carrots and things like that when you’re a former WWE superstar. But MLW have been very straightforward. They got in touch, they were very patient—I was recovering from a minor injury—and we were able to work something out very quickly.”

You can check out his comments below:

MLW's Big Damo Talks Signing, Mania Week Fan Interactions & More!

Big Damo’s wife recently parted ways with WWE

Apart from Big Damo, his wife Nikki Cross is also no longer a part of the Stamford-based promotion.

Nikki Cross was let go by the company after WrestleMania 42. Taking to X, she penned down a heartfelt farewell note, thanking the promotion. She also thanked Robbie Brookside and William Regal for their help, as well as mentioning other names in the women’s locker room.

“Goodbye and Thank you WWE. I’m really excited for whatever my next chapter will hold. Thank you all for the continued love and support. Special thank you to Robbie Brookside and William Regal for helping this dream come true. Thank you to the wrestlers, coaches, producers and all the backstage crew who make all this possible. To the amazing girls in locker room ❤️,”

You can check out the post below:

Nikki Cross was an important member of the Wyatt Sicks, all of whom have also been released. As of now, it remains to be seen what Nikki Cross plans to do next.

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-ex-wwe-star-explains-chose-join-another-promotion?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