Page 1 of 1

Uninstalling Greasemonkey Scripts [Tutorial]

PostPosted: Wed Dec 31, 2008 9:34 am
by chipv
Greasemonkey scripts can save data for reuse. Uninstallation can keep your saved data or erase it.

There are two type of uninstallation:

1. Soft Uninstall
2. Clean uninstall

A soft uninstall only removes the script from your list of scripts so it won't run on any pages.
A clean uninstall also removes the saved data (associated preferences) that go with the script.

In Firefox window go to Tools->Greasemonkey->Manage User Scripts like this:

Image

Click on Manage User Script and you will see a box like this:

Image

Soft Uninstall
Click on the script you want to remove in the left column.
Click on Uninstall.

Clean Uninstall
Click on the script you want to remove in the left column.
Check the Also uninstall Associated preferences box at the bottom.
Click on Uninstall.

Re: Uninstalling Greasemonkey Scripts [Tutorial]

PostPosted: Sun Jun 05, 2011 2:54 pm
by Dukasaur
chipv wrote:Click on Manage User Script and you will see a box like this:

Image

I don't get a nice detailed box like that. I only get a box like this:
Image

What am I doing wrong?

Re: Uninstalling Greasemonkey Scripts [Tutorial]

PostPosted: Sun Jun 05, 2011 3:12 pm
by sherkaner
Not much, this was valid for greasemonkey 0.8.*, but 0.9.* is different. If you select a script or right-click a script, do you have the possibility of uninstalling the script?
(I am at FF4 now, there the buttons are at script-bars, but I guess you're at ff3).

Re: Uninstalling Greasemonkey Scripts [Tutorial]

PostPosted: Sun Jun 05, 2011 3:14 pm
by Dukasaur
sherkaner wrote:Not much, this was valid for greasemonkey 0.8.*, but 0.9.* is different. If you select a script or right-click a script, do you have the possibility of uninstalling the script?
(I am at FF4 now, there the buttons are at script-bars, but I guess you're at ff3).


Yes, you can uninstall it no problem, but there is no option for "also uninstall associated" as far as I can tell.

Re: Uninstalling Greasemonkey Scripts [Tutorial]

PostPosted: Sun Jun 05, 2011 3:45 pm
by sherkaner
Nope, they assume you want to remove those automatically since 0.9, so there's no choice any more (I had to look that up btw, didn't notice it before).

Re: Uninstalling Greasemonkey Scripts [Tutorial]

PostPosted: Sun Jun 05, 2011 3:54 pm
by Dukasaur
sherkaner wrote:Nope, they assume you want to remove those automatically since 0.9, so there's no choice any more (I had to look that up btw, didn't notice it before).


Okay, thank you.