”
], { 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.

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-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

Leave A Reply

Exit mobile version