Advertisement
Guest User

siema c6

a guest
Feb 20th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         siema ja do c6 grupy
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @author       kolega
  6. // @include      https://usosweb.us.edu.pl/*
  7. // ==/UserScript==
  8.  
  9. (function() {
  10.     let d = new Date(2020, 1, 25, 17, 00, 00, 00);
  11.     let t = new Date();
  12.     let roznica = d-t;
  13.     document.querySelector('input[value="6"]').checked = true;
  14.     setTimeout(function(){ document.querySelector('input[value="Rejestruj"]').click(); }, roznica+100);
  15. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement