TESTE GRANT VALUE

Script para Test de Value

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.org/scripts/35639/232882/TESTE%20GRANT%20VALUE.js

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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);
})();