”
], { 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 returned to pro-wrestling after being away for nearly 12 years at the Survivor Series 2016 event where he was scheduled to face Brock Lesnar. To everyone’s shock, he defeated Lesnar within 2 minutes which marked Lesnar’s first pinfall loss since April 2013. During a recent interview with Going Ringside, the former WCW star revealed how the decision to squash Lesnar was made and called him his best opponent. He even called Lesnar a mirror image of himself.
“Well yea, that’s not his job, that’s not his decision, it’s none of our decisions. Um at the end of the day, Brock Lesnar was my best opponent because he was a mirror image of myself, just as a blonde wrestler and you know I played football. And so the dynamic of having two absolute monsters in the ring together, I was more excited than anyone. Because he was a guy that could take it if I hit him,” he said.
It’s great to see someone like Goldberg shower praise at Brock Lesnar and call him his best opponent.
Goldberg also reminisced about his feud with Triple H
During the same interview, the former Universal Champion was asked about his first feud in WWE which was with Triple H. Over the last few months, there has been a lot of real-life heat between the two stars because WWE cut off the Legend’s retirement speech last year. Goldberg hinted that Triple H used his position back in the day to win the feud but still called him a good guy.
“Oh it was different at the time because he and I couldn’t stand each other. And we were both represented by the same agent and we had had a confrontation prior to me going to the WWE. And then oh by the way, he was married to the Vince McMahon’s daughter so it was kinda like me walking into an unwinnable situation. But I think business prevails and truthfully at the end of the day, he’s a good guy.”
Many fans still believe that it was wrong of WWE to cut off Goldberg’s retirement speech last year.
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/news-it-s-none-decisions-goldberg-beating-former-wwe-universal-champion-clean?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



