Greasy Fork is available in English.

TESTE GRANT VALUE

Script para Test de Value

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/35639/232882/TESTE%20GRANT%20VALUE.js

// ==UserScript==
// @name         TESTE GRANT VALUE
// @description  Script para Test de Value
// @author       Ricardo Henrique
// @include      https://www.maestro.inf.br/maestro/Cad038Action!workflow.action
// @include      https://www.soc.com.br/WebSoc/sis054.do?ac=inc*
// @version      0.0.1
// @grant GM_getValue
// @grant GM_setValue
// @run-at       document-end
// ==/UserScript==

(function() {
    //GM_setValue("foo", "bar");
  //var mano =  GM_getValue("foo");
//alert(mano);
})();