Skip to content

Instantly share code, notes, and snippets.

View achrafl0's full-sized avatar

Achraf achrafl0

View GitHub Profile
@achrafl0
achrafl0 / blocker.js
Created December 25, 2023 18:20
Intrusive javascript blocker example ( TamperMonkey )
// ==UserScript==
// @name intrusive blocker
// @namespace http://tampermonkey.net/
// @version 2023-12-25
// @description block intrusive javascript
// @author Achraf
// @icon https://www.google.com/s2/favicons?sz=64&domain=0.1
// @grant none
// ==/UserScript==