NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name hide my face // @version 1.0 // @author I hate my face // @include https://igate.stc.com.sa/* // @grant GM_log // @run-at document-idle // @copyright 2019, abdullahalt (https://openuserjs.org//users/abdullahalt) // @license MIT // ==/UserScript== document.querySelector(".profileBox img").hidden = true