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

The ring was also reportedly curtained off, with an additional ring built backstage for rehearsals. It’s unclear why it was done, but it was probably to prevent any leaked photos or videos that could give away the results of the matches on the card.

There were only a total of four matches on the card, which included two title matches and two WarGames matches. The event received a mixed reaction from fans on social media due to the less violent nature of the WarGames matches compared to AEW’s Blood and Guts matches a few weeks ago.

Nevertheless, the event was still trending on social media regardless if some people liked it or not. With 46,016 people in attendance, WWE probably doesn’t mind some negative comments from those who weren’t there live.


Triple H sends message to San Diego on WWE’s behalf

After Survivor Series: WarGames ended, Triple H joined the post-show crew of Big E, Joe Tessitore and Peter Rosenberg. WWE’s chief content officer started by sending a message to the city of San Diego for welcoming them to the final PLE of 2025.

“Stunning location, stunning Petco Park. What an amazing look, right? Just crazy off the charts. I want to thank everyone here at Petco Park. I want to thank the San Diego Padres for inviting us into their house. I want to say thank you to San Diego in general,” Triple H said.

The next big event will be Saturday Night’s Main Event on December 13 at the Capital One Arena in Washington, D.C. It’s the final stop of John Cena’s farewell tour, with The GOAT hanging it up as an in-ring performer.

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-report-massive-wwe-changes-enforced-ahead-survivor-series-wargames?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