”
], { 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);
});
});
})();
Nash agreed with Anderson’s sentiment about today’s product on social media and noted that he thought professional wrestling was supposed to be a work.
“100% Arn. Once the German suplex hit the mat careers were drastically shortened. We’re destroyed by the volume of bumps taken 300 days a year. Now the schedule is lighter but the bar so high it only takes one misstep and their lives are changed. I was taught it was a work…” he wrote.
Arn Anderson was inducted into the WWE Hall of Fame as a member of The Four Horsemen in 2012.
Kevin Nash reacts to Gunther’s promo on WWE RAW
Wrestling legend Kevin Nash was not a fan of Gunther’s promo on WWE RAW after he retired John Cena at Saturday Night’s Main Event.
Speaking on his Kliq This podcast, Kevin Nash suggested that The Ring General should have begun his promo in German before insulting the crowd to get more heat. Nash suggested that it would have been more impactful than the promo fans saw earlier this month.
“I thought that if he would have went out, got underneath the bottom rope, was handed the microphone. If he would have cut a promo in German and then started to walk toward the aisleway as he was leaving, and then realized, ‘Oh sh*t’ and he came back and he goes, ‘For those of you that don’t speak German, what I was saying was, I tapped him out like a b*tch.’ F*cking mic drop, walk out. He would’ve had heat. Gotta have heat, man,” he said.
Only time will tell what the impact of today’s style of wrestling will have on the performers down the road.
`;
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-wwe-hall-famer-comments-modern-wrestling-i-thought-work?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












