”
], { 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. WWE is planning a feud between them
One of the key reasons why Big Cass targeted Je’Von Evans on Monday Night RAW is that the Stamford-based promotion could be planning a feud between the two. For a long time, Evans has been booked in short-term feuds without a proper storyline.
The return of the former AEW star allowed the company to finally book the Young OG in a full-fledged feud. This could be the reason why Cass attacked him immediately upon his return to the red brand.
If that’s the case, then it appears to be a strategic move by the Triple H-led creative regime rather than a random booking decision.
#2. Triple H has big plans for Big Cass
Though the former AEW star returned to the sports entertainment juggernaut, attacking Je’Von Evans could be a sign that Triple H has no major plans for him, at least for now.
As a result, the Chief Content Officer decided to place Cass in a regular feud with Je’Von Evans. It’s worth noting that Baron Corbin also returned to WWE a few weeks ago.
However, at WWE SummerSlam, he captured the United States Championship, suggesting the company is high on him. Meanwhile, Cass attacking Evans suggests that The Game may not have any major plans for the 39-year-old star at the moment.
#1. WWE wants to build momentum for Cass
Over the past few weeks, the company had been generating hype for Big Cass through multiple video packages. Targeting Je’Von Evans on his return could be the beginning of something much bigger in the near future.
WWE could be trying to build momentum around Cass before inserting him into the mid-card title picture. This could be one of the main reasons why he attacked the Young OG on RAW after SummerSlam 2026.
With these smaller feuds, the company could gradually build momentum for Cass and eventually crown him the Intercontinental Champion.
`;
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-reasons-big-cass-targeted-22-year-old-star-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













