”
], { 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);
});
});
})();
After the news of Andy’s passing broke out yesterday, people across the pro wrestling world started sending their condolences. Stars from different wrestling promotions have been sharing stories about Andy to remember him. Karrion Kross also paid an emotional tribute by sharing an emotional tribute about Andy Williams on X.
“Seeing all this love for Andy everywhere, He had twice as much for everyone else. How that’s even possible I’ll never understand. One of the best ways we can honor him is by learning how to be that same light in the room as he was. I think one of his greatest traits was his willingness to be vulnerable. He wasn’t afraid to be honest, say hello to a stranger, chat with anyone, help when not asked, laugh or cry with anyone- you name it. All I know for sure right now is if he saw all this about him today, man his heart would be full,” he wrote.
Sportskeeda Wrestling extends its heartfelt condolences to the Butcher Andy Williams’ family and friends in this time of grief.
WWE star Lexis King also sent an emotional message after Andy Williams’ passing
A lot of stars who knew Andy personally or shared the locker room with him have been sending their tributes online. Lexis King used to wrestle in. AEW as Brian Pillman Jr. before joining WWE back in 2024. He also took to X to pen down an emotional message for his friend.
“Andy was an incredible person to be around. He had permanent aux privileges because his taste in music was impeccable. He always knew what song to play and when! IYKYK Rest in Peace to an amazing human being 💔,” he wrote.
Andy Williams was an amazing human being alongside a great wrestler and musician. The world of professional wrestling will never recover from his loss.
`;
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-ll-never-understand-killer-kross-pays-emotional-tribute-to-andy-williams-after-tragic-passing?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













