], { 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 Memphis in May, the former WCW Champion was asked what was the hardest obstacle he had to face in his career in terms of an opponent. The veteran said it was facing the Big Show, for obvious reasons.

“Well, the biggest obstacle I had when I was wrestling was a guy named the Big Show, Paul Wight. He was the biggest obstacle because he was literally the biggest obstacle. He was a 525-pound man, who ultimately, I had to beat in the ring, which meant that I had to pick him up and walk around the ring with 520-something pounds on me. That was tough, but I enjoyed it,” he said.

Goldberg and Big Show clashed a few times in WCW, and the 500-pound giant was at the receiving end of Goldberg’s Jackhammer finisher. The former Universal Champion then talked about how Big Show wasn’t a fan of being slammed around like that.

“And to give you a little behind-the-scenes info, he hated being upside down. Obviously, a man that size, it’s very rare that anybody could do that to him, but he had never been up in that move. I tried to hold him up in the air as long as possible to where he would squeal, and I’d let him down. That was the only way that I could have any control over a guy that big. So he, no question, was my largest obstacle,” he added.

Bill Goldberg Interview at the 2026 Memphis In May World Championship Barbecue Cooking Contest

Goldberg says he won’t wrestle again

Goldberg announced his retirement after losing to Gunther in a World Heavyweight Championship match last July at Saturday Night’s Main Event.

Following the contest, he bid farewell to the fans in Atlanta, Georgia. Even though, he has some bitterness with how WWE handled his retirement and even cut his farwell speech, he isn’t keen to get back to the ring.

During the discussion on Memphis in May, he was asked whether he would step back in the ring. He quickly shut down any such notion, saying, “Absolutely not,” though he hinted his son, Gage, might be stepping in the ring soon.

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-legend-goldberg-reveals-biggest-obstacle-faced-career?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