Showing questions tagged: Show all questions
  • Solved

Pressing F12 to get the tools. What FIREFOX gives me and what CHROME gives me.

(Sorry if the wrong area.) I'm curious and play with Node-Red a lot. Just now I am playing with the `http-request` to explore web pages. I press the `F12` key and the … (read more)

(Sorry if the wrong area.)

I'm curious and play with Node-Red a lot.

Just now I am playing with the `http-request` to explore web pages.

I press the `F12` key and the tools pop up and I go through some basic things.

I see/get just about nothing. See pic (Don't know to make it inline.) But the name says it all.

So I've pressed the `F12` key, clicked on the NETWORK and REFRESHED the page.

Now with Chrome.

Whole different set of stuff.

Someone - please. What's going on? I'm not understanding the huge difference with how things are shown.

Asked by shykitten55 1 month ago

Answered by Denys 1 month ago

  • Solved

How To Manual Remove/Disable Marker Pin in Homepage

Can I Manual Remove/Disable those pin Marker on Homepage ? I know it is usable to know what page we have pinned, But i want some change to prefer good looks for thi… (read more)

Can I Manual Remove/Disable those pin Marker on Homepage ? I know it is usable to know what page we have pinned, But i want some change to prefer good looks for this. Just personal eyelooks. Thank You

Asked by Fais Iriandi 1 month ago

Answered by Agent virtuel 1 month ago

  • Solved

Regaining colored bookmarks folders V139? (from 138)

I have some code in my .css file that had restored colored folders, a la pre version 89 AFAIR, for the folders on the bookmarks toolbar and in the bookmarks menus off the… (read more)

I have some code in my .css file that had restored colored folders, a la pre version 89 AFAIR, for the folders on the bookmarks toolbar and in the bookmarks menus off the toolbar. It was working in V138.

I just upgraded to V139 and it's no longer working. I have the plain black/white wireframes back for the toolbar folders on the bookmarks menus.

The code I was using is below. I didn't write it and I confess that I only marginally understand it.

Can someone help me to regaining the colored folders? The white ones are a serious visual impairment for my brain. I need them to be more distinct from the menus themselves.


/*

 Colored folders for Bookmarks Menus, Bookmarks Sidebar, Bookmarks Toolbar, Library window, Add/Edit Bookmarks dialog
 Substitutes a Firefox 57-style folder icon for the new wireframe folder icon
  • /

/* Standard folder -- on Toolbar and Menus */

  1. PlacesToolbarItems toolbarbutton[container="true"]:not([query="true"]) .toolbarbutton-icon,
-moz-any(
  1. PlacesToolbarItems,
  2. PlacesChevronPopup,
  3. BMB_bookmarksPopup,
  4. bookmarksMenu,
  5. OtherBookmarksPopup) menu[container="true"]:not([query="true"]) > .menu-iconic-left > .menu-iconic-icon,

/* Standard folder -- in Sidebar, Library, Add/Edit Bookmark dialog */

-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container),
  5. editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon,
  6. editBMPanel_folderMenuList menupopup menuitem,
  7. editBMPanel_folderMenuList {
 fill: #e8bb00 !important; /* slightly muted gold */
 /* Specify icon for Firefox 89 Proton (base 64 conversion from old SVG with gold color) */
 list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI2U4YmIwMCIgZmlsbC1vcGFjaXR5PSJjb250ZXh0LWZpbGwtb3BhY2l0eSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTQuNSAzSDYuOTE0YS41LjUgMCAwIDEtLjM1NC0uMTQ2TDUuMTQ2IDEuNDM5QTEuNDkxIDEuNDkxIDAgMCAwIDQuMDg2IDFIMS41QTEuNSAxLjUgMCAwIDAgMCAyLjV2MTFBMS41IDEuNSAwIDAgMCAxLjUgMTVoMTNhMS41IDEuNSAwIDAgMCAxLjUtMS41di05QTEuNSAxLjUgMCAwIDAgMTQuNSAzem0uNSAxMC41YS41LjUgMCAwIDEtLjUuNWgtMTNhLjUuNSAwIDAgMS0uNS0uNVY2aDE0ek0xIDVWMi41YS41LjUgMCAwIDEgLjUtLjVoMi41ODZhLjUuNSAwIDAgMSAuMzU0LjE0NmwxLjQxNCAxLjQxNUExLjQ5MSAxLjQ5MSAwIDAgMCA2LjkxNCA0SDE0LjVhLjUuNSAwIDAgMSAuNS41VjV6Ii8+CiAgPHBhdGggZD0iTTE1IDEzLjVhLjUuNSAwIDAgMS0uNS41aC0xM2EuNS41IDAgMCAxLS41LS41VjZoMTR6IiBmaWxsLW9wYWNpdHk9Ii4yIi8+CiAgPHBhdGggZD0iTTEgNVYyLjVhLjUuNSAwIDAgMSAuNS0uNWgyLjU4NmEuNS41IDAgMCAxIC4zNTQuMTQ2bDEuNDE0IDEuNDE1QTEuNDkxIDEuNDkxIDAgMCAwIDYuOTE0IDRIMTQuNWEuNS41IDAgMCAxIC41LjVWNXoiIGZpbGwtb3BhY2l0eT0iLjEiLz4KICA8cGF0aCBkPSJNMTUgMTMuNWEuNS41IDAgMCAxLS41LjVoLTEzYS41LjUgMCAwIDEtLjUtLjVWMTNoMTR6IiBmaWxsLW9wYWNpdHk9Ii4wNSIvPgo8L3N2Zz4=") !important;

}

