From 70a166561f266d5bc2f52f0fdf9b9bcbe948a957 Mon Sep 17 00:00:00 2001 From: Nvlbl Nm Date: Tue, 14 Mar 2023 23:00:56 +0000 Subject: [PATCH] Remove docs on running exporter w/o tampermonkey --- exporter.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/exporter.md b/exporter.md index 2621a98..1571837 100644 --- a/exporter.md +++ b/exporter.md @@ -13,12 +13,3 @@ Of course, if you've planned previously you already have a marker on those locat You must be running the Tampermonkey extension in your browser (IITC mobile doesn't work), and add [this script](https://gitlab.com/NvlblNm/wayfarer/raw/master/wayfarer-exporter.user.js?inline=false). Now just login to Wayfarer and load the page with your nominations, the first time that you load it you'll be prompted for the URL of the script that you're using in Wayfarer Planner, paste it and wait a few seconds, then load in another tab IITC and you'll see markers for your pending nominations. Afterwards you only have to load the page and wait a few seconds after all your candidates are shown. - -## How to Install without Tampermonkey. -This is a very simple script that doesn't really require Tampermonkey, so if your browser doesn't support it (for example you're on mobile with Chrome, and maybe it also works on iOS), then you can install it from the URL bar. -Copy this code into your URL bar (check that it starts with ```javascript:``` as the browser might remove it) and press enter, then you should see the "Exporter" entry below the Nominations option in the sidebar - -`javascript:(function() {var s = document.createElement('script'); s.src='https://glcdn.githack.com/AlfonsoML/wayfarer/raw/master/wayfarer-exporter.user.js'; s.type='text/javascript'; document.body.appendChild(s);})()` - -There are two problems with this option: the first one is that if you reload the page then you must add it again, you might want to create a bookmark (this is why this technique is called 'bookmarklets') to do it easily. -The second problem is that if I push any change to the code you won't get it, in order to be able to insert the javascript I'm using a 3rd party service that keeps the data cached for a whole year, so it requires a new URL for each change.