User Help for Mozilla Firefox
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted December 28th, 2020, 3:40 am
Hello, how can I add numbers in order next to the tab titles (for orientation purposes) and include a little tooltip with the page address in the bottom right corner of the browser in Recently Closed Tabs and List all tabs? Do I need to make any changes to about:config?
DanRaisch
Moderator

Posts: 124067Joined: September 23rd, 2004, 8:57 pmLocation: Somewhere on the right coast
Posted December 28th, 2020, 9:20 am
Moving to Thunderbird Support.
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted December 28th, 2020, 9:36 am
Thunderbird? I asked about Firefox of course. You need to bring this theme back to the Firefox section.
LIMPET235
Moderator

Posts: 39343Joined: October 19th, 2007, 1:53 amLocation: The South Coast of N.S.W. Oz.
Posted December 28th, 2020, 9:50 am
Hi, A natural error, as there was really no definitive reference to either.
Off to Firefox Support...
Ancient Amateur AstronomerWin-7-HP/Intel® DualCore-2.0GHz/500G HDD/4 Gig Ram/550Watt PSU/350WattUPS/Firefox-20.0-62.0-70.0/T-bird-2.0.0.24/SnagIt-v10.0.1/MWP-7.12. W.M.Y.C.( Always choose the "Custom" Install.)
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted December 28th, 2020, 10:36 pm
OK. Can technical support solve this issue? Or is it a feature request?
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted December 29th, 2020, 6:49 am
Apparently we need changes in the code itself?
morat
Posts: 4194Joined: February 3rd, 2009, 6:29 pm
Posted December 29th, 2020, 8:36 am
A Mozilla developer would have to add the feature. We are a user to user forum and are not assocated with Mozilla. About mozillaZine http://www.mozillazine.org/about/
morat
Posts: 4194Joined: February 3rd, 2009, 6:29 pm
Posted December 29th, 2020, 9:59 am
Here is a numbered tabs userChrome.css tweak by Aris. - Code: Select all
/* Firefox userChrome.css */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs { counter-reset: n_tabs 0; } .tabbrowser-tab .tab-content { -moz-padding-start: 0px; } .tabbrowser-tab .tab-content::before { display: -moz-box; -moz-padding-end: 8px; counter-increment: n_tabs; content: counter(n_tabs); font-weight: bold !important; font-size: 16px !important; margin-top: -2px !important; } http://kb.mozillazine.org/UserChrome.cssRemember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart. More info: viewtopic.php?f=48&t=2827985&start=5820Maybe your userChrome.css tweak is possible.
jscher2000

Posts: 11110Joined: December 19th, 2004, 12:26 amLocation: Silicon Valley, CA USA
Posted December 29th, 2020, 3:26 pm
Division wrote:Hello, how can I add numbers in order next to the tab titles (for orientation purposes) and include a little tooltip with the page address in the bottom right corner of the browser in Recently Closed Tabs and List all tabs? Do I need to make any changes to about:config?
If you use the Recently Closed Tabs submenu off the classic History menu on the top menu bar -- open using Alt+S -- the "status" message does appear with the URL when you hover a title. Doesn't seem to be true of the newer style of menus. For the List All Tabs list, an add-on might be needed because the HTML structure of the list doesn't include the URLs (as far as I can tell).
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted December 29th, 2020, 8:23 pm
jscher2000 wrote:Division wrote:Hello, how can I add numbers in order next to the tab titles (for orientation purposes) and include a little tooltip with the page address in the bottom right corner of the browser in Recently Closed Tabs and List all tabs? Do I need to make any changes to about:config?
If you use the Recently Closed Tabs submenu off the classic History menu on the top menu bar -- open using Alt+S -- the "status" message does appear with the URL when you hover a title. Doesn't seem to be true of the newer style of menus. For the List All Tabs list, an add-on might be needed because the HTML structure of the list doesn't include the URLs (as far as I can tell).
Really. Thank you. At least so. Although, of course, I would like it to work in the new style of the menu.
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted December 29th, 2020, 8:25 pm
morat wrote:Here is a numbered tabs userChrome.css tweak by Aris. - Code: Select all
/* Firefox userChrome.css */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs { counter-reset: n_tabs 0; } .tabbrowser-tab .tab-content { -moz-padding-start: 0px; } .tabbrowser-tab .tab-content::before { display: -moz-box; -moz-padding-end: 8px; counter-increment: n_tabs; content: counter(n_tabs); font-weight: bold !important; font-size: 16px !important; margin-top: -2px !important; } http://kb.mozillazine.org/UserChrome.cssRemember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart. More info: viewtopic.php?f=48&t=2827985&start=5820Maybe your userChrome.css tweak is possible.
Thank you. This will not work in the Tor browser, unfortunately. Which I need too.
WaltS48

Posts: 4583Joined: May 7th, 2010, 9:38 amLocation: Pennsylvania, USA
Posted December 30th, 2020, 7:53 am
Division wrote: Thank you. This will not work in the Tor browser, unfortunately. Which I need too.
I could be wrong, but I don't think mozillaZine Firefox Support is Tor browser support. Maybe the Third Party/Unofficial Builds topic or Tor Project Support?
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630 Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
Division
Posts: 13Joined: December 28th, 2020, 2:01 am
Posted January 1st, 2021, 12:46 am
WaltS48 wrote:Division wrote: Thank you. This will not work in the Tor browser, unfortunately. Which I need too.
I could be wrong, but I don't think mozillaZine Firefox Support is Tor browser support. Maybe the Third Party/Unofficial Builds topic or Tor Project Support?
All interface changes in Firefox are then carried over to the Tor browser, right?
malliz
Folder@Home

Posts: 44212Joined: December 7th, 2002, 4:34 amLocation: Australia
Posted January 1st, 2021, 2:21 am
Division wrote:All interface changes in Firefox are then carried over to the Tor browser, right?
You would have to ask Tor.
What sort of man would put a known criminal in charge of a major branch of government? Apart from, say, the average voter. "Terry Pratchett"
Return to Firefox Support
Who is online
Users browsing this forum: Google Adsense [Bot] and 1 guest
|