/* Smart bookmark folder -- on Toolbar and Menus */

  1. PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
-moz-any(
  1. PlacesToolbarItems,
  2. PlacesChevronPopup,
  3. BMB_bookmarksPopup,
  4. bookmarksMenu,
  5. OtherBookmarksPopup) menu[container="true"][query="true"] > .menu-iconic-left > .menu-iconic-icon,

/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */

-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, query) {
 /* Specify icon for Firefox 89 Proton to override basic folder */
 list-style-image: url("chrome://browser/skin/places/folder-smart.svg") !important;
 fill: #69c !important; /* similar to blue smart folder color */

}

/*** Top-level "container" icons (otherwise would be Standard folder color) ***/ /* Bookmarks Menu -- in Sidebar, Library, Add/Edit Bookmark dialog */

-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu),
-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, queryFolder_menu________),
  5. editBMPanel_bmRootItem > .menu-iconic-left,
  6. editBMPanel_folderMenuList[selectedIndex="1"] > .menulist-label-box > .menulist-icon,
  7. editBMPanel_folderMenuList[selectedGuid="menu________"] {
 /* Specify icon for Firefox 89 Proton to override basic folder */
 list-style-image: url("chrome://browser/skin/places/bookmarksMenu.svg") !important;
 fill: olive !important;

}

/* Bookmarks Toolbar -- on Menus */

  1. BMB_bookmarksPopup #BMB_bookmarksToolbar > .menu-iconic-left > .menu-iconic-icon,
  2. bookmarksMenuPopup #bookmarksToolbarFolderMenu > .menu-iconic-left > .menu-iconic-icon,

/* Bookmarks Toolbar -- in Sidebar, Library, Add/Edit Bookmark dialog */

-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar),
-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, queryFolder_toolbar_____),
  5. editBMPanel_toolbarFolderItem > .menu-iconic-left,
  6. editBMPanel_folderMenuList[selectedIndex="0"] > .menulist-label-box > .menulist-icon,
  7. editBMPanel_folderMenuList[selectedGuid="toolbar_____"] {
 /* Specify icon for Firefox 89 Proton to override basic folder */
 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.svg") !important;
 fill: olive !important;

}

/* Other Bookmarks -- on Menus */

  1. BMB_bookmarksPopup #BMB_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
  2. bookmarksMenuPopup #menu_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,

/* Other Bookmarks -- in Sidebar, Library, Add/Edit Bookmark dialog */

