Showing questions tagged: Show all questions
  • Archived

Proton and userchrome

It took years to perfect my userchrome to make FF look exactly how I want. Once 91+ came out it wasn't even a question of fixing the floating tabs and condensing the heig… (read more)

It took years to perfect my userchrome to make FF look exactly how I want. Once 91+ came out it wasn't even a question of fixing the floating tabs and condensing the height and menu spacing (though I tried all of it) but my own codes stopped working properly - I had code to set the background colour of menus/bookmark menus and when I upgrade they were the right colour but with thick white borders around them. This was more important to me than the floating tabs and I immediately downgraded to 90 where I've stayed. Can anyone help me figure out how to get MY codes to work with 91+ and/or to work together with the other fixes out there (tabs, condensed menus etc)??

Below is how my userchrome looks and attached is how my current set up looks. ANY advice is appreciated. THANK YOU.

@import url(userChrome_Fx56_bookmark_icons.css);
*/

/* Standard folder -- on Toolbar and Menus */
#PlacesToolbarItems toolbarbutton[container="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"]:not([tagContainer="true"]) > .menu-iconic-left,
/* Standard folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList) treechildren::-moz-tree-image(container), 
#editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon,
#editBMPanel_folderMenuList menupopup menuitem {
  list-style-image: url(Fx56-yellow-folder.png) !important;
}

/* THIS WAS REMOVED BECAUSE IT CAUSES YELLOW FOLDER ICONS FOR BLANK 
   COLUMNS. AS A RESULT, FOLDERS ON THE RIGHT SIDE REMAIN GRAY.
  #placeContent treechildren::-moz-tree-image(container) {
    list-style-image: url(Fx56-yellow-folder.png) !important;
  }
*/

/* Live Bookmark -- on Toolbar and Menus */ /* REMOVED */

/* Smart bookmark folder -- on Toolbar and Menus */
#PlacesToolbarItems toolbarbutton[container="true"][query="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"][query="true"]:not([tagContainer="true"]) > .menu-iconic-left > .menu-iconic-icon,
/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, query) {
  list-style-image: url(Fx56-query.png) !important;
}

/* Tag containers (preserve the built-in icon) */
#PlacesToolbarItems toolbarbutton[container="true"][tagContainer="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][tagContainer="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"][tagContainer="true"] > .menu-iconic-left > .menu-iconic-icon,
/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, query, tagContainer) {
  list-style-image: url(chrome://browser/skin/places/tag.svg) !important;
}

/*** Top-level "container" icons (otherwise would be Standard folder color) ***/
/* Bookmarks Menu -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_menu________),
#editBMPanel_bmRootItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="1"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-bookmarksMenu.png) !important;
}

/* Bookmarks Toolbar -- on Menus */
#BMB_bookmarksPopup #BMB_bookmarksToolbar > .menu-iconic-left > .menu-iconic-icon,
#bookmarksMenuPopup #bookmarksToolbarFolderMenu  > .menu-iconic-left > .menu-iconic-icon,
/* Bookmarks Toolbar -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_toolbar_____),
#editBMPanel_toolbarFolderItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="0"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-bookmarksToolbar.png) !important;
}

/* Other Bookmarks -- on Menus */
#BMB_bookmarksPopup #BMB_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
#bookmarksMenuPopup #menu_unsortedBookmarks  > .menu-iconic-left > .menu-iconic-icon,
/* Other Bookmarks -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_unfiled_____),
#editBMPanel_unfiledRootItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="2"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-unsortedBookmarks.png) !important;
}  

/* Preserve Built-in History/Tags/All Bookmarks Icons in Library */
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_history____v), 
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(title, query, dayContainer) {
  list-style-image: url("chrome://browser/skin/places/history.svg") !important;
}
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(title, query, tagContainer),
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v) {
  list-style-image: url("chrome://browser/skin/places/tag.svg") !important;
}
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_allbms_____v) {
  list-style-image: url(Fx56-allBookmarks.png) !important;
}


}

menupopup {
-moz-appearance: none !important;
background-color: #e7d9ad !important }


#urlbar[breakout],
#urlbar[breakout][breakout-extend] {
  --urlbar-height: 28px !important;
  --urlbar-toolbar-height: 30px !important;

  width: 100% !important;
  top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
  left: 0 !important;
}

#urlbar[breakout][breakout-extend] > #urlbar-input-container,
#urlbar-input-container {
  height: var(--urlbar-height) !important;
  width: 100% !important;
  padding-block: unset !important;
  padding-inline: unset !important;
  transition: none !important;
}

#urlbar[breakout][breakout-extend] > #urlbar-background {
  box-shadow: 0 1px 4px rgba(0,0,0,.05) !important;
  animation: none !important;
}


}
/* REMOVE MEGABAR END */

Asked by M 1 year ago

Last reply by M 1 year ago

  • Locked
  • Archived

