”
], { 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);
});
});
})();
In the documentary, Shawn Michaels opened up about taking over the responsibility for the running of the WWE NXT shows from Triple H. The Heartbreak Kid claimed that he was not ready for it, as he did not want the pressure and anxiety of doing what Triple H was doing. The legendary star added that although he wanted to contribute to the business, he did not want to experience the hardships.
“Honestly, I didn’t want the responsibility. I didn’t want the pressure. I didn’t want the anxiety of doing everything that he [Triple H] did. I really wanted a life where I could contribute to this business that I love but not have any of the hardships or the heartache or the pressure or the anxiety that goes along with it,” Michaels said.
However, Shawn Michaels further stated that he could not walk away from the responsibility of stepping in for a friend. He pointed out that The Game had made several sacrifices for him back in the day. Michaels added that he felt like taking the responsibility would be his way of paying back Triple H, and thus he immediately jumped in to fill Hunter’s shoes.
“But at the same time, the responsibility of stepping in for my friend was something that, there’s no way I could say no to that. You know, you’re talking about somebody who made a great deal of sacrifice for me at times in his career where it was very tough to do that. This was a moment that I felt like I could maybe, in some way, pay him back for what he had done so selflessly. And so I immediately jumped in with both feet and did everything I could to at least not let the ship go down while he was off,” Michaels added. [H/T: Cory of BodySlam.net via X]
WWE star opens up about what it is like to work with Shawn Michaels in NXT
In the documentary, several young stars have shared their experience of working alongside Shawn Michaels in NXT. 21-year-old Je’Von Evans is one of them.
The Young OG noted that Shawn Michaels would joke around with people close to him. He added that just being in the same room and having a close connection with the legendary star was cool.
“He’ll joke around with you, especially if you’re close to him. Like he’ll probably talk trash about you. It’s all jokes. It’s all jokes. But it’s so cool, like just being in the same room, or just having, like, a close enough connection to one of the greatest to ever do it,” Evans said. [H/T: Cory of BodySlam.net via X]
On the back of his impressive performances on NXT, Je’Von Evans joined the RAW roster earlier this year. He is currently scheduled to challenge for the WWE Intercontinental Championship in a six-man ladder match at WrestleMania 42.
Who do you think will win the ladder match for the WWE Intercontinental Championship at WrestleMania 42? Hit the Discuss button and sound off!
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-i-want-responsibility-shawn-michaels-makes-shocking-revelation-stepping-major-wwe-nxt-role?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


