Skip to content

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. :)

License

jonkpirateboy/Pass-fur-alle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Pass für 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 preferred booking dates and away you go. :) More or less.

If the script you have on your computer stops working, make sure to check for updates and download the latest version.

My site about Pass für alle (in Swedish)

Install

  • Download the code to your computer, easiest way is to click here. This is the same file you get when clicking the green Code-button, followed by Download Zip. Extract the zip-file.
  • Go to Tampermonkey and install the addon to your browser.
  • Click the new icon in your browser for Tampermonkey and click Create a new script.
  • Open the pass-fur-alle.js file with a simple text editor like TextEdit, Notepad or something like that.
  • Copy all the code from pass-fur-alle.js and paste it in the Tampermonkey editor in the browser (replacing whatever is there) and save. If you want to change dates or other settings, read more under Settings below.
  • After that, read Run the damn thing.

Settings

In the script there are some constainst that you need to change, they are found under the comment // Constants

Start searching today.

var dateFrom = today();

If you want to start some other day, just change this to a date with the format YYYY-MM-DD, for example:

var dateFrom = '2022-08-24';

The last date you want to search for

var dateTo = '2022-12-24';

Auto confirm time

var autoConfirm = true;

If you don't want to allow auto confirm of found time slot, change to false.

var autoConfirm = false;

Only accept time from specific passport offices

var acceptOffice = 'Solna,Globen,Täby,Sthlm City';

Set which passport offices you will accept time slots from. Separate offices with a comma.

Run the damn thing

  • Go to the booking page and click on where you want to book.
  • On step 4, where you search for free slots, the buttons are changed to work for you, instead of you working for the buttons.
  • Click whatever suits you, and the site will try to find you a good slot.
  • When a slot has been found you will hear a bell ring and you can now finish the booking of your time.

About

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. :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published