Skip to content

Instantly share code, notes, and snippets.

@gpoole
gpoole / hide-facebook-distractions-tampermonkey.js
Last active November 1, 2020 11:08
Tampermonkey userscript to remove the Facebook feed and flashing notifications
// ==UserScript==
// @name Facebook distractions off
// @author gpoole
// @version 1.0
// @description Removes distracting, attention-grabbing features like the feed and notifications from Facebook
// @include /https?:\/\/www.facebook.com\/*/
// @noframes
// @run-at document-end
// @grant none
// ==/UserScript==