• Ever wanted an RSS feed of all your favorite gaming news sites? Go check out our new Gaming Headlines feed! Read more about it here.
  • We have made minor adjustments to how the search bar works on ResetEra. You can read about the changes here.

RangerBAD

Member
Oct 25, 2017
1,403
I hate not having NoScript. I just got some sort of alert about a trojan on a webpage. Now I'm stressing out.
 

Curufinwe

Banned
Oct 27, 2017
8,924
DE
The line spacing issue is crazy, and I can't find a fix. What designer thinks this much space is required? (image not mine)

DDPhgGn.jpg
 
Oct 25, 2017
4,956
Why are you trying to change from left handed to right handed?

By the looks of it, they seem to be reading about why it's bad to pressure left-handed people to change.

Not much. They (onemen) are working on it, no ETA whatsoever. Judging by the posts in their forum it might very well be a long way off.

http://tabmixplus.org/forum/viewtopic.php?f=1&p=72854#p72854

Ah, that sucks. It's one of my most valuable addons.
 

Dingotech

Member
Oct 25, 2017
414
I would really like my tabs below the navigation bar, but I can't work out these Chome.css instructions.
I'd really like an expert to point out what silly thing I'm doing wrong here, because it's driving me a tad nuts. XD

I've gone into my profile folder under -> C:\Users\NAME\AppData\Local\Mozilla\Firefox\Profiles\febeprof.NAME\
Then I added a Chrome directory, then added a text file named -> userChrome.css

I've tried adding multiple text fields into this file per this thread and other googled solutions. But saving it and reopening Firefox does not move my tabs.

What am I missing? Thanks in advance!

EDIT - Figured it out. Had the wrong directory.
 
Last edited:

BLEEN

Member
Oct 27, 2017
21,890
Installed this for my dad today and he's really enjoying it. He even noticed the speed difference. Probably the first time a browser has been noticeably faster when browsing and I do this for a living lol
 

DiipuSurotu

Banned
Oct 25, 2017
53,148
I would really like my tabs below the navigation bar, but I can't work out these Chome.css instructions.
I'd really like an expert to point out what silly thing I'm doing wrong here, because it's driving me a tad nuts. XD

I've gone into my profile folder under -> C:\Users\NAME\AppData\Local\Mozilla\Firefox\Profiles\febeprof.NAME\
Then I added a Chrome directory, then added a text file named -> userChrome.css

I've tried adding multiple text fields into this file per this thread and other googled solutions. But saving it and reopening Firefox does not move my tabs.

What am I missing? Thanks in advance!

Try pasting all this in your userChrome.css file:

Code:
/*AGENT_SHEET*/

/* Firefox 57+ userChrome.css tweaks ****************************************************/
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/
/* by Aris ([email protected])*********************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
/****************************************************************************************/


/* tabs toolbar adjustment */
#main-window[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[uidensity=compact][tabsintitlebar] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[uidensity=compact][tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#TabsToolbar{
  -moz-padding-start: 2px !important;
}
#main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen]) #TabsToolbar {
  margin-top: 0px !important;
}

/* fix for application/hamburger button in titlebar */
#main-window[tabsintitlebar][inFullscreen] #toolbar-menubar[autohide="true"][inactive="true"] ~ #nav-bar  #PanelUI-button {
  visibility: collapse !important;
}

/* tab height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: 25px !important;
}

/* toolbar order (start) ************************************/
#print-preview-toolbar,
#printedit-toolbar,
#titlebar {
  -moz-box-ordinal-group: 0 !important;
}
#navigator-toolbox #toolbar-menubar {
  -moz-box-ordinal-group: 1 !important;
}
/* navigation toolbar */
#navigator-toolbox #nav-bar {
  -moz-box-ordinal-group: 2 !important;
}
/* bookmarks toolbar */
#navigator-toolbox #PersonalToolbar {
  -moz-box-ordinal-group: 3 !important;
}
/* 3rd party toolbars */
#navigator-toolbox toolbar {
  -moz-box-ordinal-group: 10 !important;
}
/* tabs toolbar */
#navigator-toolbox #TabsToolbar {
  -moz-box-ordinal-group: 100 !important;
}
/* toolbar order (end) **************************************/

