jesus2099 / konami-command

power‐ups for various web sites
122 stars 26 forks source link

User settings library #134

Open jesus2099 opened 8 years ago

jesus2099 commented 8 years ago

Let's try GM_config instead of my own!


Now that I know that libraries are fun to use and work OK. I could start using a common USER-SETTINGS library of the same kind as the user settings I provide for SUPER TURBO but better.

Some people (CatCat) prefer having lots of small scripts while some other may prefer having less scripts. Some other people suggested merging same purpose scripts together (an inline info display script, an edit review script, a (mass) editor script, etc.). Having the possibility of same user setting system in all scripts would allow splitting/merging SUPER TURBO and other scripts into more comprehensive, homogeneous and/or simple unitary scripts (to be determined).

Ideas in no special order :

yvanzo commented 8 years ago

What about using GM_config?

jesus2099 commented 8 years ago

Thanks @y-van-z, I’ll have a look at it. At first sight, their demo does not seem to work in my browser.

jesus2099 commented 8 years ago

FTR it seems one has to install the script before seeing the demo (sizzlemctwizzle/GM_config#64).

Martii commented 8 years ago

Fixed.

jesus2099 commented 8 years ago

It looks great, thanks @Martii. :)