”
], { 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);
});
});
})();
“The first time I looked at my phone after it went public, my screen was full of messages. One of them was from Triple H, and it was just, ‘Are you okay?’ I think that was a classy move,” he said. (H/T: Ariel Helwani on X)
Scott D’Amore spent seven years in TNA Wrestling before his release in 2024. He also worked for the company from 2003 to 2010. The 51-year-old has also competed as a wrestler before transitioning into a behind-the-scenes role. He has not competed in a match since teaming up with D-Lo Brown and Tommy Dreamer to win a six-man tag team bout at BCW’s 30th Anniversary event in 2023.
Major WWE star defends Triple H as a booker
Cody Rhodes recently defended Triple H as a booker. The American Nightmare also suggested that there has never been a booker who was universally loved.
Speaking on The Ariel Helwani Show, Rhodes praised The Game and suggested that he had the most difficult job in the company. Rhodes will be teaming up with CM Punk to battle Gunther and Sami Zayn in a tag team match this weekend at Saturday Night’s Main Event at Madison Square Garden.
“In the wrestling space, nobody has a harder job than Triple H right now. There’s never been a booker in the history of the business that has just been beloved and revered the entire time. No one can do that job better than he can do it,” he said. (H/T: WrestlePurists on X)
It will be interesting to see if The King of Kings has any surprises planned for the WWE Universe at Saturday Night’s Main Event on July 18.
`;
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-major-name-reveals-triple-h-reached-following-tna-exit?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













