Skip to content

Instantly share code, notes, and snippets.

@christophercalm
christophercalm / block-fb-sponsored-tampermonkey.js
Last active July 2, 2022 18:39
Finds all html elements with fbclid in them to block ads.
// ==UserScript==
// @name Remove Facebook Sponsored Elements
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @description Remove Facebook Sponsored Elements
// @author You
// @match https://www.facebook.com/
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @grant none
// @run-at document-idle