”
], { 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);
});
});
})();
“But, you know, it’s the wrestling business. I don’t know what’s out there anymore. I’m never sure what’s out there to get a rise out of people or to make things—it’s the wrestling business, and I just don’t put a lot of stock in that. All I know is we had a nice conversation in the room—how to put his suspenders on. He went out there. I—you know, there might be things that he doesn’t like. I understand that. And there’s lots of things people don’t like. Everybody has a right to their opinion on everything these days. I don’t begrudge anyone that,” he said. [H/T: SEScoops]
You can check out the video below:
Michaels was inducted into the WWE Hall of Fame in 2011, and then once again as a member of D-Generation X in 2019.
WWE legend denies Bret Hart’s claim about Shawn Michaels
Wrestling icon Kevin Nash responded to Bret Hart’s claim last year and suggested that there was no truth to it.
Speaking on his Kliq This podcast, WWE veteran Kevin Nash noted that he spent a long time on the road with Shawn Michaels, and he would have known if he had a relationship with Vince McMahon. He added that it would be very unlikely that Michaels would have been able to keep it a secret for so long.
“I spent the better part of three years of my life with Shawn Michaels. And I never remember having a double knockout with Vince during any of our travel.” Nash continued, “There’s just no way that it would be that he never told anybody. He couldn’t tell anybody. See, that’s one of those things where you tell a story like that, and you say, ‘I’m sure.’ But no, you’re not.”
Shawn Michaels hasn’t been in action since teaming up with Triple H to defeat The Undertaker and Kane at WWE Crown Jewel 2018 in Saudi Arabia.
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-shawn-michaels-reacts-wild-nsfw-accusation-wwe-legend-bret-hart?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



