Advertisement
Guest User

eluwina c6

a guest
Feb 20th, 2020
94
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.     setTimeout(function(){location.reload();}, 60000);
  11.     let d = new Date(2020, 1, 25, 17, 00, 00, 00);
  12.     let t = new Date();
  13.     let roznica = d-t;
  14.     document.querySelector('input[value="6"]').checked = true;
  15.     setTimeout(function(){ document.querySelector('input[value="Rejestruj"]').click(); }, roznica+100);
  16. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement