The Daily Psyop

Where Skepticism Meets Insight

Israeli Politics

Foreign Policy and GeopoliticsHaaretzIsraelIsrael / PalestineIsraeli PoliticsMiddle East / North Africa (MENA)NewsPoliticsUncategorizedWorld

Haaretz: Yoav Gallant Cannot Disappear From Public Life. His Responsibility Is To Speak Out, To Tell Us Who Wasn’t Functioning During the First Days of the War, Who Thwarted Hostage Deal After Hostage Deal, Who Deceived Washington… – Unknown Source

 Haaretz: Yoav Gallant Cannot Disappear From Public Life. His Responsibility Is To Speak Out, To Tell Us Who Wasn’t Functioning

Read More
Central GazaForeign Policy and GeopoliticsGazaGeneral's PlanGreat Israel AgendaIsrael / PalestineIsraeli PoliticsJournalists killed by Israel in Gaza / PalestineMiddle East / North Africa (MENA)NewsPoliticsUncategorizedWorld

Photojournalist Omar Salah Al-Diraoui Was Killed As A Result Of Israeli Aircraft Bombing His Home In Central Gaza’s Al-Zawaida At Dawn Today. – The Cradle

 Photojournalist Omar Salah Al-Diraoui Was Killed As A Result Of Israeli Aircraft Bombing His Home In Central Gaza’s Al-Zawaida At

Read More
Foreign Policy and GeopoliticsIsrael / PalestineIsraeli PoliticsMiddle East / North Africa (MENA)NewsNorth America and Western EuropePoliticsUncategorizedUSA PoliticsWorld

The most successful psyop of 2024 was still turning the horrific issue of genocide into a “Right” against “Left” issue. Here’s to all those who stepped out of line from their tribe to speak against the horror: you’ve retained your… – Robin Monotti + Cory Morningstar

 The most successful psyop of 2024 was still turning the horrific issue of genocide into a “Right” against “Left” issue.

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