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 Unsubscribe All (Massa) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 3.6 | |
| // @description Cancela a inscrição em todos os canais listados na página de gerenciamento de inscrições do YouTube de forma CONTÍNUA na mesma sessão. Corrigida a lógica para exibir apenas o @handle ou nome limpo. | |
| // @author Abadom for Gemini | |
| // @match https://www.youtube.com/feed/channels/manage | |
| // @grant none | |
| // @run-at document-idle // Retorno à injeção após o DOM carregar. | |
| // ==/UserScript== |