”
], { 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);
});
});
})();
The immediate aftermath of the incident saw Holland face a lot of backlash and criticism from fans. During an interview with F4Wonline, the 37-year-old star revealed that it was “extremely difficult” dealing with the consequences.
Holland added that incident also affected his working relationship within WWE and recalled an incident where he thought Vince McMahon and Bruce Prichard messed with him. He said he had planned to do an apology promo before it was called off at the last moment.
“I remember there were Vince [McMahon] and Bruce [Prichard] standing there, and they were counting down like thirty seconds till we go live. And I’m thinking, ‘I don’t know what I’m going to say. I’m just going to speak from the heart.’ And then it got to, like, five, four, and then they cut it. They just didn’t do promos right then. And then I had to go out and wrestle a match,” he said.
Holland said it left a poor taste in his mouth as he believed Vince McMahon and Prichard messed with him.
“So I think that was in poor taste. I think they did that to mess with me, and it really put a bad taste in my mouth, and I never really looked at those people the same, to be honest. I thought it was in really poor taste,” he added.
Vince McMahon forgot he fired former WWE star
There are many bizarre stories surrounding Vince McMahon’s time as WWE’s owner. One such story included him forgetting that he fired a star.
During an appearance on INSIGHT with Chris Van Vliet, former WWE star Jimmy Wang Yang recalled an incident where he met McMahon backstage a year after being released by the promotion.
He said when McMahon came across him, he asked him where he had been, not remembering that he had fired him. This led to the former WWE CEO saying he needs to talk to Jimmy, and the promotion then used him for a segment.
A few more appearances followed, and he was finally offered a contract, kick-starting his second run with the company.
`;
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-that-poor-taste-ex-wwe-star-reveals-vince-mcmahon-bruce-prichard-messed-major-incident?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













