”
], { 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 the latest episode of WWE LFG’s third season, Shawn Michaels informed the 27-year-old star that he was being called up to the NXT roster with immediate effect. This was following Elio LeFleuer’s victory over Mike Derudder at the show. The Heartbreak Kid added that it was rare to see a French luchador and that he wanted to bring this unique style over to the Wednesday night show.
“A French luchador is something that’s very unique and it’s a style I want to bring here in NXT and so what we are gonna do now is we are gonna move you into NXT right away. You got a lot to work on but I think you’re gonna be a busy man,” said Shawn Michaels (0:10 – 0:26)
Austin Theory recently fired shots at WWE legend Shawn Michaels
Austin Theory has a brash personality and rarely thinks twice before speaking his mind. In a recent interview, The Vision member went as far as to say that he was the new “Sexy Boy” of WWE and that he was better than The Heartbreak Kid.
“I appreciate the compliment. I think I am way better than Shawn Michaels, though. It is what it is. But he’s a legend; respect to him, the Heartbreak Kid, Sexy Boy. I think I am the new Sexy Boy. I think I rev it up a little bit more,” he said.
Theory is currently one-half of the World Tag Team Champions on RAW alongside Bron Breakker, who recently replaced Logan Paul following his injury.
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-breaking-shawn-michaels-officially-announces-wwe-nxt-s-next-big-acquisition?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


