// ==UserScript== // @name minimal css // @match *://www.google.com // @match *://www.google.com/search* // @match *://cliq.zoho.eu/chats/* // @match *://www.pinterest.com/* // @grant none // ==/UserScript== GM_addStyle(` * { border-radius: 0px !important; transition: none !important; animation: none !important; } `)