brcha / Facebook Videochat Remover

// ==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; }");