”
], { 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);
});
});
})();
Seth Rollins made his return to WWE programming last week. He made his way to the ring during the Men’s Elimination Chamber Match to floor The Vision’s Logan Paul with a stomp, allowing Cody Rhodes to eliminate The Maverick.
Earlier today, Reed took to Instagram stories to share an old video of himself posted by a fan. In the backstage interview clip from 2024, the 37-year-old could be seen addressing his attack on Seth Rollins. The post further advised Rollins to be ready for Reed’s return, as there was unfinished business between the two stars.
“When Bronson Reed returns… Seth Rollins better be ready. There is unfinished business waiting,” read the post.
Below is a screenshot of Reed’s Instagram story:
Yesterday, RAW General Manager Adam Pearce posted a video on social media to inform the fans about the matches and segments scheduled for the March 2 edition of the red brand’s show. The Scrap Iron also disclosed that he would deal with the whole situation revolving around Seth Rollins on RAW.
WWE Superstar Bronson Reed recently underwent surgery
On the February 23 edition of Monday Night RAW, Bronson Reed competed against Jey Uso and El Grande Americano in an Elimination Chamber Qualifying Triple Threat Match. Unfortunately, while attempting to break a pinfall, the member of The Vision landed awkwardly, injuring his biceps. He could not wrestle any further, and Uso secured the win in an impromptu finish.
In an Instagram post he shared last week, Reed revealed that he had undergone surgery. The WWE RAW Superstar shared a picture of himself lying in a hospital bed after going under the knife.
Reed’s stablemate Bron Breakker is also out of action due to injury. It will be interesting to see how much longer it takes for the two members of The Vision to return to the squared circle.
`;
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-bronson-reed-issues-warning-seth-rollins-ahead-wwe-raw?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













