”
], { 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);
});
});
})();
Several parts of the Undertaker’s character are iconic to this day including his slow walk to the ring, rolling back his eyes along with his signature way of pinning his opponents. At the recent WWE Live Event in Birmingham, Bayley paid tribute to the Deadman by attempting his signature pin on the Judgement Day’s Roxanne Perez. She eventually ended up winning the match infront of a hot English crowd.
It is great to see an accomplished star like Bayley pays tribute to the Undertaker at a live event.
The Undertaker became visibly emotional with John Cena before WrestleMania 42
The Undertaker hosted a special edition of his Six Feet Under podcast with John Cena as the guest ahead of WrestleMania 42. During the interview, Cena showered immense praise at the Deadman by highlighting his major role in the company during the 90s. Cena’s words made the Deadman tear up infront of the camera.
“That number and that math gets really small when you know what it takes to get the company through tough times. You saved this company, it was on the verge of bankruptcy, it was on the verge of folding. It’s main characters were gone, it needed identity, it was working four TVs in Allen town, you guys were working Bingo halls in no attendance. You really had a topic shift, like you had a content shift, everything and you stuck it out. Like, and you could’ve gone elsewhere,” said Cena.
Fans loved to see the Cenation Leader serenade the Phenom with so many compliments. Both stars were a staple in WWE and are heroes to many fans.
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-5-time-women-s-champion-becomes-the-undertaker-wwe-live-event?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


