You are viewing a single comment's thread from:
RE: [Extreemit] Chrome Plugin to toggle Resteems on Profile pages! (original by Itchy!)
hey @itchykitten, I gave you a little bit of competition! ;) (but also a big "shoutout") lol
Link: "Hide ReSteems" just Released... a new and simple TamperMonkey Script for you know what!
Thanks Alex!! Were you able to get the state saving working without Chrome API Calls?
didn't use any specific chrome API calls. By default, if you go to a new page, the script resets back to "hide resteems". If you do want it to save the button state (at least up to the point that you completely refresh the page), all you would have to do is remove the line:
isHiding = false;
from line 26 of the script!