Skip to content

Instantly share code, notes, and snippets.

View juliocesarfontes's full-sized avatar

juliocesarfontes

  • Joined Apr 9, 2026
View GitHub Profile
@juliocesarfontes
juliocesarfontes / assistente-ficha.user.js
Last active April 9, 2026 15:15
Assistente de Ficha Backoffice
// ==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
@juliocesarfontes
juliocesarfontes / checklist.user.js
Last active April 9, 2026 14:54
Checklist Planilha
// ==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