Hyland1 Wrote:Hey. I took Kieron's advice and disabled line breaks. When I popped over to the study section all my words had reverted to English, ie no substitute keywords. I checked in the greasemonkey settings and substitute keywords was gone, I have no idea why. [...] I panicked and went to download the script again. Result? Error: already installed.
I've had this problem before.
This is a bug in the latest GreaseMonkey. When you uninstall a script, the script immediately before it will also be uninstalled (in this case, it sounds like your substitute keywords script was the victim!). Unfortunately, the script file will still exist on disk, blocking you from installing it again (which is why you got that error).
Here's how I fixed it (I'm assuming you're working on Windows; if not, let me know):
Open the file explorer and go to:
C:\Documents and Settings\
In that folder, you will see the user name you use to log into the machine. If there are many and you are not sure which one is yours, you may have to try looking in more than one. I'll use mine in this example (i.e. Daniel Terhorst).
Change directories into that folder.
(we are now at C:\Documents and Settings\Daniel Terhorst)
Inside is another folder that we're interested in (Application Data), but it's normally hidden. One way to get around this is to add the following to the end of the location in the location bar and press Enter: \Application Data
(The more advanced way is to modify your folder's settings to display hidden folders. If you need help with that, I can walk you through it.)
(we are now at C:\Documents and Settings\Daniel Terhorst\Application Data)
Go to: Mozilla, then Firefox, then Profiles
(we are now at C:\Documents and Settings\Daniel Terhorst\Application Data\Mozilla\Firefox\Profiles\)
You will see one or more folders with random names. If you only see one, great =) If not, you may have to look in more than one. The one you want will probably have .default on the end.
Change directories into that folder (in my case, 45b0bvur.default)
(we are now at C:\Documents and Settings\Daniel Terhorst\Application Data\Mozilla\Firefox\Profiles\45b0bvur.default)
Look in the gm_scripts directory
(we are now at C:\Documents and Settings\Daniel Terhorst\Application Data\Mozilla\Firefox\Profiles\45b0bvur.default\gm_scripts\)
I think the file you are looking for is called kanjikoohiisubstitutekeywords.user.js. Just delete it (or rename it to add a ~ or something random at the end), then try installing the script like you usually do.
Just let me know if you have any questions =)
-- Daniel
Edited: 2007-06-04, 7:52 pm