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

However, there were certain expectations from the WCW star when he signed with the company. Many viewed Paul Wight as the next Andre the Giant in the industry, but The Big Show wanted to create his own legacy in the company instead of following in another wrestler’s footsteps. On INSIGHT with Chris Van Vliet, Wight recalled an incident when he was fined.

The 6-time WWE World Champion detailed why he was fined by Vince McMahon when he jumped over the top rope to enter the ring. McMahon wanted to replace Wight with Andre the Giant and expected him to replicate the Hall of Famer’s presence with his in-ring work, which meant he couldn’t showcase his athleticism inside the squared circle.

“You know I used to jump over the top rope. You know why I stopped doing that? Because Vince fined me 500 bucks for doing it… Because that’s not how giants move. He was in a different mindset. That was the thing that I was battling. Vince had Andre. Vince wanted Andre. ‘Andre ruled the locker with an iron fist. Andre did this, and Andre did that…’ I’m not Andre. I’m not a raging alcoholic, and I’m not a mean person. Don’t get me wrong, if you talk to Woods and Big E, they’ll say that I’m grumpy, but that’s just from traveling. I’m not really that grumpy person. But I think he was always struggling with that. Everyone had an opinion on how I should work. Some people wanted me to work like Andre,” Wight said. [H/T – CVV]

Paul Wight: 30+ Years Of The Big Show, Breaking The Ring, Rey Mysterio Stretcher Spot, The Rock

What’s next for the WWE legend Big Show, aka Paul Wight?

The Big Show was a staple on WWE’s main roster for over ten years as a full-time performer in the Stamford-based promotion under the old regime. After 2016, the Men’s Grand Slam made sporadic appearances as a performer in the industry and eventually left the promotion in 2021. Later, he joined All Elite Wrestling and had a handful of matches in the promotion.

In the same interview with Chris Van Vliet, the 6-time WWE World Champion addressed the possibility of a final match as a performer. The 54-year-old WWE legend stated he’s not sure if he’ll get a retirement match, and Wight’s okay with the decision, as he wants more spotlight on the next generation of stars in the company rather than appearing every week on the weekly product.

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-i-m-raging-alcoholic-multi-time-wwe-world-champion-details-vince-mcmahon-fined?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