Created
December 21, 2015 17:47
-
-
Save asev/916fc41451f1861ed9be to your computer and use it in GitHub Desktop.
Bookmarks for faster Regitra schedule check
This file contains 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
https://www.eregitra.lt/viesa/interv/Index.php |
This file contains 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
javascript:window.frames[2].document.querySelectorAll("input[name='P_Asm_kodas']")[0]. value = '{{asmens_kodas}}'; window.frames[2].ieskoti(); |
This file contains 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
javascript:(function(){window.frames[2].document.querySelectorAll("input[name='PRASYMO_NR_P0']")[0].value = '{{prasymo_numeris}}'; window.frames[2].document.querySelectorAll("input[name='code0']")[0].focus(); window.parent.frames[2].document.addEventListener('keydown', function(e){if (e.keyCode == 13){eval("window.frames[2].".concat(window.frames[2].document.querySelectorAll("input[value='Per%C5%BEi%C5%ABr%C4%97ti grafik%C4%85']")[0].getAttribute('onclick')));} return false;})})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment