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

Speaking on Six Feet Under, R-Truth recalled the time he accidentally upset The Undertaker by showing up late to a pay-per-view. The current WWE Tag Team Champion admitted that he was terrified when Taker laid the hammer down before the event and stated he peed a bit after their conversation.

“I was riding with Rey Mysterio. And Rey wanted to get some kind of coffee, but we was late, and I was in a pay-per-view match with Take and Shawn [Michaels]. It was a big match; it was a lot of people in the match. We was like 45 minutes late. Everybody was in the ring when we got there, right? And Taker was sitting there, and I came in shaking everybody’s hand… When I got to Taker, when he gave me dap and pulled me in, ‘Very disrespectful. You got this man, that man, waiting on you for the pay-per-view?’ Two drops of pee came out. Not only disciplinary, but also the position I was in and the opportunity I was having with these caliber of guys, and it’s Taker. He’s cooler than a fan, but when he had to, he’ll eat your grits,” Truth said.

R-Truth talks about WWE release/re-signing & John Cena: Six Feet Under

The Undertaker is also working for WWE post-retirement

In the past year, John Cena and AJ Styles had their final matches in the Stamford-based promotion and continued working for WWE backstage or in an on-screen capacity. However, the audience might not be aware that The Undertaker is also actively working in the promotion.

The Deadman is a writer and producer for AAA. The WWE Hall of Famer isn’t an on-screen character, but he has helped train the promotion’s new generation of superstars. He also has a dedicated podcast under the company’s banner.

If you use quotes from the article, please credit Six Feet Under and provide an H/T to Sportskeeda Wrestling for the transcription.

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-two-drops-pee-came-out-wwe-veteran-details-terrifying-incident-the-undertaker?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