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

Ricochet was speaking about his own experience in WWE and admitted that the compayn had taken away his love of wrestling and that he hated walking into work every week. He said that he had told them that he would rather quit and return to the indies to do whatever he did there than return. He said that this made them hand him the Intercontinental title. He said that many stars felt that way and that several stars’ legacies had been killed by the company.

“I do feel this way. And MANY others do as well. That company kills the love and you end up being a shell of who you were and going through the motions. Same thing happens to [Finn] Balor, Shinsuke [Nakamura], Apollo [Crews] and many others. WWE kills legacies and love of the sport. Its what they do best.”

He also went on to say that El Generico, Sami Zayn’s Indie gimmick, was more profound a legacy, than Zayn in WWE.

“I’d argue El Generico has a better legacy than Sami Zayn.”

Sami Zayn has since replied. He posted a video clip of Mike Tyson, who was talking about legacy, and he didn’t believe in it. He instead believed that those who worried about legacy were more worried about their ego.

“I don’t believe in the word legacy. I think that’s another word for ego. Legacy don’t mean nothing. That’s just a word some guy grabbed onto.”

He went on to say that legacy meant nothing once someone died, and it really did not matter.

This was clearly a shot at Ricochet. It remains to be seen what the star has to say in reply.

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-after-ricochet-s-comments-hitting-wwe-sami-zayn-publicly-lashed-clear-reply?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