”
], { 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);
});
});
})();
Thankfully, Khali escaped the incident without any serious injuries, and nobody else was hurt. Following the accident, the WWE Hall of Famer reportedly left his damaged vehicle at the scene and continued his journey in another car. Reports have not yet established the exact circumstances that led to the crash.
A video has been making the rounds online, in which The Great Khali can be seen (after the collision) with other individuals gathered around. You can check it out below:
The Great Khali, whose real name is Dalip Singh Rana, remains one of the most recognizable Indian names in WWE history. He joined World Wrestling Entertainment in 2006, and his enormous size quickly made him stand out. Khali got to share the ring with several top names, including The Undertaker, John Cena, and Batista.
The Indian star was inducted into the WWE Hall of Fame in 2021. For those looking forward to a comeback from the 54-year-old, we have some bad news: Khali confirmed last month that he was officially retired.
The Great Khali Was Not The Only WWE Veteran Who Recently Met With An Accident
Khali’s incident comes days after another wrestling legend, Stone Cold Steve Austin, was involved in a scary off-road racing crash.
Steve Austin was competing in an off-road race when he made a mistake on the course, causing his vehicle to overturn and forcing his team out. The Hall of Famer later confirmed that both he and his co-driver were unharmed. Austin also revealed that the vehicle sustained significant damage, although his team was already working on getting it ready for the next race.
The two recent incidents have understandably sparked concern online, but fortunately, both Stone Cold Steve Austin and The Great Khali escaped their respective accidents without serious injuries.
`;
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-former-wwe-champion-involved-in-a-car-accident?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













