Recommended Posts

Is it possible to have the autohide bookmarks style without enabling the bookmarks toolbar? I want to make the bookmarks button always visible.

you could try this: https://addons.mozilla.org/en-US/firefox/addon//

Also, how do I use DOM Inspector to view the class/id of the context menu or menu entries?

Also, for things like the window that comes up with Alt, Tools, Options.

Check in chrome://browser/content/browser.xul. Search by tag for for menu, meunupopup, or menuitem or by attribute if one is known (the label would be the most obvious one.). Most context menus are descendants of #mainPopupSet, toolbar menus are usually a descendant of the toolbar.

Here's an example where I searched for the "Undo" menuitem in the main context menu:

post-350326-0-46268100-1302794578.png

You may also want to take a look at this Domi helper add-on which would make it considerably easier:

https://addons.mozilla.org/en-US/firefox/addon/popupinspector/

How would I change these toolbar icons? I tried some scripts from userstyles but none worked?

They are GreaseMonkey & Master Password.

Screen%20shot%202011-04-13%20at%209.07.00%20PM.png

I don't use Master Password, so I don't know its ID, but here's GM(v.2011.04.13.nightly). You would probably be able to do MP the same way once you have its ID. :

#greasemonkey-tbb {
    list-style-image: url("PATH TO IMAGE or DATA/URI") !important;
    -moz-image-region: auto !important;
}

This is with reference to Fx4 and the Aurora build on WinXP SP3 and the latest (1.1.2b1) and previous version of Stylish.

The default (starting size) of stylish.sqlite is 160 KB even though it is empty. We go about adding, editing and deleting styles. At some point, it then jumps to 224 KB. To bring it back down, I copy the styles, just a few in my case, to text files and uninstall them from Stylish (but the size of stylish.sqlite still remains at 224 KB). I go into my profile and delete the 224 KB, but now empty, stylish.sqlite, restart Fx, and see a new 160 KB stylish.sqlite. I then bring back my styles from the text files and the size is still 160 KB but I guess that the "entropy", for want of a better word, has been reduced a bit. While regularly backing up the profile folder is a must in any case, I feel (without any scientific proof) that this exercise improves the "quality" of the stylish.sqlite file.

This is with reference to Fx4 and the Aurora build on WinXP SP3 and the latest (1.1.2b1) and previous version of Stylish.

The default (starting size) of stylish.sqlite is 160 KB even though it is empty. We go about adding, editing and deleting styles. At some point, it then jumps to 224 KB. To bring it back down, I copy the styles, just a few in my case, to text files and uninstall them from Stylish (but the size of stylish.sqlite still remains at 224 KB). I go into my profile and delete the 224 KB, but now empty, stylish.sqlite, restart Fx, and see a new 160 KB stylish.sqlite. I then bring back my styles from the text files and the size is still 160 KB but I guess that the "entropy", for want of a better word, has been reduced a bit. While regularly backing up the profile folder is a must in any case, I feel (without any scientific proof) that this exercise improves the "quality" of the stylish.sqlite file.

as a side note, windows users can actually use this method to vacuum all the sqlite DBs in your Fx profile folder(or any folder):

http://forum.userstyles.org/discussion/3438/vacuum-the-stylish-sqlite-db/p1

I don't use Master Password, so I don't know its ID, but here's GM(v.2011.04.13.nightly). You would probably be able to do MP the same way once you have its ID. :

#greasemonkey-tbb {
    list-style-image: url("PATH TO IMAGE or DATA/URI") !important;
    -moz-image-region: auto !important;
}

Thanks this worked perfect! How would I find out the ID?

as a side note, windows users can actually use this method to vacuum all the sqlite DBs in your Fx profile folder(or any folder):

http://forum.userstyles.org/discussion/3438/vacuum-the-stylish-sqlite-db/p1

Then there's also CCleaner, a separate freeware program, that can vacuum both Firefox and Chrome databases and do a lot of other stuff.

I need help, please!

I want to have a slightly darker color instead of the light grey that is visible in the three panels in this image.

Specs: WinXP SP3, Aurora build, no theme, no personas, but a Stylish code is in use that gives part of the image the non-standard look.post-369494-0-76928400-1302852702.png

Thanks, I found the ID in the inspector but have a slight problem.

There is only one toolbar icon ID and there are 2 toolbar icons, one is red for disabled and the other is green for enabled.

The ID changes both the enabled and disabled icons to the same icon when I applied in stylish which makes it hard to see first glance if it's enabled or disabled.

Is there a way I can move the text in the url bar to the right by 2 or 3 pixels? It seems like the first letter of the url text is being partially cut off in my firefox and I have no idea what's causing it. It's not a huge problem but it's bugging the hell out of me. :wacko:

Edit: Actually, it seems that stratiform is causing it.

