â
], { 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);
});
});
})();
â@THETOMMYDREAMER we love you. Your passion. Your heart. Your vulnerability. Thank you for being every bit of you.đ©”,â wrote Jessika Carr.
The ECW legend wore multiple hats while contributing to TNA. His departure feels shocking as TNA is heading towards its major show, Slammiversary, later this month.
Matt Hardy reacted to Tommy Dreamerâs TNA exit in real time
Matt Hardy was on his podcast with co-host Jon Alba when he learned about Tommy Dreamerâs TNA exit. Mattâs reaction was quite shocking, too, as he wasnât told it was happening during a live podcast recording.
He spoke well of Dreamer and said they had known each other since the independent wrestling days.
âThat is significant. And, no, I was not aware of it. So that is also breaking news to me. Itâs interesting. Itâs intriguing. I certainly enjoyed working with Tommy. I enjoyed working with Tommy all the way back to the House of Hardcore days, whenever he was doing that [indie] show. I always thought he had a good pulse on kind of where pro wrestling, where it is, and where itâs going. He stayed pretty current with things. But, you know, things change. I got lots of love for Tommy, man. No doubt about it. And I loved working with Tommy. Really enjoyed working with Tommy, and very interesting to see what happens next now at TNA,â said Matt Hardy
Hardy admitted that things change, though, and it was a good time for them to work together in TNA. Matt now has a huge match scheduled: a three-way tag team Ladder Match for the TNA World Tag Team Championship at Slammiversary 2026.
If you use quotes from this article, please credit MATTHARDYBRAND and give an H/T to Sportskeeda Wrestling for the transcription.
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-wwe-official-sends-heartfelt-message-tommy-dreamer-amidst-tna-departure?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



