”
], { 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);
});
});
})();
It has now come full circle as Shane Haste, fka Shane Thorne/SLAPJACK, is a GHC Heavyweight Champion. In Pro Wrestling Noah’s Spring Mayhem Ryogoku 2026, he defeated Yoshiki Inamura to win the title. This means that the former TM-61 star is now officially a World Champion, in the same lineage as legendary names such as Mitsuharu Misawa and Kenta Kobashi.
Has RETRIBUTION been completely forgotten in time because of the WWE pandemic era?
It seems like the RETRIBUTION faction is a forgotten relic of the past in an era that people hardly remember beyond a few things. The group had taken over Monday Night RAW in 2020, and for a very small period, became the most highly anticipated part of the show. There was a lot of mystery around who the members could have been, and it turned out to be Mustafa Ali as the leader in an unexpected moment that caught fans off guard.
However, we know now with the power of hindsight that things didn’t work out, and the faction would end almost as quickly as it began. After it disbanded, every member was released, with only Mia Yim remaining as a part of the company.
Mustafa Ali bluntly stated in an interview with Chris Van Vliet that Vince McMahon had lost all interest in the Retribution project:
“Retribution failed because there wasn’t a why. Vince lost interest in it. Not my story to tell; there was a power struggle between people, and Retribution was affected because of that. It wasn’t anything directly involved with me. So, it’s not my story to tell. We suffered because of that, and I think at the end of the day, if there was a why and there was some effort behind it to make it a legitimate threat, it would’ve been great,” Ali said. (From 01:18:10 to 01:18:38)
It seems like virtually everything has been forgotten from the pandemic era. Perhaps Drew McIntyre’s two WWE Championship reigns, the start of The Tribal Chief arc, two cinematic matches at WrestleMania 36 (of which the Boneyard match is most memorable), and a couple of more cinematic matches with the “Corporate” Money in the Bank ladder bout, and the Swamp match between Braun Strowman and Bray Wyatt.
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-former-retribution-member-released-wwe-2021-suddenly-becomes-world-champion?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


