NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Facebook Videochat Remover // @namespace https://openuserjs.org/users/brcha // @locale en // @version 1.0 // @description Removes the Facebook "video chat" rooms pagelet // @copyright Copyright 2020 Filip Brcic (https://openuserjs.org/users/brcha) // @author brcha // @match https://www.facebook.com/* // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt // @grant GM_addStyle // @run-at document-end // ==/UserScript== // ==OpenUserJS== // @author brcha // ==/OpenUserJS== GM_addStyle("div[id=\"video_chats\"] { display: none; }");