The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

❗️Overall developments in Gaza within the past hour according to journalist Zarifa Hasan from 9:00 pm yesterday until 10:00 am today: – The Cradle

 ❗️Overall developments in Gaza within the past hour according to journalist Zarifa Hasan from 9:00 pm yesterday until 10:00 am today:

Northern Gaza Strip:

○ “Artillery shelling targets the third floor of Al-Awda Hospital in Tal al-Zaatar, amid direct gunfire on the hospital facilities.”

○ “The occupation forces force the wounded and patients to evacuate the Indonesian Hospital.”

○ “A number of vehicles advance in the vicinity of the Indonesian Hospital in Tal al-Zaatar, east of Jabalia, coinciding with airstrikes and heavy gunfire.”

○ “More than 20 injuries among the medical staff and the wounded inside Kamal Adwan Hospital as a result of the occupation detonating a booby-trapped robot in its vicinity.”

○ “Artillery shelling on the city of Beit Lahia.”

Gaza City:

○ “The army carries out operations to blow up residential buildings south of Al-Zaytoun neighborhood.”

○ “4 martyrs, including two women and a child, in a bombing that targeted the house of the Siam family near the gold market in the center of the city.”

○ “Shooting from occupation vehicles in the vicinity of Al-Dawla and Al-Masalaba areas south of Al-Zaytoun neighborhood.”

Central Gaza Strip:

○ “An air strike on the north of Al-Nuseirat camp in the central Gaza Strip.”

Southern Gaza Strip:

○ “An Israeli helicopter fires towards the eastern areas of Rafah.”


This article originally appeared on The Cradle

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