/* toolbar colors */
#TabsToolbar:not(:-moz-lwtheme){
  -moz-appearance: none !important;
  background-image: linear-gradient(#f9f9fa,#f9f9fa) !important;
}

/* remove color overlay for lw-themes */
#main-window:not([style*='--lwt-header-image:url("resource:///chrome/browser/content/browser/defaultthemes/compact.header.png");']) :-moz-any(#nav-bar,#PersonalToolbar,#TabsToolbar):-moz-lwtheme{
  background: unset !important;
}

/* adjust compact themes background color */
#main-window[style*='--lwt-header-image:url("resource:///chrome/browser/content/browser/defaultthemes/compact.header.png");']:-moz-lwtheme-brighttext #TabsToolbar:-moz-lwtheme {
  background-image: linear-gradient(#323234,#323234) !important;
}
#main-window[style*='--lwt-header-image:url("resource:///chrome/browser/content/browser/defaultthemes/compact.header.png");']:-moz-lwtheme-darktext #TabsToolbar:-moz-lwtheme {
  background-image: linear-gradient(#f5f6f7,#f5f6f7) !important;
}

/* toolbar borders */
#main-window #navigator-toolbox::after {
  opacity: 0 !important;
}
#TabsToolbar{
  margin-bottom: 0px !important;
  border-bottom: 1px solid #5f7181 !important;
}
#main-window[sizemode="normal"]  #TabsToolbar:not(:-moz-lwtheme){
  border-left: 1px solid #5f7181 !important;
  border-right: 1px solid #5f7181 !important;
}

/* adjust compact themes borders color */
#main-window[sizemode="normal"][style*='--lwt-header-image:url("resource:///chrome/browser/content/browser/defaultthemes/compact.header.png");']:-moz-lwtheme-darktext #TabsToolbar:-moz-lwtheme {
  border-left: 1px solid #5f7181 !important;
  border-right: 1px solid #5f7181 !important;
}
#main-window[style*='--lwt-header-image:url("resource:///chrome/browser/content/browser/defaultthemes/compact.header.png");']:-moz-lwtheme-brighttext #TabsToolbar:-moz-lwtheme {
  border-bottom: 1px solid #323234 !important;
}

/**/

#main-window:not([inFullscreen="true"])[tabsintitlebar] #TabsToolbar{
  -moz-margin-end: 0px !important;
}

#main-window[tabsintitlebar] #TabsToolbar .titlebar-placeholder{
  visibility: collapse !important;
}

#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[autohide="true"][inactive="true"],
#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] {
  margin-top: 21px !important;
}

#tabbrowser-tabs .tab-drop-indicator {
  margin-bottom: 0px !important;
}

#PersonalToolbar:-moz-lwtheme,
#nav-bar:-moz-lwtheme {
  background-image: none !important;
  box-shadow: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* remove tab fog */
#TabsToolbar:not(:-moz-lwtheme),
#TabsToolbar:not(:-moz-lwtheme)::before,
#TabsToolbar:not(:-moz-lwtheme)::after {
  box-shadow: unset !important;
}

/* remove 'dragging tab' margin/padding nonsense */
#TabsToolbar[movingtab] {
  padding-bottom: unset !important;
}

#TabsToolbar[movingtab] > .tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom: unset !important;
}

#TabsToolbar[movingtab] + #nav-bar {
  margin-top: unset !important;
}

/* scroll buttons */
#TabsToolbar:not(:-moz-lwtheme) #alltabs-button,
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-arrowscrollbox > .scrollbutton-up,
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-arrowscrollbox > .scrollbutton-down {
  fill: black !important;
}

