EH Tag Tracker

Track your searches on e-h

Mint 2017.05.16.. Lásd a legutóbbi verzió

Fejlesztő
Dohen T. Ai
Értékelések
0 0 0
Verzió
.320
Létrehozva
2017.05.16.
Frissítve
2017.05.16.
Size
20 KB
Licensz
Ismeretlen
Érvényes

This script allows you to subscribe to a search.
Search for anything you want, hit the "Show Subscribe Dialog" button under the searchbar and type in what you want to name it as. Refresh the page and hit the "Following" link at the top to see everything you've subscribed to.
2 minute video demonstration here: https://my.mixtape.moe/vkhsqi.mp4

Please note the limitations below:
---You must wait six seconds between each update, so you aren't spamming your searches.
---The search you subscribe to needs at least 10 results to work with the script properly
---It doesn't show a picture for brand brand new galleries (posted in the last 30 minutes)

What's not included with this script (yet):
---ExH support (which means it's useless right now)
---Ability to remove searches
---A results page that looks good
---A subscribe dialog that looks good

For now, you can manually remove all of your subscribed searches by going to any e-hentai page, opening your webconsole (F12 then click the console tab on the top in Chrome) and then pasting this into it:
//Deleting the data used by the script in localstorage...
window.localStorage.removeItem("searchName");
window.localStorage.removeItem("humanName");
window.localStorage.removeItem("lastResultNumber");
window.localStorage.removeItem("lastResultURL");

Then just hit enter.