jonkpirateboy / Pass-fur-alle

Since Polisens web queueing solution for getting a passport sucks, and it is more or less impossible to book a time, I wrote this small javascript. What it does is that it automates the searching for a bookable time. In the file you just change the constants to your information and away you go. :)
GNU General Public License v3.0
376 stars 96 forks source link

Made pagereload to avoid having to timeout for 15 sec #74

Closed margu421 closed 2 years ago

margu421 commented 2 years ago

Replaced // jQuery('input[name="' + localStorage.getItem('TimeSearch') + '"]').click();
with window.location.reload();

j1MP commented 2 years ago

super useful, thanks.

jonkpirateboy commented 2 years ago

I didn't get it to work

margu421 commented 2 years ago

Ok! Worked on my machine 🙂