”
], { 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);
});
});
})();
According to a recent report by WrestleVotes on Fightful Select, Jesse Ventura has been invited to SummerSlam. The report also claimed that Ventura being used in a pre-show role was discussed, and that it was unclear that he would actually be on-screen at the show. It was also noted that The Body has not appeared at a WWE show in his home state of Minnesota since SummerSlam in 1999.
The WWE veteran has been critical of Donald Trump
One of the main concerns regarding Jesse Ventura appearing in WWE has been his open criticism of Donald Trump, who is a Hall of Famer.
Speaking on Piers Morgan Uncensored, Ventura had franly talked about his disdain concerning the US President. He stated:
“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.
He further added that he was the only real former wrestler when compared to Donald Trump.
“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)
With him now being reportedly invited to SummerSlam, the situation could turn complicated. It remains to be seen if he will indeed appear at the show.
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/rumor-wwe-hall-famer-reportedly-requested-summerslam?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



