Skip to content

TimoNotThy/KurtQR-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

KurtQR-bookmarklet

Bookmarklet to use instead of scanning the QR-code for KURT (KU Leuven Reservation Tool). I made this because i found that scanning the QR-code and logging in on Toledo was too inefficient, with this bookmarklet I don't even have to type the link, only the ID.

What is a bookmarklet?

A bookmarklet is a javascript function that you add to you bookmarks toolbar.

Installation

Right click on your bookmarks toolbar and select add bookmark. Name it anything you want (or leave it empty so it's small) and paste the following in the URL-field:

javascript:(()=>{window.open("https://www.kuleuven.be/kurtqr?id="+prompt("ID on the KurtQR link","300000"));})();

Or if you have disabled pop-ups in your browser settings use this version that doesn't always open a new tab:

javascript:(()=>{window.location.replace("https://www.kuleuven.be/kurtqr?id="+prompt("ID on the KurtQR link","300000"));})();

About

Bookmarklet to use instead of scanning the QR-code for KURT

Resources

License

Stars

Watchers

Forks

Contributors