], { 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);
});
});
})();

Rocky and the WWE Chief Content Officer shared the ring on many occasions during their active careers. There were rumors that the two disliked each other behind the scenes and had real-life differences. Brown, who was The People’s Champion’s teammate during the Attitude Era, shared his perspective on the rivalry in a recent interview with Inside the Ropes.

The former Intercontinental Champion revealed that Triple H and The Rock had “competitive heat” because both of them were working hard to cement their spots in the main event scene. Brown added that the duo might have hated each other at one point, but only in a professional capacity.

“It’s two alphas that want to take up some room that’s there [at the top of the card]. Yes, it was competitive. Yes, it was heated. But it was all in a realm of professionalism. It wasn’t personal. ‘I’m better than him and I want to be better than him’ is what I saw from my perspective and I was on the ground floor watching everything. (…) I think people have misconstrued over time that they hated each other on a personal level. They may have hated each other, but it was professional.”

You can watch the full video below.

D'Lo Brown Speaks On HEAT Between The Rock & Triple H!

In recent years, rumors have suggested that Triple H and The Rock have had creative differences in WWE. The Final Boss was heavily involved in the company’s programming on the Road to WrestleMania XL. He was also briefly part of Cody Rhodes’ feud with John Cena in 2025.


Former WWE star accused Triple H of sabotaging his push

Maven, who was part of WWE from 2001 to 2005, recently discussed his relationship with Triple H. The former Hardcore Champion disclosed that he hated the Hall of Famer for sabotaging his career in the promotion.

In a YouTube video on his official channel, Maven said a WWE employee informed him after his release that The Game constantly prevented the company from pushing him.

Triple H is seemingly a well-liked figure backstage in the company today. He is responsible for elevating the careers of many top names, including IYO SKY, Sami Zayn, and Seth Rollins.


If you use quotes from the article’s first half, please credit Inside the Ropes and give an H/T to Sportskeeda 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-truth-triple-h-the-rock-hating-explained-former-wwe-star?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