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

In a recent chat with Unlikely, Omos revealed that he had immense respect for The Undertaker and didn’t want to use any of his moves without getting his blessing.

“I have a ton of respect for The Undertaker. So, you know, I wanted—you know, I’m brought up by the old-school guys. You don’t use somebody else’s moves without asking for permission. So, I made sure to do the proper thing and say, ‘Hey, is it okay if I use that?’ Is it okay if I can borrow some of your moves and add to my repertoire?” (H/T – RingsideNews)

Omos: WrestleMania Match vs Oba Femi, Asking UnderTaker for 'Snake Eyes', Does He Wash His Feet!?

Omos said The Undertaker was kind enough to give him permission

The Nigerian Giant added that The Phenom had no reservations in giving him the go-ahead. He disclosed that after adding Snake Eyes and Big Boot to his arsenal, he began using The Last Ride too since last year during his stint in Japan.

“Once I got the approval, it was on the running. Okay. And it started off with the with the big boot snake eyes. And then after that was like, oh, can I do the uh last ride? Sure. And then I was able to debut that in Japan last year.”

Omos is currently having the time of his life over in AAA, where he recently competed on both nights of TripleMania 34. On Night 1, he defeated, or might we say decimated, Rey Mysterio to get reinstated on the show after a prolonged suspension. On Night 2, Omos won the Copa Bardahl Cup for the time in a row after outlasting 15 other men

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-the-undertaker-granted-top-wwe-star-permission-use-two-iconic-moves?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