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 Assistente de Ficha Técnica - Backoffice | |
| // @namespace http://tampermonkey.net/ | |
| // @version 4.1 | |
| // @description Auto-scan 2s, análise de atributos elétricos em negrito e contagem simplificada. | |
| // @author Gemini AI | |
| // @match https://enrichment-backoffice.magalu.com/* | |
| // @updateURL https://gist.github.com/juliocesarfontes/7a074a728f2dcd531a3d48b9922b9df6/raw/assistente-ficha.user.js?nocache=1 | |
| // @downloadURL https://gist.github.com/juliocesarfontes/7a074a728f2dcd531a3d48b9922b9df6/raw/assistente-ficha.user.js?nocache=1 | |
| // @grant GM_xmlhttpRequest |
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 Guia de Revisão - Google Sheets (Trusted Types Fix) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.9 | |
| // @description Janela flutuante compatível com Trusted Types do Google | |
| // @author Gemini | |
| // @match https://docs.google.com/spreadsheets/d/1uVPAsf59lCBQLJv1ZAlFZESicQJPGLa463JWZzDvOk8/* | |
| // @run-at document-idle | |
| // @updateURL https://gist.githubusercontent.com/juliocesarfontes/38290e3d3f4fe90f4d9ebd647ab76663/raw/checklist.user.js?nocache=1 | |
| // @downloadURL https://gist.githubusercontent.com/juliocesarfontes/38290e3d3f4fe90f4d9ebd647ab76663/raw/checklist.user.js?nocache=1 |