Stopping firefox nag popup for an updte

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or sug… (read more)

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or suggested in about:config. Nothing about putting policies in .json files in the correct directory.

It is as if Mozilla refuses to let you turn off that nag screen.

Asked by jkeating2 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

search results diplay

firefox search results have changed when i query for "news"; everyday i search for news by simply entering the word news into the browser. The results always were precede… (read more)

firefox search results have changed when i query for "news"; everyday i search for news by simply entering the word news into the browser. The results always were preceded by a scroll able header that had a picture relevant to article and story and the underneath was a list of news sites ( like CBC, CNN, MSNBC, etc)... now when i type in my query ( the word "news") the results displayed still list all the news sites but the header with pictures and story has disappeared - can anyone help?

Asked by jackhannem 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Mirror a Bookmark Folder?

Hey everyone! I had a quick, and maybe weird, question to ask... is there any way to have two separate bookmark folders that are complete mirrors of each other? For exam… (read more)

Hey everyone!

I had a quick, and maybe weird, question to ask... is there any way to have two separate bookmark folders that are complete mirrors of each other? For example, if I added a bookmark to one folder, then the other folder would also have the bookmark added to it.

I sure hope the answer is yes! haha. It would really help my bookmark organization OCD! :D

Thanks everyone!

Asked by Trust Kibou 2 years ago

Answered by TyDraniu 2 years ago

  • Locked
  • Archived

New tab background color

Whenever I open a new tab using the + sign the background color is black. I have tried everything I can think of and what I found on the web. Nothing works I hate the … (read more)

Whenever I open a new tab using the + sign the background color is black. I have tried everything I can think of and what I found on the web. Nothing works I hate the black background. I want white with text in black.

Asked by The Mason 2 years ago

Last reply by cor-el 1 year ago

  • Locked
  • Archived

How to select camera?

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera an… (read more)

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera and the default microphone.

Earlier Firefox releases used to show a selection list for the camera and also another one for the microphone.

My default camera is the one built into the laptop and I would like to use an external one that has adequate picture quality.

Can you please help selecting a camera with the new Firefox?

Asked by gdukai.laptop 2 years ago

Last reply by UniQMG 1 year ago

  • Archived

Browser under Remote Control

I keep getting this: URL is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). Wha… (read more)

I keep getting this: URL is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools).

What is it? how do I get rid of it?

Asked by klg61 2 years ago

Last reply by cor-el 1 year ago

  • Archived

website login and functionality problems with firefox

Having lots of problems logging in and with functionality on websites I use a lot, when I use firefox that I do not have if I switch to chrome... like airline websites I … (read more)

Having lots of problems logging in and with functionality on websites I use a lot, when I use firefox that I do not have if I switch to chrome... like airline websites I go to where my login via firefox won't work, banking sites, shopping sites, sites where I have profiles.... I either can't login or sites don't function properly..... but if I switch to chrome things work fine?! like when I enter my login info on aa.com via firefox I get this page which is an error. I enter the same login info on chrome and it takes me to my aa.com account profile and access

Asked by renee626 2 years ago

Last reply by profbrane 1 year ago

  • Solved
  • Archived

Firefox hijacking Goolge search

I'm trying to completely turn off the address search bar function in Firefox. It' so annoying! I go to google. Start to type in the search bar on the page but all my typi… (read more)

I'm trying to completely turn off the address search bar function in Firefox. It' so annoying! I go to google. Start to type in the search bar on the page but all my typing ends up in the address bar. So frustrating! If I wanted to search from the address bar I wouldn't have gone to Google to do it. I DON'T want to search from the address bar EVER! So please don't say 'why don't you just..x,y or z'. I've managed to turn off all the address bar suggestions and whatnot with about a dozen different setting which is ridiculous. Turning off the rich results should fix everything but it doesn't. No mater what I try I cannot get text to appear in the Google search bar. So basically Firefox has stolen the functionality of the Google webpage for me. I've been using Firefox for a long time but lately I'm been questioning why a lot. Anyway, any suggestions to stop Firefox from hijacking my search would be appreciated.

Asked by bpereira 2 years ago

Answered by Terry 2 years ago

  • Archived

90.0.2 to 94.0.1 window-update problems

[Edited: Point (1) is now serious. Point (2) can be ignored. I have edited the question title to indicate that it still occurs in version 94.0.1. My latest post in this t… (read more)

[Edited: Point (1) is now serious. Point (2) can be ignored. I have edited the question title to indicate that it still occurs in version 94.0.1. My latest post in this thread identifies another symptom of the update problem]

I have been automatically updated to 90.0.2 on several machines (most 64-bit Windows 7), but there appear to be problems with the latest version. I can't see evidence that these have already been reported.

1) Window update. When the browser window comes to the fore (top of the z-order), or when resurrecting from a minimized state, it does not redraw the whole window. Usually, half is missing. However, a cursor-move event while over the window triggers a redraw.

