”
], { 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);
});
});
})();
Kevin Nash, Scott Hall, and Sean Waltman formed the rest of the group, and all of them were close to each other. Hall sadly passed away in March 2022 at the age of 63.
Following his passing, a celebration of his life was held, which brought together many names closely associated with him over the years. His ex-wife, Dana Hall, was also a part of the celebration.
Recently, in an interview on the Monte & The Pharaoh podcast, Dana talked about how she would reach out to Nash and even Michaels to help Scott Hall whenever such a situation arose.
She was then asked whether Triple H ever contacted her about the issues Hall was facing. Dana said he didn’t do it and then brought up how he and HBK ignored her at her ex-husband’s celebration of life.
“No. I mean, at the celebration of life, all the guys were there, as you showed in the picture, and Paul and Shawn Michaels didn’t even acknowledge me. They didn’t come up and say one word to me. They completely blew me off, ignored me. They acted like I was invisible,” he said.
This revelation does come off as a surprise given how close the friendship between the Kliq members was and how it stretched beyond the ring.
Triple H contributes to Marvel’s Amazing Spider-Man comic
It looks like Triple H has taken some time out of his commitments as the Chief Content Officer for WWE.
Recently, it was reported that he and WWE’s Director of Character Development Rob Fee have contributed to Marvel’s Amazing Spider-Man 1000 comic. The Cerebral Assassin is credited as a writer for the story titled “The Big Night” in the comic.
This issue will be a celebration and feature additional stories from various creators celebrating Spider-Man’s history.
If you use quotes from this article, please credit Monte & The Pharaoh podcast 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-hall-famer-s-ex-wife-accuses-triple-h-shawn-michaels-blowing?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




