This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Google Chat Style Cleanup | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.13 | |
| // @description Tampermonkey Script to Cleanup the Google Chat UI so it can run in a smaller PWA window | |
| // @author Giulio Montagner | |
| // @match https://mail.google.com/chat/* | |
| // @match https://chat.google.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
| // @updateURL https://gist.githubusercontent.com/giu1io/03a3ded6658baf697dd1ded7ee4c50fd/raw/cleanup_google_chat_ui.js |