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 SEEU - Preview PDF em Pop-up | |
// @namespace https://github.com/scheeee | |
// @version 1 | |
// @description Abre o pdf em um frame na página | |
// @match https://seeu.pje.jus.br/* | |
// @grant GM_addStyle | |
// ==/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 Alterar cor de processos - SEEU | |
// @namespace https://github.com/scheeee | |
// @version 1.0 | |
// @description Aplica cor de fundo suave em #informacoesProcessuais-wrapper conforme Classe Processual | |
// @author sche | |
// @match https://seeu.pje.jus.br/seeu/processo.do | |
// @match https://seeu.pje.jus.br/seeu/visualizacaoProcesso.do?* | |
// @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 SEEU - Alterar Atuação e Reabrir Último (Combinado) | |
// @namespace https://github.com/scheeee | |
// @version 2.1 | |
// @description Combina as funções de alterar a atuação e reabrir o último processo. | |
// @author scheee & nadameu (versão combinada) | |
// @match https://seeu.pje.jus.br/seeu/processo.do* | |
// @match https://seeu.pje.jus.br/seeu/visualizacaoProcesso.do* | |
// @match https://seeu.pje.jus.br/seeu/usuario/areaAtuacao.do* | |
// @match https://seeu.pje.jus.br/seeu/historicoProcessosRecursos.do?actionType=listar |