”
], { 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);
});
});
})();
Speaking on his YouTube channel, Maven recently explained how Triple H had a good relationship with him early on his his career. However, this later turned sour after The Game started sabotaging his run. He said:
“His jokes would always err on the side of just making sure I knew my place in the wrestling business. And it wasn’t just backstage. It wasn’t just inside snide comments. He did it on TV as well. And I would have people backstage tell me that they saw exactly what I was feeling. And I can even cite a specific example where Triple H wielded his backstage clout to degrade me on air.”
He further added:
“I didn’t know this during my time in the WWE, but I would have it confirmed years after my wrestling career had ended from omeone who was actually in those production meetings, someone who went to bat for me that every time my name was brought up, it was quickly squashed back down. And who was the one doing the squashing? None other than Triple H.”
You can check out his comments below:
Former WWE star Maven has previously talked about Triple H not liking him
The feeling is apparently mutual when it comes to Maven hating Triple H, according to the former.
Speaking in an interview with Conrad Thompson, Maven explained how Triple H did not like him.
“Nope. Absolutely not. Not at all. Bingo, absolutely [Triple H had a problem with Maven’s route into WWE]. I think he had more respect for, and rightfully so, he respected the way the guys toiled and the way the guys would pack four into a car and drive for an entire weekend to get paid 25 dollars if they’re lucky.” [0:01 – 0:27]
Maven sporadically performs in the ring, and his last match was at ROW The Last Stand Rumble 2024.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-3-time-wwe-champion-explains-hates-triple-h?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













