Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
you could just combine all the code into one script, and do an if/else |
|
|
Wouldn't that still require each script already be installed? I'm currently working on script which will default to the regular, everything turned off.. Though through use of User Script Commands, allow the user to turn on or off certain elements. |
|
|
Kristopher, many of you scripts could be condensed:
var setprefs = function(e) {
if (shown == null) return;
GM_registerMenuCommand("Only Fark Options", setprefs); the same could be done for your "Only Digg"s |