”
], { 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);
});
});
})();
“Backstage sucks. It’s not exciting. Everything behind that curtain is boring. It’s just hallways and walls and road cases and a bunch of miserable people who are getting paid to fake fight each other in their underwear and do nothing but complain the entire time. That’s it,” said Al Snow.
He continued:
“And they sit there and talk about each other until one of them walks up on the other and they say, ‘Hey man, how you been?’ And then as soon as he walks away, oh, look at that guy, man. The only reason he’s getting pushed cause, you know, he’s sucking so and so’s d**k. Why do you want to be backstage? It’s not fun. Yeah, trust me. I’ve spent 44 years backstage. It sucks a**. It’s not a good time. You know where it’s fun? Even for us, for the wrestlers, you know where we have our fun on the other side of the curtain in front of you. So, why come back behind the curtain with us?” (9:42 onwards)
Al claims he has spent around 44 years backstage, and it’s not a good time to be there.
Al Snow finds truth in what The Rock said about WWE WrestleMania 40 situation
The whole debacle about The Rock and WrestleMania 40 was pretty much cleared up in the documentary. It claimed that Rock vs. Roman Reigns was the plan going into ‘Mania; however, Cody Rhodes’ movement changed it all. Now WWE President Nick Khan is saying that was not the case, as Roman vs. Cody was planned all along.
In the same podcast, Al Show said about the situation:
“I think The Rock’s being honest, and I think, you know, things got changed, and went a different direct, and I think Nick’s toeing the company line.” (8:00 onwards)
If you use quotes from this article, please credit Vince Russo and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-sucks-a-8-time-champion-says-he-hated-being-backstage-wwe?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













