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

While the news was welcomed by fans, it soon led to chatter about how WWE was pitting Main Event against its other show, Evolve, which also airs on Wednesdays at 8 Pm ET on Tubi. What’s even more interesting is that Evolve already competes with AEW Dynamite, which airs at the same time slot. Now, with the addition of Main Event, three shows could be vying for the audience’s attention.

Bryan Alvarez has now addressed the same on the latest edition of Wrestling Observer Live. The insider revealed that he had heard murmurs regarding Evolve not having a long-term future in the global juggernaut.

“So the point is, within wrestling there’s a lot of talk about the future of Evolve, or if there is even a future of Evolve. I had heard this rumor about, ‘I don’t know if Evolve is long for the wrestling world.’ You hear rumors all the time, but then they announce the very next day that they’re gonna run Main Event against their own Evolve show.” (H/T – RingsideNews)

It’s worth noting that despite the competition, AEW Dynamite generates far more viewership than Evolve due to it being aired on national television.


WWE Worlds Collide will compete with AEW Dynamite

Both Worlds Collide and All Out 2026 are slated for this Saturday night, but only the latter will be broadcast for the world to see. That said, WWE has avoided this clash only to set up another one for the upcoming Wednesday night.

It was recently confirmed that the taped Worlds Collide 2026 will air on YouTube at the same time as AEW Dynamite next week. Considering the results of the WWE/AAA crossover show would already be all over the internet by then, it’s safe to assume it might not pose any real threat to Dynamite’s viewership.

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/rumor-popular-wwe-show-danger-getting-canceled-reports?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