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

Mick Foley confirmed that he would be making his AEW debut during the Double or Nothing pre-show and noted that he was looking forward to seeing Tony Khan again and meeting the promotion’s roster.

“FOLEY IS ALL ELITE! I am extremely happy to be making my debut with @aew – joining @reneepaquette on the #DoubleOrNothing pre-show. Looking forward to seeing @tonyrkhan for the first time in many years (we had lunch fifteen years ago) and meeting up with AEW’s amazing roster,” he wrote.

MJF will be challenging Darby Allin for the AEW World Championship this weekend at Double or Nothing 2026. Friedman will be forced to shave his head if he does not capture the title from Allin at the PPV on Sunday.

WWE legend Kane on Mick Foley exiting the company

WWE veteran Kane recently discussed Mick Foley’s decision to exit the promotion due to its ties to Donald Trump.

In an interview with Newsmax, Kane stated that Foley was entitled to his opinion but noted that he disagreed with him. The former champion added that he would defend Foley’s right to say whatever he wanted and wished that were the norm.

“Well, certainly it’s no surprise. I know where Mick [Foley] is at politically, and we’ve had our discussions about politics, and we’ve always been able to keep them civil, and I wish that could happen more on the public platforms altogether. One thing is we live in a country where we are free to disagree about things, and I think Mick is wrong, but nevertheless, he’s entitled to his opinion. I will defend his right to say that, even if I do think he’s wrong, and that’s the beauty of America. I wish that would kind of be all over the place as opposed to just wrestling,” Kane said. [H/T: Ringside News]

MJF reacts to the news that Mick Foley will be at AEW Double or Nothing “…….great.” 💀

It will be interesting to see what AEW has planned for Mick Foley this weekend at Double or Nothing 2026.

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-legend-mick-foley-confirms-aew-signing-debut-date-set?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