”
], { 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);
});
});
})();
Canadian Legend The Great Kasaki, who made his name in ASW and also wrestled in Japan, has died at 48 years of age.
All Star Wrestling, where Kasaki was a frequent wrestler and veteran, announced that the wrestler had passed away. They said that they were disheartened to inform fans of the news, and that the weight on people’s shoulders cannot always be understood. The message went on to state that they wanted to enjoy the greatness of the star and send wishes to his family and friends, ending by saying that he would not be forgotten.
“ASW is profoundly disheartened to inform our fans that we have lost an ASW legend this week, The Great Kasaki. Sometimes The Weight on one’s shoulders cannot be understood. Anthony’s sense of humor, creativity, passion and mentorship skills will not be replicated. Let us look back and enjoy the greatness that was The Great Kasaki here. We send our most heartfelt wishes to Anthony’s Family and Friends – we will not forget you, our friend. #TheGreatKasaki”
He last wrestled a match back in 2023.
Thrash Wrestling, where he was also a frequent star, also sent him a message, wishing him well for the time he had spent mentoring and showing love and support to everyone.
“Rest in peace, The Great Kasaki. Thrash Wrestling will always remember your mentoring and the love and support you always showed us. You were a true friend.”
Former WWE stars The Bollywood Boyz also posted a tribute to the star, talking about how mental health was a real thing.
“Sad news out of the British Columbia scene. RIP Great Kasaki – glad we got to share the ring nearly 20 years ago, very early in our careers. 🕊️🙏🏽 Mental health is a real thing. Please reach out. It’s never too late.”
Sportskeeda sends our condolences to the family and friends of The Great Kasaki.
`;
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-wrestling-legend-dies-at-only-48-years-old-the-great-kasaki-has-passed-away?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













