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

“He wore a Trump Vance T-shirt when we did some preach, preach Gaga, goo goo to do this stuff. I said, ‘You know where we’re going? We’re going to California. Hulk, I don’t like this.’ ‘Jimmy, don’t worry about it.’ I went OK, we get out of the van there, the nice town card put it there. Some fans go, ‘Hulk, we loved you, but you love them, we don’t like you anymore because you’re’. Oh my God, I said, ‘Hulk. I don’t feel good about this’. ‘Jimmy. Don’t worry about it, OK?” said Jimmy Hart.

After that RAW segment, Hulk Hogan’s next WWE-related program was his documentary. However, the live reception and WWE programming were the only times he was booed. He passed away in July 2025.

Jimmy Hart justified his US flag-waving while Hulk Hogan was getting booed

As Hulk Hogan was getting booed, Jimmy Hart was pretty much a part of that segment and felt bad, too. However, to convince himself that he’s right, Hart recalled his time managing the Hart Foundation.

“So I go out, we do the thing. And all of a sudden I went, oh, oh, now I’m thinking to myself, ‘but that’s OK, Jimmy’, because, you know, I’m playing like I’m managing the Hart Foundation against the British Bulldogs back in my day. So I’m waving the heck out of the flag, buddy,” said Jimmy Hart.

He put that into context now while waving the US flag to represent the American tag team, the Hart Foundation, against the British Bulldogs. However, that didn’t affect the crowd’s reaction to the Hulkster, as boos kept rising.


If you use quotes from this article, please credit What Do You Wanna Talk About? With Cody Rhodes, and give an H/T to Sportskeeda Wrestling 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-wwe-hall-famer-concerned-warned-hulk-hogan-raw-netflix-premiere-90cbfaae?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