Recommended Posts

Thanks a lot!! That seems to be working. I'll have to use it for awhile before I can tell if it's causing issues like the last one did. One small problem I'm having with it, when you rename a bookmark on the bar, it doesn't change or if it does it's not showing up fully. It has the ... effect. Anyway to fix that? Also, it seems to have messed up how my RSS feed is viewed when having an RSS feed bookmarked to the toolbar. I'm using the extension LiveClick to be able to view my feeds from the toolbar. Now the feeds are in multi-row instead of appearing in a list. Anyway to fix that as well? How many rows can you have?

Thanks a lot!! That seems to be working. I'll have to use it for awhile before I can tell if it's causing issues like the last one did. One small problem I'm having with it, when you rename a bookmark on the bar, it doesn't change or if it does it's not showing up fully. It has the ... effect. Anyway to fix that? Also, it seems to have messed up how my RSS feed is viewed when having an RSS feed bookmarked to the toolbar. I'm using the extension LiveClick to be able to view my feeds from the toolbar. Now the feeds are in multi-row instead of appearing in a list. Anyway to fix that as well? How many rows can you have?

try this:

http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

You can have as many rows as you like, just increase/decrease the height in 26px increments.

try this:

http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

You can have as many rows as you like, just increase/decrease the height in 26px increments.

Thanks again!! You're the man for fixing the RSS feed problem and the ... don't seem to be there anymore either. Only problem now is, there's a lot of blank space and it moved the tab bar down. Hopefully I'll just fill it up with a bunch of bookmarks. It won't look so bad then. It currently looks like this. http://www.fileserve.com/file/X9eDhk4 That's normal? Thanks again!! I really appreciate it.

Thanks again!! You're the man for fixing the RSS feed problem and the ... don't seem to be there anymore either. Only problem now is, there's a lot of blank space and it moved the tab bar down. Hopefully I'll just fill it up with a bunch of bookmarks. It won't look so bad then. It currently looks like this. http://www.fileserve.com/file/X9eDhk4 That's normal? Thanks again!! I really appreciate it.

That's normal, since I had the height set for 3 rows. I've edited it down to two rows, which you might like better: http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

That's normal, since I had the height set for 3 rows. I've edited it down to two rows, which you might like better: http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

Thanks, man! I might stick to using the 3 for now. If I can get used to the space or fill it up with bookmarks, it will be pretty awesome! I'm just glad that your stylish seems to be working better than others I've tried. I appreciate it immensely.

1). If I were to remove the "start private browsing" menu entry from the FF menu, would it make it thinner, or would it still be wide with a space on the right for key shortcuts?

2). If the 1st one, how would I go about removing it?

#appmenu_privateBrowsing {
  display: none;
}

#appmenu_privateBrowsing {
  display: none;
}

Thanks Soapy. Since you're around, may I remind you of a post I made much earlier regarding your border extension?

Ok I realise its a late reply, but I just tracked this down to this extension:

capturevpk.png

What appears to happen is the address bar on popup windows and forms appears on the titlebar, and so not only can I not move the window, but I can't edit the address either. Thanks to Aero's chunky buttons and window glow, I can still use the window widgets, but nothing else!

I've been faithfully reproducing it in every firefox since (now on RC2)

Is there a way to remove the "Send image..." right click menu option, or have it permanently disabled at the very least? Don't know how many times I've ended up opening Outlook instead of saving a picture, annoying.

#context-sendimage {
        display: none !important;
}

  • Like 2

Accidentally posted this in the wrong topic,

Does anyone know how to fix Soapy's Better Addonbar for Fx 4 final? - http://userstyles.org/styles/37366/firefox-4-better-addonbar

Thanks :)

Also does anyone know how to hide one of these separators in the bookmark menu? (down the bottom where there is two) Small gripe, but I like things to look nice :p

bookmark.png

Also does anyone know how to hide one of these separators in the bookmark menu? (down the bottom where there is two) Small gripe, but I like things to look nice :p

bookmark.png

You should be able to remove the second to last one from either the bookmark manager or with a right click > delete. To remove the last one:

.hide-if-empty-places-result {
        display:none !important;
}

It looks all funky/messed up for me

Hidden

hidden.png

Inview

inview.png

Try this:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

Try this:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

That works but it starts displaying the bar too far over to the left. In other words not right in the bottom corner.

You should be able to remove the second to last one from either the bookmark manager or with a right click > delete. To remove the last one:

.hide-if-empty-places-result {
        display:none !important;
}

Thanks

I need some help. I styled the active tab a little but I would like to know how do I exclude the add-on bar tab from the styling? I used .tabbrowser-tab[selected=true] to style the active tab ...

Never mind, solved it! :D

LE: Thought I did. The problem is still there. Please help!

Seems this is a better place to ask than the other FF thread.

I'm trying to tweak the add-on bar. Have it working just fine now but I can't get the look right. I want the add-on bar to look like the new not-quite-a-status-bar-thing (or whatever that's called) on the left:

image1gz.png

Here's what I have so far:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
        position: fixed;
        bottom: 0;
        left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
        -moz-appearance: none !important;
  	padding-top: 1px !important;
        margin-bottom: -1px !important;
        border: none !important;
        border-radius: 4px 0px 0 0 !important;
        background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
        box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
        position: fixed;position: fixed;
	bottom: -7px;
	right: 0px;
        opacity: 0;
        -moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;

}
#addon-bar .toolbarbutton-1 {
        vertical-align: bottom !important;

}

#addonbar-closebutton {
    display: none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
        bottom: 0;
        opacity: 1;
        -moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;

}

