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

Jake Roberts was unfortunately on the receiving end of a particularly bizarre rib one night. In a recent interview with 12 News, the WWE legend admitted:

“Oh God, man. He (Andre The Giant) used to do some horrible things to me.”

Jake Roberts described a farting incident and Andre’s reaction while sitting on his opponent:

“One night, he knocked me on my b*tt and got me in the corner, crushed me, and sometimes he would crush you, and I went down. He sat on me, well, all of a sudden, referee asked him, ‘Andre, why are you laughing?’ (impersonates Andre) ‘I’m farting.’ He’s farting on me. He sat on me and farted for a good 30, 40 seconds. It was the most amazingly long fart of all mankind. I didn’t think it was ever going to stop. No more fart spots for me, man.” [H/T – Fightful]


WWE Hall of Famer Andre The Giant’s ‘Giant Haircut’ Prank

In the same interview, Jake Roberts recalled what the late Frenchman would do to his hair while wrestling. If you wanted a painful way to go bald, Andre was just the right guy for the job. Roberts explained:

“He would knock me on my a**, man, and then he would come over and put his feet on either side of my head and stand on my hair. Then he’d reach down and grab my arms and pull. He just ripped my hair out. Called it the giant haircut. (Impersonates Andre) ‘Time for giant haircut.’ I hate that s**t. Literally, handfuls in my hair were gone, man. Handfuls at a time. He just thought it was funnier.”

Pranks/Ribs in WWE are a common practice, dating back decades. But how would you react when the prankster is one of the tallest and heaviest men in wrestling history? Well, at least Jake ‘The Snake’ Roberts survived to tell the tale.

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-he-s-farting-on-me-wwe-legend-recalls-bizarre-incident?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