Remove Flash click to view extension

Talk about add-ons and extension development.
Post Reply
gpmendes
Posts: 4
Joined: December 4th, 2003, 3:57 am

Remove Flash click to view extension

Post by gpmendes »

Hi.
How can i remove the "Flash click to view" extension?

Thanks.
Guilherme
Curitiba/Brasil
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

Uninstalling Extensions
Until the uninstall feature for extensions is implemented (bug 170006), use this procedure as a workaround:

(Extension installed in the program folder)
1. Exit Mozilla Firebird
2. Change to the chrome dir of your Mozilla Firebird application dir
3. Delete chrome.rdf and the overlayinfo dir (they are regenerated on next start)
4. Delete [extension].jar (or the [extension] dir, if it's used unpacked)
5. Remove every line with a reference to [extension] from installed-chrome.txt (usually there are two: one to the content and one to the locale)
6. A few extensions might use additional files; TBE for example has a tabextensions.js in [Phoenix dir]/defaults/pref to store its defaults in. Search through your app dir for such files and delete them.
7. Restart Mozilla Firebird

(Extension installed in the profile folder)
1. Exit Mozilla Firebird
2. Change to the chrome dir of your Mozilla Firebird profile dir
3. Delete [extension].jar (or the [extension] dir, if it's used unpacked)
4. Remove every line with a reference to [extension] from chrome.rdf and the overlayinfo dir. (usually there are two: one to the content and one to the locale)
5. A few extensions might use additional files; Search through your profile dir for such files and delete them.
6. Restart Mozilla Firebird

It's probably a good idea to make backups of the files/dirs before deleting/changing them to be able to restore the status quo in case anything goes wrong.

and for the flash click to view extension you will also need to delete all code realted to it in the usercontent.css
sgbouwhu
Posts: 130
Joined: May 4th, 2003, 4:35 am
Location: Netherlands

Post by sgbouwhu »

Flash click to view works differently. It also replaces the userContent.css file by a new one to bind flash animations to the extension. The old userContent.css is backupped in the same directory, you should restore it to remove FCTV.
gpmendes
Posts: 4
Joined: December 4th, 2003, 3:57 am

Post by gpmendes »

I made de first instructions and had sucess.
And yes, the userContent.css was also cleaned.

Thanks!
Post Reply