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

Before SummerSlam 2026, World Wrestling Entertainment began airing vignettes, teasing the return of the former AEW World Tag Team Champion. Interestingly, Amore wasn’t featured in the videos. On last night’s RAW, Cass showed up after Je’Von Evans defeated Ethan Page in a singles match.

Cass launched a brutal attack on The Young OG in a post-match angle. Later in the show, the powerhouse said he didn’t have a personal issue with Evans. The former AEW star claimed that he was back to wreak havoc on the WWE locker room.

During the show, Enzo Amore was trending on social media. Many fans were surprised by WWE’s decision to bring back Cass without Amore. The former Cruiserweight Champion acknowledged the tweets with a post on X.

Amore later shared a cryptic message on Instagram. The post was about the 39-year-old’s first stint with the promotion and his remarkable tag team run with Big Cass. He also shared a video of Jalen Brunson talking about overcoming obstacles to succeed.

“#Dream • in heart, in mind,” Amore captioned the post.

You can view the Instagram post below.


What did Big Cass say following his WWE RAW return?

Big Cass had a stellar run in TNA Wrestling and AEW after he departed WWE in June 2018. In All Elite Wrestling, he won the World Tag Team Championship alongside Ricky Saints. He also worked with the legendary Chris Jericho as part of The Learning Tree.

Jackie Redmond interviewed Cass after his unexpected attack on Je’Von Evans. During the interview, the powerhouse addressed his comeback and assault on The Young OG.

“Eight years. I was left for dead in the dirt. Eight years it took me to climb back from rock bottom. Je’Von Evans, it’s nothing personal, bro. You were just in the way. Make no mistake about it, I’m here to stack bodies. You were just the first. You sure won’t be the last,” Cass said.

From the looks of it, Cass will likely be a singles competitor in World Wrestling Entertainment. Fans must stay tuned to find out if Enzo Amore will follow in his friend’s footsteps and re-sign with the sports entertainment juggernaut.

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/news-enzo-amore-sends-cryptic-message-big-cass-returns-wwe?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