TO get rid of join us popup on every page
// ==UserScript==
// @name himanlol
// @version 0.1
// @description TO get rid of join us popup on every page
// @author himanlol
// @namespace
// @match
// @icon
// @license MIT
// ==/UserScript==
document.getElementsByClassName("modal-active").style.visibilty="hidden !important;";