Skip to content

Instantly share code, notes, and snippets.

/*
 * Magic Blocker
 * © Simon Fredsted 2025
 * Minimalist annoyance blocker bookmarklet
 * To combat newsletter, gdpr/cookie and anti-adblocker popups, paywalls, etc.
 */
(function() {
    // Remove all fixed elements
    var i, elements = document.querySelectorAll('body *');