Skip to content

Instantly share code, notes, and snippets.

@dubrox
dubrox / passport_index_clickable_map.user.js
Created August 3, 2022 18:34
Tampermonkey script to quickly check the visa requirements of a selected passport for each country on the Passport Index website, by simply clicking on the country in the map.
// ==UserScript==
// @name Passport Index clickable map
// @namespace dubrox.com
// @version 0.1
// @description Tampermonkey script to quickly check the visa requirements of a selected passport for each country on the Passport Index website, by simply clicking on the country in the map.
// @author dubrox
// @match https://www.passportindex.org/passport/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=passportindex.org
// @grant none
// ==/UserScript==