Former UFC lightweight champion Khabib Nurmagomedov has voiced criticism against the United States, accusing the country of reportedly favoring Israel in the ongoing conflict with Palestine.
Hamas and other Palestinian armed groups, including Palestinian Islamic Jihad (PIJ), conducted a military offensive involving ground and aerial attacks in multiple Israeli border areas last month. This resulted in the tragic deaths of nearly 1,200 Israeli civilians. In response to these incursions, the Israeli Defence Forces (IDF) launched a large-scale operation against terrorist organizations in the Gaza Strip.
Being an Islamist, Khabib Nurmagomedov has consistently declared his backing for Palestine and has articulated his views in favor of the contentious Middle Eastern state since tensions escalated last month. 'The Eagle' has consistently spoken out against what he termed as the "genocidal" retaliatory actions of the IDF through social media posts.
The UFC Hall-of-Famer recently took to Instagram Stories and claimed that Israeli forces have caused a higher death toll in under a month than the combined casualties of significant historical events such as the 9/11 attacks and Pearl Harbor. Nurmagomedov further asserted that the United States also bears responsibility for allegedly supporting Israel:
"Israel has now murdered more Palestinians in 24 hours than: 9/11, Pearl Harbour, 30 year war in north of Ireland COMBINED... And the US is blocking the rest of the world calling for a ceasefire. Depravity and evil beyond words."
Israeli MMA fighter sparks controversy for posting offensive picture with Khabib Nurmagomedov's name on missile
While Khabib Nurmagomedov has already expressed solidarity with the Palestinian people facing challenges amid the escalating violence between Hamas and Israel, UFC fighters, including Islam Makhachev, Belal Muhammad, and Khamzat Chimaev, have also extended their empathy towards Palestine.
In the midst of ongoing situations, Haim Gozali, a former Bellator competitor from Israel, recently posted an insensitive message regarding 'The Eagle,' Makhachev, and several other Muslim fighters.
Gozali shared an image on Instagram depicting a missile inscribed with the names of prominent Muslim UFC fighters such as Nurmagomedov, Khamzat Chimaev, and Belal Muhammad, accompanied by a caption that read:
"This is my message to the [rat emoji]."
Check out the post below (now deleted):
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1742225, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1742225); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1742225) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1742225) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();