”
], { 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);
});
});
})();
Last month, they scheduled NXT Heatwave and a AAA show to take place on August 30, the same date AEW All In aired from London. This came after the sports entertainment giant aired NXT Great American Bash on the same day as AEW x NJPW Forbidden Door.
Plans are already in motion to counter AEW’s All Out event that is scheduled for September 26 in Chicago. WWE has announced AAA Worlds Collide on the same date in the same city. But that’s not all.
The show won’t air until next Wednesday, starting one hour earlier than AEW Dynamite. And according to Bryan Alvarez of the Wrestling Observer, this counterprogramming is set to continue.
On October 6, AEW will head to Paris for AEW: Grand Slam France. This will mark another major move from the Jacksonville-based promotion, and WWE is aware of that.
In his exclusive report, Bryan Alvarez mentioned that the Stamford-based promotion is set to load NXT against the Grand Slam France event on the same date.
“It is also presumed NXT will have at least one big main roster name when it goes head-to-head with Tuesday Dynamite,” he noted. [H/T: F4WON].
AEW: Grand Slam France will take place at the Adidas Arena in Paris and is set to be one of the major TV offerings from Tony Khan’s promotion this year.
Jim Ross questioned WWE’s motivation behind counter-programming AEW
Recently, legendary commentator and WWE Hall of Famer Jim Ross shared his thoughts on his former employers counterprogramming AEW.
On his Grilling JR podcast, he talked about Worlds Collide going against AEW All Out. JR mentioned that if his former company’s motivation was to entertain its fans, he was all for it, but he believes that’s not the case.
He said running a show in the same city on the same date suggests they have other intentions, and by putting CM Punk on the card, they have guaranteed themselves a big house in Chicago.
`;
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-wwe-s-future-plans-counter-aew-programming-revealed-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













