”
], { 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);
});
});
})();
Now, former World Heavyweight Champion Seth Rollins has also shared his take on the rapper’s performance at Super Bowl LX. In an interview on Good Morning Football, Rollins gave a shout-out to the artist and heaped praise on him.
“I wanted to give a shout-out to Bad Bunny. It was just awesome. My colleague Benito, fellow WWE superstar. There was a lot of talk going into the halftime show about this and that and this and that. But at the end of the day, it was about unity. His message was about bringing people together. Love is stronger than hate. I just thought that was so beautiful and so powerful,” he said.
He said it was all about love, and this is what football teaches. The Visionary mentioned that it was a beautiful show, and he was in tears by the end.
“There’s just so much joy that comes from football and that comes from being together as a community, as one with different cultures. It was such a beautiful halftime show. I don’t even know a single Bad Bunny song. I was nearly in tears by the end of it,” he added.
Bad Bunny could make WWE return soon
Bad Bunny has enjoyed a good run in WWE. He competed in the 2022 Royal Rumble and even teamed up with Damian Priest to compete in a tag team match at WrestleMania 37.
He also wrestled against Priest in a San Juan Street Fight at Backlash in 2023. However, he hasn’t made any significant appearances on WWE programming since then.
That could change soon, according to Bryan Alvarez of Wrestling Observer. Alvarez noted that Bad Bunny is expected to return to the company “very soon.” With WrestleMania 42 around the corner, his return could coincide with the biggest show of the year.
If you use quotes from this article, please credit Good Morning Football and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-i-tears-39-year-old-wwe-superstar-bad-bunny-s-super-bowl-lx-halftime-performance?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