2) I have just experienced CAPTCHA issues trying to get into an gov.ie website. Instead of showing me text to enter into the field, it just showed a gray square. However ,the same challenge works OK in Chrome (i.e. it's not a problem with the site itself).

Are these known issues? Is there a way to regress to the previous version?

Asked by ACProctor 2 years ago

Last reply by ACProctor 1 year ago

  • Archived

poshukach

good day. two days ago I was infected by poshukach probably when downloading Opera browser or a torrente file. So, whenever I initiate firefox I am redirected to poshukac… (read more)

good day. two days ago I was infected by poshukach probably when downloading Opera browser or a torrente file. So, whenever I initiate firefox I am redirected to poshukach browser instead. Question is: how can I get rid of poshukach? Thanks a lot

Asked by mail1133 2 years ago

Last reply by raotw.sq 1 year ago

  • Archived

Firefox popup blocker exception list does not work for private windows

Firefox 90.0.2 (64-bit) on Windows 10. In about:preferences#privacy I have "Block pop-up windows" ticked and 16 websites set as exceptions. This exception list works i… (read more)

Firefox 90.0.2 (64-bit) on Windows 10.

In about:preferences#privacy I have "Block pop-up windows" ticked and 16 websites set as exceptions.

This exception list works in non-private windows, but not in private ones - popups are blocked and I have to explicitly click "options" and then "show".

This bug was introduced a few releases ago - it used to work OK.

  • Archived

Firefox 90 : focus on the adress bar instead of the central search bar in the page

Hi, When i open a new tab, i want to start my research in the central search bar of the home page, not in the adress bar. So in firefox 89, i put the parameter "browser… (read more)

Hi,

When i open a new tab, i want to start my research in the central search bar of the home page, not in the adress bar.

So in firefox 89, i put the parameter "browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar" to false. And it worked.

With firefox 90, it dit not work anymore.

How can i retrieve the previous behaviour ?

Thanks.

Asked by fr.viewer 2 years ago

Last reply by cor-el 1 year ago

  • Archived

Why does Firefox scan my fonts directory?

Before FF starts it hangs and scans my font folder (all 600meg!) before it will do anything else, like connect to a website. This happens even if I simply restart the app… (read more)

Before FF starts it hangs and scans my font folder (all 600meg!) before it will do anything else, like connect to a website. This happens even if I simply restart the application after it's been running. And, its particularly worse after an update. Why can't it keep a list of available fonts that it can refer to rather than scan all over again? This can cause delays that run up to a minute and a half, as long as three and a little more.

I was going to rename the windows/Fonts folder to see what happens but being a system folder I can't.

Windows 10.

Asked by jeffinputnam 2 years ago

Last reply by jeffinputnam 2 years ago

  • Archived

data browsing restore

Hey, i have accidentally deleted my browsing data and most importantly all my open tabs from my android, is there any chance i can restore it? Thanks a lot … (read more)

Hey, i have accidentally deleted my browsing data and most importantly all my open tabs from my android, is there any chance i can restore it?

Thanks a lot

Asked by Kristine.blumere 1 year ago

Last reply by Paul 1 year ago

  • Solved
  • Archived

Dev Tools

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reaso… (read more)

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). I've gone in about:config and set all variables to False, yet they reset themselves to true every time. How do I disable the DevTools. Thanks

Asked by john.enrietto 2 years ago

Answered by john.enrietto 2 years ago

  • Archived

How does bookmark sync merge bookmarks and tags?

I use Firefox on two different computers. On one, I'm logged in with bookmarks syncing enabled, and on the other one, no Firefox account is added. I do bookmark and taggi… (read more)

I use Firefox on two different computers. On one, I'm logged in with bookmarks syncing enabled, and on the other one, no Firefox account is added. I do bookmark and tagging on both. I wonder what will happen with the bookmarks and their tags for the same bookmarked websites after I sign-in on the other computer?

For example, on the signed-in computer mozilla.org is bookmarked with tags: Firefox, mozzila and on the other computer without account mozilla.org is bookmarked with tags: browser, application

After I enable syncing on the second computer, will I get a result of the merged synced bookmark: mozilla.org with tags firefox, mozzila, browser, application or it will get overwritten?

Asked by erdos.balazs 2 years ago

Last reply by rjt69 1 year ago

  • Archived

deletion of my firefox account with the username [email address] is needed as i no loger have access to it at all

good day Mozilla support how are you.s today i would like you.s to delet of my Firefox account with the username [email address] is needed as i no longer have access to i… (read more)

good day Mozilla support how are you.s today i would like you.s to delet of my Firefox account with the username [email address] is needed as i no longer have access to it at all and cannot delete from my side as i have lost access to it your assistance and help with this would be greatly appreciated and accepted

Asked by donovangregg 2 years ago

Last reply by Paul 1 year ago