Another complaint — for which there was no contact information provided — alleged that “calendar girls” parties at Trump’s Mar-a-Lago involved genital measurements for children.

“Jeffrey Epstein would bring the children in and trump would auction them off. He measured the children’s vulva and vaginas by entering a finger and rated the children on tightness,” the complaint reads.

  • pfizer_dose@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    11 hours ago

    BTW if you want to read this article without disabling ad blocker you can use this script: Open developer tools and paste this in the console, you can then scroll with the up/down arrow keys :)

    (()=> {
    	const modal = document.getElementsByClassName("_9r0K-Oum  _5kE-6aUK ")[0]
    	const button = document.getElementsByClassName(" aJVLc6uP  ")[0]
    	modal.remove()
    	button.remove()
    	let scrollTarget = 0
    	document.addEventListener("keydown", (e) => {
    		if(e.code === "ArrowDown") {
    			scrollTarget += 10
    		} else if(e.code === "ArrowUp") {
    			scrollTarget -= 10
    		}
    		window.scrollTo(0, scrollTarget)
    	})
    })()