-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks),
-moz-any(
  1. bookmarks-view,
  2. editBMPanel_folderTree,
  3. placesList,
  4. placeContent) treechildren::-moz-tree-image(container, queryFolder_unfiled_____),
  5. editBMPanel_unfiledRootItem > .menu-iconic-left,
  6. editBMPanel_folderMenuList[selectedIndex="2"] > .menulist-label-box > .menulist-icon,
  7. editBMPanel_folderMenuList[selectedGuid="unfiled_____"],
  8. OtherBookmarksPopup + .toolbarbutton-icon {
 /* Specify icon for Firefox 89 Proton (base 64 conversion from old SVG with olive color) */
 list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ib2xpdmUiIGZpbGwtb3BhY2l0eT0iY29udGV4dC1maWxsLW9wYWNpdHkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZmlsbC1vcGFjaXR5PSIuMDUiIGQ9Ik0xMi43LDFIMy4zbC0uMi42TC4xLDksMCw5LjJWMTNhMi4wMDYsMi4wMDYsMCwwLDAsMiwySDE0YTIuMDA2LDIuMDA2LDAsMCwwLDItMlY5LjJMMTUuOSw5bC0zLTcuNEwxMi43LDFaIi8+CiAgPHBhdGggZD0iTTEyLDJsMyw3LjRWMTNhLjk0NS45NDUsMCwwLDEtMSwxSDJhLjk0NS45NDUsMCwwLDEtMS0xVjkuNEw0LDJoOG0uNy0xSDMuM0wuMSw5LjEsMCw5LjJWMTNhMi4wMDYsMi4wMDYsMCwwLDAsMiwySDE0YTIuMDA2LDIuMDA2LDAsMCwwLDItMlY5LjJMMTUuOSw5LDEyLjcsMVoiLz4KICA8cGF0aCBmaWxsLW9wYWNpdHk9Ii4wNSIgZD0iTTE0Ljk4OCw5LDEyLDJINEwuODUxLDlINS4wMjNBMi45MzEsMi45MzEsMCwwLDAsOCwxMS42LDIuODg5LDIuODg5LDAsMCwwLDExLjAxMiw5WiIvPgogIDxwYXRoIGQ9Ik0xMCw5QTIsMiwwLDAsMSw2LDlIMHYxSDUuMTg0YTIuOTgzLDIuOTgzLDAsMCwwLDUuNjMzLDBIMTZWOVoiLz4KPC9zdmc+") !important;

}

/* (Older Firefox) Avoid overriding classic Bookmarks Toolbar and Other Bookmarks icons in menus */

  1. BMB_bookmarksPopup #BMB_bookmarksToolbar.menu-iconic-icon,
  2. bookmarksMenu #bookmarksToolbarFolderMenu.menu-iconic-icon {
 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;

}

  1. BMB_bookmarksPopup #BMB_unsortedBookmarks.menu-iconic-icon,
  2. bookmarksMenu #menu_unsortedBookmarks.menu-iconic-icon {
 /* Specify icon for Firefox 89 Proton (base 64 conversion from old SVG with olive color) */
 list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ib2xpdmUiIGZpbGwtb3BhY2l0eT0iY29udGV4dC1maWxsLW9wYWNpdHkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZmlsbC1vcGFjaXR5PSIuMDUiIGQ9Ik0xMi43LDFIMy4zbC0uMi42TC4xLDksMCw5LjJWMTNhMi4wMDYsMi4wMDYsMCwwLDAsMiwySDE0YTIuMDA2LDIuMDA2LDAsMCwwLDItMlY5LjJMMTUuOSw5bC0zLTcuNEwxMi43LDFaIi8+CiAgPHBhdGggZD0iTTEyLDJsMyw3LjRWMTNhLjk0NS45NDUsMCwwLDEtMSwxSDJhLjk0NS45NDUsMCwwLDEtMS0xVjkuNEw0LDJoOG0uNy0xSDMuM0wuMSw5LjEsMCw5LjJWMTNhMi4wMDYsMi4wMDYsMCwwLDAsMiwySDE0YTIuMDA2LDIuMDA2LDAsMCwwLDItMlY5LjJMMTUuOSw5LDEyLjcsMVoiLz4KICA8cGF0aCBmaWxsLW9wYWNpdHk9Ii4wNSIgZD0iTTE0Ljk4OCw5LDEyLDJINEwuODUxLDlINS4wMjNBMi45MzEsMi45MzEsMCwwLDAsOCwxMS42LDIuODg5LDIuODg5LDAsMCwwLDExLjAxMiw5WiIvPgogIDxwYXRoIGQ9Ik0xMCw5QTIsMiwwLDAsMSw2LDlIMHYxSDUuMTg0YTIuOTgzLDIuOTgzLDAsMCwwLDUuNjMzLDBIMTZWOVoiLz4KPC9zdmc+") !important;

}

Asked by MozzieBob 1 month ago

Answered by MozzieBob 1 month ago

  • Solved

Where is the Firefox apt repository for Debian .deb packaged releases? The article's link is broken.

In the article https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions-recommended https://packages.mozil… (read more)

In the article https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions-recommended

https://packages.mozilla.org/apt leads to 404, not a Debian software repository / archive.

Step 4 (is broken)

Next, add the Mozilla APT repository to your sources list:

echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null

Asked by mjevans 2 months ago

Answered by mjevans 2 months ago

  • Solved
  • Archived

Firefox 133 update moved tab location, again.

I prefer the tabs be below the bookmark bar, and successfully modified the CSS file to do this some time back. Now update 133 has once again pushed them up below the menu… (read more)

I prefer the tabs be below the bookmark bar, and successfully modified the CSS file to do this some time back. Now update 133 has once again pushed them up below the menu bar. What do I have to do to get them back where I want them this time? And why can't you just leave the tab location preference alone when doing updates?

