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

Before he officially parted ways with WWE in 2006, Heyman had creative clashes with Mr. McMahon on different topics. Speaking on INSIGHT with Chris Van Vliet, the Hall of Famer stated he fought to the point where he almost got fired, as he wanted to use Metallica’s Enter the Sandman for Sandman’s entrance.

Heyman wanted the event to have its original feel with Metallica‘s music, and McMahon wasn’t on board with the company spending money on entrance music, which they didn’t own. In the end, the crowd erupted when Enter the Sandman was played.

“One Night Stand 2005 was a magnificent event that was as authentic an ECW presentation as we could put on in 2005 including but not limited to, but certainly highlighted by the Sandman’s entrance, which I fought for to the point of almost getting fired… When that music hit, everyone at the Hammerstein Ballroom knew, wow! This is a real ECW show. This is how it felt back in the 90s, and in 2000,” Heyman said. [H/T – CVV]

Paul Heyman On Brock Lesnar, Roman Reigns, ECW, Failed "Paul Heyman Guys", Triple H

While Heyman didn’t lose his job, he did part ways with the company due to the creative differences between him and McMahon.


Ex-WWE writer thinks Vince McMahon can return

WWE has changed completely behind the scenes following Vince McMahon’s departure from the promotion. However, the company has seen new lows when it comes to the weekly product’s quality or viewership. Regardless, Vince Russo thinks there’s a solution.

Speaking on Wrestling Life with Ben Veal, the former WWE writer thinks TKO could bring Vince McMahon back into the fold, as his lawsuit has gone into private arbitration. This opens up the possibility for a return in the coming months or years if TKO Group Holdings wants him back.

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-vince-mcmahon-almost-fired-wwe-hall-famer?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