”
], { 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);
});
});
})();
On WWE SmackDown, Gunther was finally getting a rematch against Cody Rhodes after his last match ended with him getting pinned even though his leg was under the rope. He chose Sami Zayn as the guest referee, and when things didn’t go his way, he got violent with him, leading to Zayn cheating to end the match with a quick count in Cody’s favor. Cody was not having it and restarted the match, but Zayn, who Gunther attacked, was furious and attacked the Ring General again, ending it early.
Gunther was less than happy with all of it, and he confronted Nick Aldis in the back. He called him and stopped the General Manager from walking away. He said that two times Aldis had stolen his opportunity, and that the only reason the Ring General was not the champion was the SmackDown General Manager himself. He went on to berate the star, saying that he was not fit for his job either.
He went on to demand a title match at Night of Champions, practically ordering him to get it done.
“Aldis. Come here. Two times, two times you scr**ed me. You scr**ed me from being the champion. The only reason I’m not the champion is you. You. You are not fit for your job. Do it well. I want another championship match at Night of Champions. Get it done.”
Nick Aldis’ protestations that it was Gunther himself who had chosen Sami Zayn, despite his warning him not to, were brushed aside, as Gunther was not too concerned with the details and was only looking for someone to blame at the time.
Later in the night, it was confirmed that Gunther was getting his title shot, but he was not the only one. Sami Zayn was also getting one, and it was announced that both stars would face Cody Rhodes in a Triple Threat match at Night of Champions.
`;
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-wwe-smackdown-general-nick-aldis-faces-serious-accusation?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













