”
], { 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);
});
});
})();
Just before the match, the faction displayed video footage on the titantron showing the group attacking Dorian Van Dux backstage. This attack prevented him from participating in the scheduled match.
Following this, EK Prosper ran out to the ring and attacked the BirthRight. The faction overpowered the star until Sean Legacy came out to even the odds. This led to an impromptu tag team match, with Sean serving as Dux’s replacement.
The match concluded when Legacy hit a Fireman’s Carry-twisting neckbreaker combination and secured the victory. After this, the BirthRight destroyed them, but soon Tate Wilder emerged to help the babyfaces.
Tate got a massive reaction from the live crowd. It will be interesting to see what WWE & Shawn Michaels have in store.
Popular star debuts in WWE at NXT show
Tony D’Angelo is the current NXT Champion. During the latest episode of NXT, he got an unexpected new challenger when former NJPW star EVIL debuted in the Black and Silver brand.
Over the past few months, there have been rumors that EVIL could make his WWE debut soon. When Tony was standing in the ring, the lights went off, and EVIL made his appearance with a new theme song.
The star’s new name is yet to be officially disclosed. However, this confrontation with the NXT Champion subtly implies that he is next in line for the title. His debut at WWE NXT is getting a good reaction online.
It remains to be seen how the company will book the former IWGP Heavyweight Champion after his debut.
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-wwe-star-possibly-seriously-injured-after-attack-shawn-michaels-reveals-massive-replacement?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


