”
], { 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);
});
});
})();
Ventura claimed that Trump being in a wrestling Hall of Fame despite never competing inside the squared circle was a “tragedy.” He highlighted how his friend Ken Patera, a former Olympian who had a 25-year wrestling career, was not in the promotion’s Hall of Fame.
“Trump being a Hall of Famer is a tragedy. This guy has never been in the ring. I got a good friend, Ken Patera, [an] Olympian, first man to overhead press 500 pounds. 25 years in the wrestling business. Kenny Patera is not in the Hall of Fame. Donald Trump does not belong in the wrestling Hall of Fame,” Ventura said.
The 74-year-old added that when he was talking about a former pro wrestler being in the White House, he was referring to himself, not Trump. Ventura concluded by accusing the current US president of stopping an investigation into McMahon in return for a WWE Hall of Fame induction.
“When I was referring to putting a wrestler in the White House, I was talking about me, not him [Trump]. I was the former Governor of Minnesota. I’m the only real former wrestler. I don’t include him. He’s [Trump] only in the Hall of Fame because he stopped an investigation against Vince McMahon (…) s**ual stuff.” (H/T: ITR Wrestling)
The WWE icon took shots at Donald Trump
Before accusing Donald Trump of stopping an investigation into Vince McMahon, Jesse Ventura took shots at the US president earlier this year. Speaking to FOX 9, the Hall of Famer called the 79-year-old politician a “draft-dodging coward”.
“I spent 17 months in Southeast Asia while the draft-dodging coward was playing golf. Most of my friends and I are Vietnam veterans. The rich white boys never had to go, did they? Yet he’s going to tell me what courage is?” Ventura said. [H/T: Fightful]
It will be interesting to see if and when Ventura appears on the Stamford-based promotion’s programming again.
`;
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-wwe-hall-famer-makes-shocking-accusation-donald-trump-vince-mcmahon?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













