”
], { 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);
});
});
})();
For weeks, rumors suggested that Cass was supposed to return to the sports entertainment juggernaut alongside his former tag team partner, Enzo Amore. Interestingly, the abovementioned vignette didn’t include a teaser for Amore’s potential comeback. As of this writing, it’s unclear whether the duo will reunite in the Stamford-based company.
There are many compelling ways for Big Cass to return to WWE. He has proved his mettle worldwide and can be a significant asset for the company. In this article, we will discuss three ways Cass can make his WWE comeback.
#3. Big Cass Could Target the Intercontinental Champion After SummerSlam 2026
The Intercontinental Championship scene on RAW is currently stacked with top names. Penta, who has been a fighting champion, has a huge target on his back. From resilient babyfaces to devious heels, a whole group of stars is pursuing the coveted title.
On this week’s RAW, Chad Gable defeated Dominik Mysterio, Ethan Page, Je’Von Evans, Dragon Lee, Joe Hendry, and Rusev to earn a shot at Cero Miedo’s gold at SummerSlam. Gable seems to be the favorite to walk out of Minneapolis with the championship around his waist.
Penta has had a stellar reign with the title. While he still has significant mileage as the Intercontinental Champion, it’s time for WWE to shine the spotlight on Gable. The former Alpha Academy leader has consistently delivered remarkable performances and deserves a crowning moment in Minneapolis.
If Chad Gable, who is now a babyface, wins the title at SummerSlam, he could instantly be targeted by a returning heel. Big Cass has experienced much success as a villain in his career. He could show up as Gable’s first challenger for the Intercontinental Championship after The Biggest Party of the Summer.
Upon his potential arrival, Cass could launch a brutal attack on Gable and stake his claim to the Intercontinental Championship. The former AEW star is a powerhouse. Meanwhile, Gable is primarily a grappler-cum-technician inside the ring. Hence, they have the potential to deliver stellar matches for the workhorse title.
#2. Big Cass Could Join The Vision
Big Cass worked with a number of teams during his time in AEW. He also captured fans’ attention with his partnership with the legendary Chris Jericho as part of The Learning Tree. During his WWE run, Cass did some of the best work of his career in the tag team division alongside Enzo Amore.
If Amore is not brought back to WWE alongside Cass, the former AEW World Tag Team Champion could find a new ally. He could even combine forces with one of the most dominant factions on RAW, The Vision.
After The Vision’s World Tag Team Title loss to The Street Profits and Bron Breakker’s defeat in a Steel Cage Match at Night of Champions, the faction’s future was in jeopardy. However, Maxxine Dupri’s inclusion has injected new life into the stable on RAW.
Last Monday, The Vision regained the World Tag Team Championship because of Dupri. On this week’s show, the faction brutally destroyed Alpha Academy to make a massive statement to the roster. WWE is clearly looking to shine the spotlight on the group again.
Big Cass could be part of The Vision’s imminent revival plan. Given that Bronson Reed and Logan Paul are currently dealing with injuries, the faction needs an unforgiving powerhouse to assert its dominance on the RAW roster.
Cass could return on the RAW after SummerSlam and join the Bron Breakker-led group. He might work in the tag team division alongside Theory, allowing Breakker, Paul, and Reed to focus on singles storylines. He could even be the one to bring singles gold back to the faction.
#1. Big Cass Might Not Show Up on WWE RAW Alone
The most obvious way Big Cass could return to WWE is by reuniting with Enzo Amore. As mentioned earlier, Amore was not shown in the vignette on RAW. However, recent reports indicated that the company was interested in signing him.
Amore even reportedly visited the WWE Performance Center amid rumors of his comeback. During his previous run with the company, the former Cruiserweight Champion was considered among the best talkers on the roster. His charismatic personality played a big role in the rise of his tag team with Cass.
Big Cass has the ability to succeed as a singles wrestler in WWE. However, he could reach his true potential if he were paired with Enzo Amore again. The duo was insanely over during their time with the company, and fans would love to see them work together again.
Next week on RAW, WWE could air another vignette for the August 3 edition of RAW. The video could hint at the arrival of Amore. On the red show after SummerSlam, Amore and Cass could return together and go after a top tag team like The Vision or The Street Profits.
`;
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/3-ways-big-cass-can-make-his-wwe-return?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