Asked by PIckAnotherID 7 months ago

Answered by cor-el 7 months ago

  • Solved

About:config setting reverts upon Firefox restart

Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and fin… (read more)

Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and find the "browser.tabs.groups.enabled" key and set it to false. But when I restart Firefox, the change reverts. How do I fix this so the change stays?

I've already tried going to Menu->Help->More troubleshooting information->Profile Folder->Open folder, but there is no "user.js" file there. Do I have to do a Firefox reset to fix this? I hope not...

Note that I'm pretty sure that other settings that I change do not revert when I restart Firefox. Right now, it seems to be just this one about:config setting, unless the new version of Firefox reverts all manually changed about:config settings upon restart.

Thanx in advance for any help.

Asked by jjbradbury 2 months ago

Answered by Agent virtuel 2 months ago

  • Locked

About:config setting reverts upon Firefox restart

duplicate of /questions/1509077 thread Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want … (read more)

duplicate of /questions/1509077 thread

Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and find the "browser.tabs.groups.enabled" key and set it to false. But when I restart Firefox, the change reverts. How do I fix this so the change stays?

I've already tried going to Menu->Help->More troubleshooting information->Profile Folder->Open folder, but there is no "user.js" file there. Do I have to do a Firefox reset to fix this? I hope not...

Note that I'm pretty sure that other settings that I change do not revert when I restart Firefox. Right now, it seems to be just this one about:config setting, unless the new version of Firefox reverts all manually changed about:config settings upon restart.

Thanx in advance for any help.

Asked by jjbradbury 2 months ago

  • Solved

Can't make Firefox my default browser.

I have tried MANY times to make Firefox remain persistent as my browser. It appears I should log into an Administrative account to do so. Microsoft Edge appears to be the… (read more)

I have tried MANY times to make Firefox remain persistent as my browser. It appears I should log into an Administrative account to do so. Microsoft Edge appears to be the problem by remaining the default. I was told by the Tech Sprt for my Asus laptop to "delete" Edge. I entered the Administrative account using DOS. So many changes have taken place since I last used this account that I'm uncomfortable trying to take this approach. I was led to an administrative directory using "search" end while there was able to get a directory listing using DOS. But can't proceed. I really need the Windows pictorial version to proceed or technical support (preferred). Whoever helps must be fully capable.

Asus TS said I must delete MS Edge. The person seemed capable, but if I delete Edge, which I haven't found a way to do so safely, that may create problems but makes sense to do so because of the interference of MS Edge. My memory on how to proceed is that this process was MUCH less complex. I've read a number accounts by others with the same problem. My reasons for using Firefox, as an private engineer are to help prevent the stealing of intellectual property from wherever. Otherwise I'll have to abandon everything.



Asked by Mozilla 2 months ago

Answered by Mozilla 2 months ago

  • Solved

Opening Firefox

How do I reset Firefox to open with a single page instead of trying to reopen the last pages?

Asked by Home Comp 3 months ago

Answered by jeff-g 3 months ago

  • Solved

Firefox demanding I sign in with passkey on my phone. I don't have one.

bold text Firefox is demanding that I sign in to my Amazon account with a passkey on my phone. I don't have a passkey on my phone. I cannot cancel the request! … (read more)

bold text Firefox is demanding that I sign in to my Amazon account with a passkey on my phone. I don't have a passkey on my phone. I cannot cancel the request!

Asked by MBJ 3 months ago

Answered by MBJ 3 months ago

  • Solved
  • Locked
  • Archived

Can I disable or remove the new sidebar that appeared today with the latest update?

I updated my desktop browser today and now there is an expandable sidebar at the left margin of the window showing tool icons for Tabs from other devices, History and Cus… (read more)

I updated my desktop browser today and now there is an expandable sidebar at the left margin of the window showing tool icons for Tabs from other devices, History and Customize sidebar. I can see how to remove tool icons and how to expand or collapse sidebar but can I remove the sidebar completely? Is this an option? I prefer the old look with the browser web page content extending all the way to the left of the screen, without the narrow vertical sidebar.

Asked by Ferrara 7 months ago

Answered by tony289 7 months ago

  • Solved

Firefox opens finder in new window

How do I stop Firefox from opening Finder in a new window? I don't want to have to go back and forth between windows. The same thing happens when I open a PDF. Thanks.… (read more)

How do I stop Firefox from opening Finder in a new window? I don't want to have to go back and forth between windows. The same thing happens when I open a PDF. Thanks.

Asked by sorrow 4 months ago

Answered by sorrow 4 months ago