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

Reacting to this, JD McDongh took to his official Twitter/X account and gave a shoutout to current AEW star Matt Sydal. The latter is a former WWE star who wrestled as Evan Bourne.

The 43-year-old star was famous for executing high-flying moves. Besides giving a shoutout and calling Matt an OG, the Judgment Day member announced that it was his first and last Cyclorama, AKA Spanish Fly.

“My 1st and last Cyclorama. 😬😅 Shout out @MattSydal. OGs remember. 🫡🤘🏻,” he wrote.

You can check JD McDongah’s tweet below:


WWE is planning a major JD McDonagh match for Saturday Night’s Main Event

JD McDongah and The Judgment Day are involved in a storyline with Danhausen on WWE RAW. According to a recent update, the Stamford-based promotion is planning for a McDongah vs. Danhausen showdown at the upcoming Saturday Night’s Main Event.

The special show will stream live on July 18, 2026, from Madison Square Garden in New York. Currently, the Triple H-led creative regime is officially promoting Danhausen for the show, hinting that he might compete in this rumored match.

Danhausen vs. JD McDonagh is currently planned for Saturday Night’s Main Event in Madison Square Garden – @FightfulSelect

It will be interesting to see how the storyline progresses on the red brand. JD McDongah delivers great matches, and a showdown with the ex-AEW talent will be fun to watch.

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-jd-mcdonagh-reacts-scary-fall-spiking-neck-wwe-match?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