”
], { 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);
});
});
})();
Triple H was inducted into the Hall of Fame last year, and his wife, Stephanie McMahon, joined this year’s Hall of Fame class. The legend’s in-ring career came to an end in 2019, and he has had a prominent backstage role in the promotion ever since.
Former WWE writer claims Brock Lesnar hates Triple H
Wrestling legend Vince Russo recently suggested that Brock Lesnar despised Triple H in real life.
The Beast Incarnate lost to Oba Femi at WrestleMania 42 and left his boots and gloves in the ring, seemingly signifying the end of his illustrious career. Speaking on his YouTube channel, Vince Russo suggested that Lesnar did not like The King of Kings for focusing on himself instead of the roster.
“I hear that Brock Lesnar just absolutely hates Triple H. And I can see that. Triple H has put himself in a position for people to hate him. Remember the Bret Hart-Steve Austin eye roll. He has put himself in a position to be hated. He has put himself in the forefront of everything. He has put himself first in front of his own talent, and a lot of times in wrestling, that is a no-no. I mean, if the Brock Lesnar thing is a shoot and nobody knew about it, and he didn’t smarten up Triple H, that means he has zero respect for Triple H. Zero. None, bro,” Vince Russo said.
It will be fascinating to see what the 56-year-old and WWE’s creative team have planned for Backlash 2026 on May 9.
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/rumor-massive-update-triple-h-s-status-wwe-following-recent-controversy-reports?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


