], { 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);
});
});
})();

#3. Seth Rollins confirms RAW star is officially retired from WWE

Seth Rollins has confirmed the retirement of a RAW star from WWE. Last month at Royal Rumble, AJ Styles retired after losing to Gunther. However, the Phenomenal One left things open to interpretation after he put back his gloves despite removing them following the contest.

Since then, Styles has also mentioned that he could return for one more match down the line. Hence, there has been some uncertainty around his future in the company, as far as his in-ring status goes.

However, during an interview on Club Shay Shay, Seth Rollins mentioned that Styles was retired. The Visionary talked about his Mount Rushmore in pro wrestling and named the likes of Shawn Michaels, Eddie Guerrero, Bret Hart, and a few other stars.

He also brought up AJ Styles, saying that he “just recently retired.” This could indicate that the former WWE Champion is done with the promotion in terms of being an active competitor.

Seth Rollins On WWE, CM Punk Beef, Bad Bunny, Ronda Rousey, The Rock, Logan Paul I CLUB SHAY SHAY

#2. Becky Lynch made a blockbuster announcement

Becky Lynch is gearing up for a match against AJ Lee for the Women’s Intercontinental championship at Elimination Chamber. The rivalry between the two women started last year after the Geek Goddess made a shocking return to WWE.

In the buildup to their match at Elimination Chamber, The Man has been taking shots at Lee and didn’t hold back during her recent announcement.

Taking to X, she revealed that a new comic book project based on her is underway. She noted that the series titled THE ADVENTURES OF BIG TIME BECKS will portray her as a beloved wrestler by day and a corruption fighting vigilante by night.

In the post, she also took a dig at AJ Lee, saying that she isn’t the only one who can write comics. She also talked about bringing the comic to life on the big screen and said she could create the “BECKY CINEMATIC UNIVERSE.”

Lynch and Lee will share the ring for the third time on February 28. In the last two occasions, the former Divas Champion has gotten the better of Big Time Becks, beating her in a mixed tag team match and making her submit in the women’s WarGames match at Survivor Series.


#1. John Cena reveals why Brock Lesnar squashed him at Wrestlepalooza

Brock Lesnar made his stunning return to WWE at SummerSlam last year. He came out and attacked John Cena after the latter’s match against Cody Rhodes.

This led to a match between the two icons at the inaugural Wrestlepalooza premium live event. Many fans expected Cena to go over, but instead they witnessed The Beast decimating the 17-time World Champion.

The outcome and the way the match was booked left many fans unhappy, but Cena has explained why WWE chose to go down this route. During an interview on the No-Contest Wrestling podcast, the GOAT talked about getting squashed at the hands of Lesnar last September.

He said they could’ve put on a better match, but that wouldn’t tell a story. The Last Real Champion said they had to reintroduce the Beast Incarnate as a threat and show everybody that he means business. He added they could only do that with someone like Cena, who won’t lose steam despite being dominated in the ring.

The infamous match saw Brock Lesnar destroy Cena with multiple suplexes and F-5s. Even though the GOAT put up a fight, he was no match for the former Universal Champion, with the bout ending in under nine minutes.

Why did you not like this content?


`;
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/wwe-news-roundup-raw-star-officially-retired-blockbuster-announcement-made-john-cena-makes-brock-lesnar-revelation?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

Leave A Reply

Exit mobile version