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 Mercado Livre - Notificação de nova pergunta | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Notifica no Windows quando surgir nova pergunta no Mercado Livre, sem atualizar a página | |
| // @author Adão (github.com/adaotrindade) | |
| // @match https://www.mercadolivre.com.br/perguntas/vendedor* | |
| // @grant none | |
| // ==/UserScript== |
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 Mercado Livre - Alerta de nova pergunta COM AUTO REFRESH | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Atualiza a página a cada 30s e notifica no Windows quando surgir nova pergunta, pausando somente quando o usuário está digitando | |
| // @author Adão (github.com/adaotrindade) | |
| // @match https://www.mercadolivre.com.br/perguntas/vendedor* | |
| // @grant none | |
| // ==/UserScript== |
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 Clique Automático Zendesk Minimal FIX v2.4.2 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.4.2 | |
| // @description Clique automático nos botões de Refresh e Play do Zendesk - painel minimalista. Compatibilidade melhorada (Chrome/Edge/Opera). Detecção SPA e monitor de envios. | |
| // @author Você | |
| // @match https://growthsupplementshelp.zendesk.com/agent/* | |
| // @grant none | |
| // ==/UserScript== |
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 Zendesk Agent Auto-Refresh Controller (v3.5 - Optimized) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Atualiza automaticamente o filtro a cada 4s, pausando se o campo de pesquisa estiver aberto ou em uso. Opera perfeitamente em Chrome, Edge e Opera, mesmo após navegações internas (SPA-aware + Focus-aware + Auto-recovery). | |
| // @author Adão | |
| // @match https://growthsupplementshelp.zendesk.com/agent/* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |