The Daily Psyop

Where Skepticism Meets Insight

News

Israeli Drone Strike Kills Senior Hezbollah Member in Southern Lebanon

An Israeli drone strike took place near Bazourieh in southern Lebanon on Saturday morning, killing a man described by Israeli officials as a “senior” member of Hezbollah identified as Ali Nazih Abed Ali.

The Israeli military claimed that Ali had been involved in planning and carrying out various terrorist attacks out of southern Lebanon. They claimed his death as a serious blow to Hezbollah operations on the southern Lebanese border with Israel.

On Sunday, an Israeli airstrike was also reported against Beit Lif, also in southern Lebanon. At least three Lebanese civilians were reported wounded. Israel also attacked what they described as terrorist infrastructure in Marjayoun.

Hezbollah responded to the Saturday killing by firing an estimated 30 rockets against the Galilee panhandle in northern Israel. Israel reported that most of the rockets had been intercepted, though some landed in open areas.

Tensions have been soaring between Hezbollah and Israel, with tit-for-tat strikes by both sides on almost a daily basis. There is growing concern that the two sides are on the brink of war, with Israel planning an invasion.

Officials in countries around the world have been warning citizens in Lebanon to leave as soon as possible, with the US Embassy saying travelers should use any ticket available to them to get out of the country.

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });