”
], { 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);
});
});
})();
A few weeks ago, Rey Mysterio suspended Omos indefinitely for laying his hands on him and told him that he didn’t want to see him in Lucha Libre AAA Worldwide again.
The Nigerian Giant clearly doesn’t play by the rules, as he showed up as a spectator at Ola de Calor the following week. He got himself a front-row ticket during the TripleMania 34 contract signing between El Grande Americano and Dominik Mysterio.
When the Master of 619 confronted him at ringside, the 7-foot-3 wrestler patted him on the head, forcing Rey Mysterio to attack Omos.
Shortly after, the WWE Hall of Famer agreed to lift Omos’ suspension on one condition. He said that if Omos beats him in a singles match at TripleMania 34 Night One, he will be brought back into the fold.
However, a loss would mean that he will be banished from Lucha Libre AAA Worldwide forever.
In an interview with Casino Guru, Omos revealed that he’s been talking to his lawyers regarding his AAA suspension.
“As of right now I’m speaking with my lawyers because he always talks about if you have a problem you can always get lawyers. So I’m speaking with my lawyers right now and we shall see where the story goes as it unfolds.”
Omos wants to retire WWE Hall of Famer Rey Mysterio
During an exclusive chat with Sportskeeda Wrestling, Omos revealed that he hates WWE legend Rey Mysterio just as much as his son does, and that he would love to put the final nail in his coffin.
“Oh, of course. I’d like to put that little general manager out of his misery and send him home packing. Pretty much his son hates him, so add me to the list because he’s a little thorn in my side that I cannot wait to get rid of. So absolutely, I would love to.”
Rey Mysterio, at 51, has shown no signs of slowing down. Will Omos end his in-ring career? Only time will tell.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-i-m-speaking-lawyers-right-now-says-former-wwe-tag-team-champion-indefinite-suspension?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



