The Daily Psyop

Where Skepticism Meets Insight

News

Israeli Drone Strikes Kill Two, Including Paramedic, in Southern Lebanon Village

A pair of Israeli drone strikes against the southern Lebanese village of Mays al-Jabal killed at least two people, described as a “Hezbollah cell” by Israeli military officials. The slain were described by the military as operating a drone in the area.

The slain were identified as Hezbollah member Ali Shukair, and local paramedic Muhammad Hammadi, who arrived on the scene after the first strike against Shukair and was attacked in the subsequent strike.

Israel said that Hezbollah has been launching explosive drones in the area and crossing the border into northern Israel. Israel has been carrying out repeated attacks on southern Lebanon, and the two sides launch tit-for-tat attacks across the border since October.

The attacks came following a weekend of Israeli attacks on southern Lebanon, which killed a Hezbollah member Ali Nazih Abed Ali on Saturday and wounded three people in a subsequent attack on Beit Lif.

Tensions have been soaring on the border in recent weeks, with Israeli officials threatening an invasion of Lebanon, and the international community urging civilians of other countries to leave Lebanon as soon as possible.

Israel continued to increase tensions against the Lebanese capital city of Beirut, with Israeli warplanes breaking the sound barrier over the city as well as across southern Lebanon.

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"; } }); });