I need help, please!

I want to have a slightly darker color instead of the light grey that is visible in the three panels in this image.

Specs: WinXP SP3, Aurora build, no theme, no personas, but a Stylish code is in use that gives part of the image the non-standard look.post-369494-0-76928400-1302852702.png

I think I got it kinda, sorta, the way I want with this:

dialog,
page,
pane,
panel,
prefs,
prefwindow *,
settings,
update,
window,
wizard
{
  -moz-appearance: none;
  background-color: #333 !important;
  color: #777 !important;
}

except for the fat borders that appear on the tabs in the last (Advanced) pane.

Thanks, I found the ID in the inspector but have a slight problem.

There is only one toolbar icon ID and there are 2 toolbar icons, one is red for disabled and the other is green for enabled.

The ID changes both the enabled and disabled icons to the same icon when I applied in stylish which makes it hard to see first glance if it's enabled or disabled.

try these selectors:

red-

#mapa_toolbar_button[status="2"]

green-

#mapa_toolbar_button[status="1"]

I think I got it kinda, sorta, the way I want with this:

dialog,
page,
pane,
panel,
prefs,
prefwindow *,
settings,
update,
window,
wizard
{
  -moz-appearance: none;
  background-color: #333 !important;
  color: #777 !important;
}

except for the fat borders that appear on the tabs in the last (Advanced) pane.

This is what I'm seeing:

post-369494-0-28819200-1302877594.png

It looks like each tab and the panel itself has a fat grey border. There are also little vertical bars on either side of "Accessibility", "Browsing", etc that needn't be there.

Hey foxxyn8,

how exactly did you make those tabs have no border-radius and be so close to eachother like in this image:

http://dl.dropbox.com/u/12843960/firefox_bookmarks.png

Also im trying to find a way to make this work but w/o success (though i've managed to do it properly for facebook since it doesnt have subdomains):

#main-window[stylish-url^="deviantart.com"] #urlbar{
  style;
}

if its:

#main-window[stylish-url^="http://www.deviantart.com"] #urlbar{

it works but only for that page, i need something that works on all deviantart.com domains/subdomains (cause we know how many subdomains that site has).

Sample of what it will look like once im done:

post-267886-0-34842400-1302923668.png

You can change "^=" to "*=" and that'll select any URL with "deviantart.com" in it.

lol i cant believe i didnt think about it, i should just quit webdesigning /facepalm (i will add the excuse of current time which is almost 7am :#).

Anyway, if anyone is interested to use the userstyle for that deviantArt url, feel free to ask

Hey foxxyn8,

how exactly did you make those tabs have no border-radius and be so close to eachother like in this image:

http://dl.dropbox.com/u/12843960/firefox_bookmarks.png

I didn't do that. I like my tabs with rounded corners, but whoever did it either created a new border image or completely remade the tabs with css

Also im trying to find a way to make this work but w/o success (though i've managed to do it properly for facebook since it doesnt have subdomains):

#main-window[stylish-url^="deviantart.com"] #urlbar{
  style;
}

if its:

#main-window[stylish-url^="http://www.deviantart.com"] #urlbar{

it works but only for that page, i need something that works on all deviantart.com domains/subdomains (cause we know how many subdomains that site has).

Sample of what it will look like once im done:

post-267886-0-34842400-1302923668.png

why not use [stylish-domain] instead of [stylish-url]

Ok, thanks for the quick replies, guyz.

I didnt use it cause i didnt know it existed xD, i started working on stylish yesterday so im pretty new to this (mostly in finding stuff through DOM inspector and some stylish related options).

I've managed to remove the border-radius from the tabs but im having trouble shrinking the distance between tabs (i think its about 2pixels long for me, while in that screenshot its 1px).

Hey can someone help me to put a white line at the top of the navigation bar just under the black border just under the tabs.

I've got this so far, but I'm not expert in CSS lol.

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme):not(#PersonalToolbar) {
border: 2px solid transparent !important;
-moz-border-top-colors: rgb(40%,40%,40%) #F7FAFD !important;
-moz-border-left-colors:  rgb(40%,40%,40%) rgb(228,235,244) !important;
-moz-border-right-colors: rgb(40%,40%,40%) rgb(228,235,244) !important;
}

The problem with this is that I don't want the borders on the left and right of the nav bar. The nav bar slightly enlarges because of the extra borders which I don't want and the selected tab has the white line on it which I don't want.

Thanks.

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme):not(#PersonalToolbar) {
	border-top: 1px solid #fff !important;
}

Not sure if this is what you are looking for

Is there any way to change appmenu button height, I can make it higher without any problem, but I like to change change height from default to bit smaller one?

try this (adjust as desired) :

