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 YouTube Chat Mod Buddy | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Auto-switches to Live Chat AND adds moderation buttons next to messages | |
| // @author ReignOfTea | |
| // @match https://www.youtube.com/watch?v=* | |
| // @match https://www.youtube.com/live/* | |
| // @match https://www.youtube.com/live_chat?* | |
| // @updateURL https://gist.github.com/ReignOfTea/3143aa2f3572bf9ed633ed5cd26ee018/raw/7c63f73ccc99ca9661375bce26f3084f0384c0ab/YouTubeModBuddy.user.js |