”
], { 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);
});
});
})();
Amid his absence from WWE TV, Seth Rollins recently made an appearance at Super Bowl XL. During the media event, he bumped into AEW star MJF. The video of the two stars’ meet-up has since been doing the rounds on social media. Now MJF has taken to his Instagram to post a photo with the former World Heavyweight Champion. Although the AEW World Champion did not write anything in the caption of his post, he sent a cryptic message, possibly hinting at a future clash inside the ring with Rollins.
Check out his Instagram post below:
Seth Rollins dropped a major tease amid his WWE absence
At Royal Rumble 2026, Bron Breakker was attacked during his entrance by a masked man. The mystery assailant pushed Breakker into the steel steps before hitting a super kick. The masked man then hit The Vision member with a Seth Rollins-esque Curb Stomp. Since then, many believe the mystery man could be working for Rollins, or it could be The Visionary himself.
During a recent conversation with Casey Busch, Rollins admitted his shoulder was not completely fine before highlighting that he doesn’t need his shoulder to hit the Curb Stomp. With this, Seth dropped a major teaser that he could be the man behind the mask.
“I’m telling you right now, my shoulder is not fine… But I don’t need my shoulders to do my signature move. So again, I’ll leave it up to you. You can figure it out.”
It remains to be seen when The Visionary will return to the Stamford-based promotion’s weekly programming.
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-industry-shaking-seth-rollins-video-surfaces-mjf-sends-cryptic-message?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


