”
], { 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 show was started off by Drew McIntyre arriving on WWE SmackDown. The star was still suspended and has been for quite some time, but thanks to Paul Heyman, has still been a part of the show ahead of WarGames. Now, though, WarGames is done, and although their team won, at no point did Aldis agree to reinstate him to SmackDown again.
Thus, when the star arrived backstage on SmackDown, he was immediately accosted by security and Nick Aldis. The SmackDown General Manager told him that things did not work the way he was assuming it did, and he was still not a regular part of the show again, he was still suspended.
Drew McIntyre said that since winning WarGames, Bron Breakker was getting a title shot after winning, and that for him, he would be getting un-suspended. Aldis again told him it did not work that way and kicked him out of SmackDown.
Before the star could leave though, Cody Rhodes appeared out of nowhere and attacked McIntyre while he was still in the car. The two stars battled it out, with Rhodes getting the better of him till he was brought out of the car by security. McIntyre drove his car out of the arena at full speed immediately after.
Drew McIntyre will be getting reinstated to WWE SmackDown soon
While the star is still suspended at this time, he is in not going to remain in that state long as Rhodes has asked Nick Aldis to reinstate him.
Rhodes, being the champion, usually gets what he wants, and it seems that the two stars are going to be involved in a feud at this time, where the title becomes involved inevitably.
With Saturday Night’s Main Event right around the corner, that seems to be where the feud should take place.
It remains to be seen what Aldis decides.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-nick-aldis-kicks-2-time-wwe-champion-smackdown-chaos-follows?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


