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

“This is where it gets fun and competitive for everybody and everybody wants to steal the show and they’ve got last night to go off as a barometer. So it makes for an exciting night,” he said. (H/T: WrestleTalk)

Oba Femi defeated Brock Lesnar in a Hell in a Cell match to close Night 1 of SummerSlam. CM Punk got the better of Cody Rhodes last night as well to retain the Undisputed WWE Championship. Randy Orton returned during the match and hit Rhodes with an RKO. It was the first time The Viper had been seen since his loss to Rhodes at WrestleMania.

Triple H makes Nick Aldis the GM of WWE SmackDown again

Triple H reinstated Nick Aldis as SmackDown General Manager last night following his match against Gunther.

Aldis returned to the ring for the first time since 2023 and battled The Ring General at WWE SummerSlam. Gunther won the match via submission, and Aldis got a standing ovation after the match.

Aldis then had a conversation with The King of Kings and attempted to resign as GM. However, Triple H told him to call things down the middle moving forward and announced that he was still the GM of SmackDown.

“I’m proud of what you did. I’m proud of what you accomplished. I’m proud of everything you did tonight. But as for this letter of resignation, well, I believe in what you did. You’re reinstated as the General Manager of SmackDown. Lay off of Gunther. Call things down the middle and let’s get back to work,” he said.

Triple H says he found out a few days ago that Oasis for Nick Aldis’ theme song was cleared “I was thrilled to tell him, ‘Oasis is in, dude. We’re doing it.’” #SummerSlam

It will be interesting to see if Triple H has any surprises planned for fans during Night 2 of WWE SummerSlam.

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-triple-h-shares-major-tease-ahead-wwe-summerslam-night-2?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