According to the FAQ of Tampermonkey:
Q400: I want to edit/view the values stored by a userscript. How can I do that?
A400: Open Tampermonkey's Dashboard and click at the script's name. Click at the 'Storage' if present and check or modify the stored data as needed. If there is no 'Storage' tab, then the script has no data stored.
I can't find the Storage tab, can anyone confirm me it works? Screenshot of where is the tab? (pretty sure my script has data stored in it because when I use GM_getValue
I get something).
Here is a screenshot of my script without the Storage tab. After running it, the value is stored according to my console.log, but still no tab.
GM_setValue()
.Advanced
:After that,
Here's the sequence in screenshots (Click for a larger image):