Tool Small script to help you track new item from "Latest Updates"

Shirouste

Newbie
Jul 31, 2017
71
188
I often visit this website, especially the "Latest updates" part, and I find it difficult to track what updates I've already seen from my last visit on the website. Therefore, I created a small script that will add a "New" tag on every new tile since your last visit. Here is how it looks like:

1602326986494.png

If you are interested, you will need to install the add-on (I only tested it with Firefox, but it should work for Chrome too).

Then, go to , and click the "Install" button.

Important:

Once the script installed, you will have to change something in the settings to make it works properly. Click on the script, then go to settings tab, and set "Run at" to "document-start".

1602327213829.png
 

testerette

New Member
Aug 16, 2017
13
2
You sure about this line?
Code:
 const previouses = JSON.parse(localStorage.getItem(storageKey)) ?? [];