Vous n’êtes pas connecté.
Bigfoot_Homer
Full Member
![]() |
Code source |
1 2 3 4 |
/* Remove some menus */ menu[label="Edit"], menu[label="Go"], menu[label="Help"] { display: none !important; } |
![]() |
Code source |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
/* Always display Style Sheet Switcher */ #page-theme-button { display: -moz-box !important; list-style-image: url(chrome://browser/skin/page-themes.png); padding: 0px 3px; } /* Immediately start page rendering (default is 250) */ user_pref("nglayout.initialpaint.delay", 150); /* Change cursor for links that open in new window */ :link[target="_blank"], :visited[target="_blank"], :link[target="_new"], :visited[target="_new"] { cursor: crosshair; } /* Change cursor for JavaScript links */ a[href^="javascript:"] { cursor: move; } /* Error pages instead of dialogs */ user_pref("browser.xul.error_pages.enabled", true); /* Make sure all pop-up windows are resizable: */ user_pref("dom.disable_window_open_feature.resizable", true); /* Make sure all pop-up windows are minimizable: */ user_pref("dom.disable_window_open_feature.minimizable", true); /* More examples at [url]http://www.mozilla.org/unix/customizing.html[/url] and http://texturizer.net/firefox/tips.html */ |
god0815
Senior Member
god0815
Senior Member
Citation
Our current search top 10
Most of our users are looking for the following search engine plugins. If you are looking for these too, just click on the links below in order to get the results faster than ever.
1. google
2. dictionary.com
3. yahoo
4. imdb
5. astalavista
6. ebay
7. wikipedia
8. amazon
9. altavista
10. alltheweb
god0815
Senior Member
Citation de "Perry"
Jo danke, hab da schon mehrere Suchen installiert, hab mir nur gedacht da ich ja so nen 16:10 display hab, da is in der breite noch gut platz. ;D
god0815
Senior Member
-