/* tweaks for Windows Classic theme *//*
#nav-bar:not(:-moz-lwtheme),
#PersonalToolbar:not(:-moz-lwtheme),
#main-window:not([tabsintitlebar])  #TabsToolbar:not(:-moz-lwtheme) {
  border-left:  unset !important;
  border-right:  unset !important;
  background: unset !important;
}
#main-window:not([tabsintitlebar]) #toolbar-menubar:not(:-moz-lwtheme) {
  background: unset !important;
  box-shadow: unset !important;
  border-bottom: unset !important;
}
#main-window:not([tabsintitlebar]):not(:-moz-lwtheme) #navigator-toolbox,
#main-window:not([tabsintitlebar]):not(:-moz-lwtheme) #nav-bar,
#main-window:not([tabsintitlebar]):not(:-moz-lwtheme) #navigator-toolbox::before,
#main-window:not([tabsintitlebar]):not(:-moz-lwtheme) #nav-bar::before,
#main-window:not([tabsintitlebar]):not(:-moz-lwtheme) #navigator-toolbox::after,
#main-window:not([tabsintitlebar]):not(:-moz-lwtheme) #nav-bar::after {
  background: unset !important;
  box-shadow: unset !important;
  border: unset !important;
  border-image: unset !important;
}
#main-window:not([tabsintitlebar]) toolbar:not(#TabsToolbar):not(#toolbar-menubar):not(#nav-bar):not(:-moz-lwtheme) {
  background: unset !important;
}
/**/

(source )
 

AuthenticM

Son Altesse Sérénissime
The Fallen
Oct 25, 2017
30,066
Does it have the extension that reorganizes the Playstation download list?
 

Hydrus

Banned
Oct 27, 2017
4,298
I would really like my tabs below the navigation bar, but I can't work out these Chome.css instructions.
I'd really like an expert to point out what silly thing I'm doing wrong here, because it's driving me a tad nuts. XD

I've gone into my profile folder under -> C:\Users\NAME\AppData\Local\Mozilla\Firefox\Profiles\febeprof.NAME\
Then I added a Chrome directory, then added a text file named -> userChrome.css

I've tried adding multiple text fields into this file per this thread and other googled solutions. But saving it and reopening Firefox does not move my tabs.

What am I missing? Thanks in advance!
I did it last night. Very easy.

  1. Click help. Then Trouble shooting information. Then click open folder next to profile folder.
  2. Make a folder called chrome
  3. Download this
  4. Rename it userChrome.css . Then put it in the new chrome folder you made.
  5. Restart FF. Thats it. Congratulations
Here's some videos and helpful site:

Demo 1
Demo 2
https://www.userchrome.org/what-is-userchrome-css.html
 

Hooky

Banned
Oct 27, 2017
282
Why would anyone want to force their kid to change from being left to right-handed? Like, why is that even a thing? Lefties are rad.

The stuff you learn while looking at pictures of people's bookmarks on whatever we're informally calling this place.

I quite like Quantum.
 

shockdude

Member
Oct 26, 2017
1,311
How do I get back all my tabs? Closed FF, after restart they're gone.
Hamburger menu > Restore Previous Session.
You can set Firefox to automatically restore your previous session by opening the Hamburger menu > Options > When Firefox starts > Show your windows and tabs from last time.
The line spacing issue is crazy, and I can't find a fix. What designer thinks this much space is required? (image not mine)

DDPhgGn.jpg
wat. My bookmarks menu isn't nearly as hideous as yours.
Does it look the same on a fresh profile?
 

Hydrus

Banned
Oct 27, 2017
4,298
Ok, I'm having a very annoying issue. Every once in a while, sites wont load. It keeps happening. It's like it loses the internet connection or something. Really pissing me off.
 

Reversed

Member
Oct 25, 2017
3,364
I'm good with Chrome but I saw how quick it ran on my pop's toaster PC. I was pretty impressed.

Is this the power of Rust?
 

Hasemo

One Winged Slayer
Member
Oct 25, 2017
1,513
Tokyo
So my Firefox randomly updated itself. I don't mind it, but most of my addons stopped working, so I had to look around for substitutes. Luckily, now I'm covered for the most part, the only thing missing is NoScript and according to their site, version 10 supporting Quantum should be out by the end of the weekend, so it's all good.
 

Chaosblade

Resettlement Advisor
Member
Oct 25, 2017
6,596
So my Firefox randomly updated itself. I don't mind it, but most of my addons stopped working, so I had to look around for substitutes. Luckily, now I'm covered for the most part, the only thing missing is NoScript and according to their site, version 10 supporting Quantum should be out by the end of the weekend, so it's all good.