#appmenu-button { 
    max-height:10px !important; 
    font-size: smaller !important;
}

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Helium Browser 0.13.1.1 by Razvan Serea Helium is a private, fast, and honest Chromium-based web browser — built for people, with love. It offers the best privacy by default, unbiased ad-blocking, and a clean experience free from bloat and noise. Proudly based on Ungoogled-Chromium, Helium removes Google’s clutter while keeping a fast, efficient development pipeline. With thoughtful touches like native !bangs and split view, Helium is a people-first, fully open-source browser that puts control back in your hands. Privacy, security, and control come first. Ads, trackers, and third-party cookies are blocked automatically, HTTPS is enforced everywhere, and all Chromium extensions work seamlessly — while Google can’t track your activity. Helium’s 13,000+ offline-ready !bangs let you jump straight to sites or AI tools like ChatGPT instantly. Open-source, people-first, and unbiased, Helium delivers a browsing experience that’s fast, secure, and free from noise, ads, and compromises. Helium Browser key features: Performance Fast, efficient, and lightweight — built on Chromium’s optimized engine. Energy-saving and consistent — stays fast over time without slowing down. No bloat — stripped of unnecessary components for maximum speed. Minimalist interface — compact, clean, and distraction-free. Customizable toolbar — hide elements you don’t need. Smooth and stable — no flicker, lag, or animation glitches. Comfort-focused experience — intuitive and unobtrusive. Privacy & Security Best privacy by default — blocks ads, trackers, phishing, and third-party cookies. Unbiased ad-blocking — powered by community filters and uBlock Origin. No telemetry or analytics — zero background web requests on first launch. Strict HTTPS enforcement — warns for insecure sites. Passkeys supported — modern authentication made simple. No built-in password manager or cloud sync — your data stays yours. Extension Compatibility Full Chromium extension support — including MV2 extensions. Anonymized Chrome Web Store requests — Google can’t track extension installs. Extended MV2 support — maintained for as long as possible. Smart Features Native !bangs — browse faster using 13,000+ offline-ready shortcuts. AI integration — use !chatgpt and others directly from the address bar. Offline functionality — bangs work without an Internet connection. Philosophy People-first design — open source, transparent, and community-driven. No ads, no noise, no bias — privacy and honesty over profit. Helium Browser 0.13.1.1 changelog: Helium Windows e13ddd4 update: helium 0.13.1.1 (#285) 77ee94b helium/windows: winsparkle updater (built-in auto-update support on Windows) e501e98 helium/windows: refresh updater patches for m149 008faee helium/win: move versioning patches to separate file e114701 helium/updater: implement system install update notifications c9e3cda helium/winsparkle: verboser errors b8f787c helium/windows: more version migrations cd376ed ci: sign update helper with different description 5d2383a build: wire up winsparkle envs 3ff28ff helium/updater: init ca58f6f helium/change-branding: use helium version in more internal places 75b2625 .gitignore: add resources/generated abe78f2 downloads: add winsparkle dep 4ed4429 build: build mini_installer again fabf8e9 update: helium 0.13.1.1 Helium-Chromium 5bf45fed merge: update to chromium 149.0.7827.53 (#1857) 3bbe6a3c revision: reset to 1 e3525bb6 helium/zen: reorder patch hunks d48bc496 deps: update ublock to 1.71.0 (#1875) d4e58802 helium/ui: redesign infobar, optimize and rename zen (#1868) c20175cf helium/ui/infobar: redesign, draw proper borders, fix webview relations e8a1bfc1 helium/zen: rename Zen to Frameless in UI, remove feature gates bf560c6a helium/layout: optimize zen top reveal, move out of experiment dir 34ef5f26 patches/brave/chrome-importer: remove os_crypt-related dead code 99cef46c helium/ui: clean up patches, fix accidental string OS gates 5b7dd06c devutils/i18n: add clean command (#1869) 7a32267e helium/updater: add win scaffolding, tighten arch conditions (#1866) d856d800 ci: complete cirrus port to github actions (#1867) c362740d patches: update for chromium 149.0.7827.53 b8a66095 merge: update ungoogled-chromium to 149.0.7827.53 a3a5471d Update to Chromium 149.0.7827.53 c6a41202 helium/updates: decouple update url from helium services + reformat (#1827) 94344c47 Update to Chromium 148.0.7778.215 95f6fe1c Port CirrusCI jobs to github actions (#3776) Download: Helium 64-bit | Portable 64-bit |~100.0 MB (Open Source) Download: Helium ARM64 | Portable ARM64 Links: Helium Home Page | macOS | Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • FastStone image Viewer is better anyway
    • add $200 and get DWARF 3 model add $2000 and visit scientists center in your town add $20000 and visit the biggest telescope in Chile
    • Guess it's one of those things best used by devs to thoroughly test stuff.
    • is it all upside down there? traffic lights reverted too?
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      249
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      70
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!