That works but it starts displaying the bar too far over to the left. In other words not right in the bottom corner.

Thanks

I changed the "right: 25px" line to "right: -7px" under "#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {" and that fixed it for me. You'll probably have to adjust it a little to get it in the right spot for your Firefox.

Never mind, solved it! :D

LE: Thought I did. The problem is still there. Please help!

Are you talking about the add-ons manager tab? If so this will exclude it:

.tabbrowser-tab[selected="true"]:not([label="Add-ons Manager"])

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

    • No registered users viewing this page.
  • Posts

    • It's amazing that anyone still uses this bloated trash.
    • @Sayan...I have defended you at various points as I hope you know. This headline however is utter trash...shame on you sir!
    • An actual cosmic "Eye of Sauron" had been looking straight at us all along by Sayan Sen Image by Kovin P. Vasquez via Pexels | Not representative An international team of researchers has solved a long-standing mystery surrounding a distant blazar known as PKS 1424+240, helping explain why it produces some of the brightest high-energy gamma rays and cosmic neutrinos ever observed despite appearing to have a relatively slow-moving jet. The findings were published on June 6 in Astronomy & Astrophysics Letters. The study addresses a broader challenge in astrophysics: understanding how extreme cosmic objects accelerate particles to very high energies and produce very high-energy (VHE) photons and neutrinos. PKS 1424+240 is located billions of light-years from Earth. It has attracted attention for years because it is both a powerful source of VHE gamma rays and the brightest known neutrino-emitting blazar in the sky, according to observations by the IceCube Neutrino Observatory. It is also associated with one of the strongest peaks in IceCube's nine-year neutrino sky map A blazar is a type of active galactic nucleus powered by a supermassive black hole that pulls in surrounding matter and launches jets of plasma moving close to the speed of light. What makes blazars unique is their orientation. One of their jets points almost directly toward Earth, making them appear exceptionally bright across the electromagnetic spectrum and allowing scientists to study some of the most extreme physical processes in the Universe. The scientists exclaimed it's like the 'Eye of Sauron' in deep space. Usually, the brightest gamma-ray-emitting blazars are expected to have jets that appear to move very quickly. However, radio observations of PKS 1424+240 suggested that its jet was moving much more slowly, creating a contradiction that became part of a long-running problem known as the "Doppler factor crisis." To investigate, researchers analyzed 15 years of observations from the Very Long Baseline Array (VLBA), a network of 10 radio antennas spread across the continental United States, Hawaii and St. Croix. Using a technique called Very Long Baseline Interferometry (VLBI), astronomers combine signals from widely separated radio telescopes to create a virtual Earth-sized telescope capable of revealing extremely fine details. The team combined 42 polarization-sensitive radio images collected between 2009 and 2025, creating a much deeper and more detailed view of the jet than had previously been possible. The observations were carried out as part of MOJAVE (Monitoring Of Jets in Active galactic nuclei with VLBA Experiments), a long-running program that studies the brightness, polarization and magnetic field structures of jets produced by active galaxies. The project aims to better understand how activity near supermassive black holes is linked to high-energy radiation and neutrino emission. “When we reconstructed the image, it looked absolutely stunning,” said Yuri Kovalev, lead author of the study and Principal Investigator of the European Research Council-funded MuSES project at the Max Planck Institute for Radio Astronomy. “We have never seen anything quite like it — a near-perfect toroidal magnetic field with a jet, pointing straight at us.” The image revealed an unusual geometry. The researchers found that Earth lies almost directly in line with the jet, with a viewing angle of less than 0.6 degrees. In simple terms, astronomers are looking almost straight down the jet. This turned out to be the key to the mystery. Because the jet is aimed almost directly at Earth, a relativistic effect called Doppler boosting dramatically increases its apparent brightness. The study found that this effect boosts the emission by a factor of about 30 while also making the jet appear slower than it actually is. “This alignment causes a boost in brightness by a factor of 30 or more,” said Jack Livingston, a co-author at the Max Planck Institute for Radio Astronomy. “At the same time, the jet appears to move slowly due to projection effects — a classic optical illusion.” The nearly head-on view also gave scientists a rare look at the jet's magnetic field. Using polarized radio signals, they detected a clear toroidal, or doughnut-shaped, magnetic field component. The observations suggest the jet carries an electric current and that its magnetic field helps launch, shape and stabilize the flow of plasma. Researchers believe this magnetic structure may also play a key role in accelerating particles to energies high enough to produce both gamma rays and neutrinos. “Solving this puzzle confirms that active galactic nuclei with supermassive black holes are not only powerful accelerators of electrons, but also of protons — the origin of the observed high-energy neutrinos,” Kovalev said. The research was conducted under the MuSES (Multi-messenger Studies of Energetic Sources) project, which investigates how active galactic nuclei accelerate particles and generate different cosmic signals, including light and neutrinos. Scientists say understanding how protons are accelerated and linked to neutrino production remains one of the major unanswered questions in astrophysics. The findings help explain why some blazars can appear to have slow jets while still producing extremely bright high-energy emissions. More broadly, the study strengthens the link between relativistic jets, magnetic fields, gamma rays and high-energy neutrinos. Researchers say the results provide new clues about how some of the Universe's most powerful natural particle accelerators work and offer important insights for multimessenger astronomy, which combines different types of cosmic signals to study extreme events in space. Source: European Research Council, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • Gotenks98 is right... Outlook (new) is absolute trash. Doesn't Mozilla have an Enterprise Version of Firebird?
  • Recent Achievements

    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      72
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!