how to display find toolbar on firefox startup?
I just upgraded to ff 6.0.2.
My old version of ff had a change to the userChrome.css file:
- FindToolbar {display: -moz-box !important;}
This causes the find toolbar to appear on ff startup.
I want this functionality with 6.0.2.
You help is appreciated!
Vald lösning
Using this code in userChrome.css
#FindToolbar { display: -moz-box !important; }
can cause a problem with the text label (Find) on the search bar that only appears if you press Ctrl + F.
It is better to use the following Add-on to avoid problems:
- Find Toolbar Tweaks: https://addons.mozilla.org/en-US/firefox/addon/2585/
- Set the option in the Add-on: [X] Open toolbar on startup
If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.
Does not relate to your question, but...
You have multiple old Java Console extensions that Java did not clean-up during updates. You need Java Console only if you do Java programming/development or debug Java applets on web pages. You can see them in Add-ons > Extensions, but you can not remove them from there. Removing them will not affect the functioning of Java on websites. You can manually remove them, if you do not do Java development work to avoid future, possible problems/conflicts:
Your old Java Console versions:
- Java Console 6.0.15 {CAFEEFAC-0016-0000-0015-ABCDEFFEDCBA}
- Java Console 6.0.16 {CAFEEFAC-0016-0000-0016-ABCDEFFEDCBA}
- Java Console 6.0.17 {CAFEEFAC-0016-0000-0017-ABCDEFFEDCBA}
- Java Console 6.0.20 {CAFEEFAC-0016-0000-0020-ABCDEFFEDCBA}
- Java Console 6.0.21 {CAFEEFAC-0016-0000-0021-ABCDEFFEDCBA}
- Java Console 6.0.22 {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
- Java Console 6.0.23 {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
- Java Console 6.0.24 {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}
Not related to your question, but...
You may need to update some plug-ins. Check your plug-ins and update as necessary:
- Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
- Adobe Shockwave for Director Netscape plug-in: Installing (or Updating) the Shockwave plugin with Firefox
- Adobe PDF Plug-In For Firefox and Netscape: Installing/Updating Adobe Reader in Firefox
- Shockwave Flash (Adobe Flash or Flash): Updating Flash in Firefox
- Next Generation Java Plug-in for Mozilla browsers: Installing or Updating Java in Firefox
Alla svar (2)
Vald lösning
Using this code in userChrome.css
#FindToolbar { display: -moz-box !important; }
can cause a problem with the text label (Find) on the search bar that only appears if you press Ctrl + F.
It is better to use the following Add-on to avoid problems:
- Find Toolbar Tweaks: https://addons.mozilla.org/en-US/firefox/addon/2585/
- Set the option in the Add-on: [X] Open toolbar on startup
If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.
Does not relate to your question, but...
You have multiple old Java Console extensions that Java did not clean-up during updates. You need Java Console only if you do Java programming/development or debug Java applets on web pages. You can see them in Add-ons > Extensions, but you can not remove them from there. Removing them will not affect the functioning of Java on websites. You can manually remove them, if you do not do Java development work to avoid future, possible problems/conflicts:
Your old Java Console versions:
- Java Console 6.0.15 {CAFEEFAC-0016-0000-0015-ABCDEFFEDCBA}
- Java Console 6.0.16 {CAFEEFAC-0016-0000-0016-ABCDEFFEDCBA}
- Java Console 6.0.17 {CAFEEFAC-0016-0000-0017-ABCDEFFEDCBA}
- Java Console 6.0.20 {CAFEEFAC-0016-0000-0020-ABCDEFFEDCBA}
- Java Console 6.0.21 {CAFEEFAC-0016-0000-0021-ABCDEFFEDCBA}
- Java Console 6.0.22 {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
- Java Console 6.0.23 {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
- Java Console 6.0.24 {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}
Not related to your question, but...
You may need to update some plug-ins. Check your plug-ins and update as necessary:
- Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
- Adobe Shockwave for Director Netscape plug-in: Installing (or Updating) the Shockwave plugin with Firefox
- Adobe PDF Plug-In For Firefox and Netscape: Installing/Updating Adobe Reader in Firefox
- Shockwave Flash (Adobe Flash or Flash): Updating Flash in Firefox
- Next Generation Java Plug-in for Mozilla browsers: Installing or Updating Java in Firefox
Ändrad
Thanks!