”
], { 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);
});
});
})();
The 54-year-old brought up the confrontation between former U.S. champion Logan Paul and NFL legend Tom Brady. During an appearance on Paul’s IMPAULSIVE podcast, the seven-time Super Bowl champion called WWE “cute” and talked about the difference between wrestlers and NFL players.
As Bully Ray discussed a potential match between the two at WrestleMania, he pivoted the conversation and said he would fight Brady over these comments.
“We have seen the WWE crossover with football. Tom Brady calls WWE cute; I’ll fight him just on that alone. I’ll piledrive him right on his pretty face. Actually, I would mafia kick him,” he said.
Logan Paul has since responded to Brady’s comments, saying that WWE stars would do alright on a football field, however, he claimed that 99% of NFL athletes would “s**t the bed” in a WWE ring.
Bully Ray pitches Logan Paul vs. Tom Brady at WrestleMania 42
As the card for WrestleMania 42 is yet to take shape, the possibility remains of some wild matches on the two nights of the event.
During the conversation on Busted Open, Bully Ray pitched Logan Paul taking on Tom Brady at the Show of Shows as a chance to make a splash.
“Tom Brady vs. Logan Paul. I can hear every wrestling fan in the world cringing by that and I get it. But isn’t it one of those things that make you go, ‘Woah, I need to see that.’ Don’t you see it as a big splash match?’ he said.
Notably, Brady’s former NFL teammate Rob Gronkowski has been a part of WWE, getting into the thick of action at WrestleMania 33.
If you use quotes from this article, please credit Busted Open and give an H/T to Sportskeeda Wrestling for the transcription.
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-54-year-old-bully-ray-threatens-a-megastar-i-ll-fight-him?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


