The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

Trump says Bill Gates wants to visit Mar-a-Lago in cryptic statement aimed towards Elon Musk. – πšπšŽπšŸπšŽπš•πšŠπšπš’πš˜πš—πšœ πšŠπš—πš πšπšŠπš‹πš‹πš’πš π™·πš˜πš•πšŽπšœ

Β Trump says Bill Gates wants to visit Mar-a-Lago in cryptic statement aimed towards Elon Musk.

In 2017, Bill Gates revealed that he “warned” Trump not to set up a vaccine safety commission under RFK Jr. because Jr.’s views were that vaccines were “causing bad things” – that same year, Zion Don recieved a $1M donation from Pfizer.

In 2019 Trump signed an EO for the modernization of flu jabs.

In May, 2020 Trump appointed a Big Pharma exec connected to Bill Gates to head “vaccine developments.”

And we all know Jab Daddy continues to praise Operation Warpspeed to this day. But the mRNA rabbit hole goes deeper…

‘Fun fact’: Billy Gates also launched and funded an entire program for therapeutics in 2020, during the same time Trump was promoting therapeutics and monoclonal antibodies; Regeneron & Hydroxychloroquine.

The information is out there my friends. Many fail to do the work and/or refuse to see the connections.

I wonder what MAGA is going to say to defend this. πŸ€¦πŸ»β€β™‚οΈ

@Revelations_and_Rabbit_Holes


This article originally appeared on πšπšŽπšŸπšŽπš•πšŠπšπš’πš˜πš—πšœ πšŠπš—πš πšπšŠπš‹πš‹πš’πš π™·πš˜πš•πšŽπšœ

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