], { 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 Something to Wrestle with Bruce Prichard, John Bradshaw Layfield, aka JBL, admitted that the yelling has happened but shockingly revealed that Vince McMahon treated him, Booker T, and Jerry ‘The King’ Lawler differently due to them being wrestlers first, which is why McMahon never yelled at them, unlike Cole and Ross.

“I trusted Vince [McMahon] enough; I would be one word behind him. He was that good with his producing. Now, the legendary stuff that he would do, what Jim Ross says about Jerry Lawler—the same thing with me. Same thing with Booker. Vince never yelled at us one time. Not one time. Not one single time, and I worked for him for hundreds, if not a thousand or more shows. Now, did he yell at Michael Cole? Oh my God, yes. Absolutely. He yells at JR? Absolutely, yeah. But he treated us, me, King, and Booker, completely differently,” JBL said.

Working for Vince McMahon vs working for Triple H | JBL

Vince McMahon punished WWE veteran

Vince McMahon wasn’t afraid to make tough calls when superstars crossed a line on television or backstage. There are countless stories of Mr. McMahon dealing with stars, but Perry Saturn believes the boss punished him for his unprofessional behavior inside the ring.

In 2001, Saturn had an incident with Mike Bell on Jakked and took matters into his own hands. The incident didn’t sit well backstage, and McMahon gave Perry Saturn a new gimmick. Speaking on INSIGHT with Chris Van Vliet, the 59-year-old WWE veteran recalled the incident.

The former WWE European Champion said that Paul Heyman pitched him the idea and said it came from the higher-ups. The gimmick didn’t benefit Saturn, and he had no option but to do it.

If you use quotes from the article, please credit Something To Wrestle With Bruce Prichard and provide 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-i-trusted-vince-wwe-champion-makes-shocking-admission?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