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

During the July 24 episode of WWE SmackDown, Nick Aldis and Gunther put pen to paper and made their SummerSlam match official. The two men have been at each other’s throats since the Ring General joined the blue brand.

Despite getting multiple title opportunities, the Austrian star failed in his quest to become the Undisputed WWE Champion, and that was the final straw for him. He held Aldis responsible for his shortcomings and gave the authority figure the worst beating of his life.

Nick Aldis returned with a vengeance at Saturday Night’s Main Event, costing Gunther and Sami Zayn against CM Punk and Cody Rhodes in a tag team match with major SummerSlam implications. This led to Triple H announcing a match between the two for the Biggest Party of the Summer.

Tonight, Adam Pearce told Nick Aldis that he would have to relinquish his duties as SmackDown General Manager if he wants to face Gunther at SummerSlam. The former NWA star agreed and signed on the dotted line, thus allowing Adam Pearce to assume those responsibilities. Fans have since been wondering whether Nick Aldis has been permanently removed from the position.

Later in the show, Wade Barrett confirmed that the British star had temporarily stepped down from his role and would resume his duties after SummerSlam.

“Nick Aldis temporarily relinquishing duties as GM until after SummerSlam.”

The segment ended with Gunther dropping Nick Aldis with a Powerbomb, sending him crashing through the table. He was rushed to the medical facility for evaluation.

Cathy Kelley was supposed to get an update on him before being rudely cut off by Sami Zayn.


If you use quotes from this article, please give an H/T to Sportskeeda Wrestling for the transcription.

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-breaking-adam-pearce-won-t-be-the-smackdown-general-manager-for-too-long-former-wwe-authority-figure-reassuming-his-role-after-summerslam?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