Better way to organise the Whitelist feature
![]() ![]() |
Hey, I was looking over the code and thought it might be better instead of just having
You could then combine the two and run your script as normal. What this would allow though is an easier way for users to migrate their custom whitelists to new versions of the script. Thanks |
![]() ![]() |
yes good idea, i was thinking about that. definitely going to try and make the whitelist editing more user friendly in future versions. |
![]() ![]() |
Hey mate, I just implemented this into my script but you could use GM_setValue() and GM_getValue() to create Greasemonkey variables that can be found in about:config. That way you can have two, one for the scripts default whitelist and one for the users custom whitelist. The whitelists will always be kept in history even if the script is updated. http://wiki.greasespot.net/GM_getValue
Thanks |