Check out uMatrix. It lacks some of the additional layers of protection from NoScript, but as a script blocker it's more powerful and flexible, but also a little more complex.

I'd love to switch to Firefox after using Chrome for so long, I like the new design a lot. However, is anyone else getting high ram usage?

I haven't really noticed any difference in RAM usage. They claim an improvement but I don't see it. My several day session was using over 2GB. It doesn't bother me though because the RAM is there to be used and the browser runs well.
 
Last edited:

Thorn

Banned
Oct 25, 2017
24,446
My RAM usage has actually drastically increased...what in the world.

Where's my "Go back " button. I hate all these changes.
 

evlcookie

Member
Oct 25, 2017
68
Memory usage is very high for me, Averages around 2.3GB when i'm watching YT or Twitch. Decided to load up Vivaldi which has more addons, opened the same pages and streams, It's using 1.2GB. It was around half of what FF57 was using.

I'm enjoying FF57, It seems super smooth and fast but this ram usage is out of this world.
 

Oh no

Prophet of Truth
Member
Oct 25, 2017
653
Usually hovers just under 2GB of ram use for me. Fired up Chrome and loaded up the exact same tabs and the same addons and Chrome always uses more.

Y4PxLNV.png


Might not be the same for everyone but Firefox wins here for me. The only thing I don't like is Youtube. The site itself works fine but when I load a video it seems to load alright but I can't play the video for 5-10 seconds, I click on the video and the wee play symbol appears like it's going to play but it doesn't. Nothing major but it's mildly irritating.
 

DiipuSurotu

Banned
Oct 25, 2017
53,148
wat. My bookmarks menu isn't nearly as hideous as yours.
Does it look the same on a fresh profile?

It looks different depending on if you use:
- the bookmarks button
- the library button
- the sidebar button (or Ctrl+B)
- the textual bookmarks menu (or Alt+B, in the English version of Firefox)
- the bookmarks window (or Ctrl+Shift+O)
 

Joni

Member
Oct 27, 2017
19,508
Feels quite slow so far. Slower than the previous version despite not changing anything. Like pages not opening until you click on them, taking ages to load them, switching between windows taking longer, ... I have like one AddOn, have 10 tabs in two different windows, all of them regular text sites. If it can't even run smoothly with that. It is also significantly uglier. I'm not a Chrome fan, but it might be time to switch.
 
Last edited:

Lucky Forward

Member
Oct 27, 2017
1,513

Thanks. Works great with the default upload to i.share.pho.to but it will only be hosted for 30 days. I switched the upload to imgur, but after I add the imgur link into my post the image doesn't come through, I just get a left-hand image tag ([ IMG] without the space). Guess I'll stick with uploading to i.share.pho.to for now, but I'd just as soon not post an image that's going to disappear in 30 days.
 

hitme

Member
Oct 26, 2017
3,909
Did the NoScript update went live just now?

Can someone check on Quantum? I rolled back to ESR 52 and can't check it myself.
 

Trekkie

Banned
Oct 27, 2017
925
I'm digging it, but the only thing it's missing is the "full screen" addon for mobile devices.

I need it to read digital comics
 

Chaosblade

Resettlement Advisor
Member
Oct 25, 2017
6,596
Does anyone know how to get embedded tweets and youtube videos to work through uMatrix?

Here's my ResetEra rules, which is basically just for the Twitter embeds.

Code:
resetera.com platform.twitter.com script allow
resetera.com s9e.github.io * allow
resetera.com s9e.github.io frame allow
resetera.com twimg.com * allow
resetera.com twimg.com cookie block
resetera.com twitter.com * allow
resetera.com twitter.com cookie block
resetera.com twitter.com frame allow

And I have youtube allowed globally for embedded videos. I don't remember all the exact rules that go with it though.
 
Last edited:

ody

Banned
Oct 25, 2017
16,116
youtube/umatrix on reset

Code:
resetera.com googlevideo.com * allow
resetera.com www.youtube.com frame allow
resetera.com youtube.com * allow
resetera.com ytimg.com * allow