מוצגות שאלות עם התגיות: הצגת כל השאלות

How to reduce excess spacing between lines in drop-down menus like bookmarks and right-click AGAIN

Hi All, I know this subject was asked and answered before but for the life of me I cannot get it to work. Ok I have V133 Firefox but this still seems to fit the bill..… (read more)

Hi All,

I know this subject was asked and answered before but for the life of me I cannot get it to work.

Ok I have V133 Firefox but this still seems to fit the bill.. [[Knowledge Base Article|https://support.mozilla.org/en-US/questions/1346987]]

I Watched the video on how to create the userChrome.css and text file. Then opened a text file inside userChrome.css, I then Copied and pasted, @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

menupopup > menuitem, menupopup > menu {padding-top: 2px !important; padding-bottom: 2px !important;}

  • |*:root {--arrowpanel-menuitem-padding: 2px 8px !important;}

to said text file saved it. Next I went and set this pref to true on the about:config page to enable userChrome.css but not sure if that did this one as well "userContent.css in the chrome folder. I then closed (Quit/Exit) and restart Firefox when you create or modify the userChrome.css file.

Nothing seems to have changed please what did I do wrong? Thanks in advance for help.

נשאלה על־ידי phillstroud ב־לפני 5 ימים

How can I show bookmarks next to the search bar and a second set of bookmarks below it?

Firefox is showing my bookmarks when a webpage is opened, and I would like it to show another set of bookmarks when a new empty tab is opened. Firefox is telling me to "… (read more)

Firefox is showing my bookmarks when a webpage is opened, and I would like it to show another set of bookmarks when a new empty tab is opened.

Firefox is telling me to "manage bookmarks" but I don't see another category which is for the bookmark toolbar shown on a new tab, all bookmarks are shown in the widget next to the search bar.

I know I can move the widget, but I want to use both rows for different bookmarks.

Is it possible?

נשאלה על־ידי Marek Andreánsky ב־לפני שבוע

Can't set local new tab page

In the year 2024, firefox still does not allow a simple way to set any URL you would like as the new tab url (without an extension). Users were previously able to use ex… (read more)

In the year 2024, firefox still does not allow a simple way to set any URL you would like as the new tab url (without an extension).

Users were previously able to use extensions like NewTab override to have a relatively seamless experience changing their new tab page. However after certain changes, these said extensions can no longer set your new tab page to a local file, and can also no longer clear and focus the address bar.

I am simply requesting a feature within firefox to set a custom new tab page, without having to create any external configs, or without using any extensions. This basic feature has been available in chromium browsers for years, and firefox already includes a feature just like this for the "Homepage and new windows" setting, where it allows you to input a custom URL to a local file or site to put it as your homepage. However, this same setting for some odd reason does not exist for the "new tabs" option. Why is this?

As of now, I've had to use a manual override along the lines of this:

``` // shenanigans for setting a different new tab page const { classes: Cc, interfaces: Ci, utils: Cu } = Components; const { AboutNewTab } = Cu.import("resource:///modules/AboutNewTab.jsm", {}); // path to new tab can be a url or file const newTabURL = "file:///home/faaris/.local/packages/startpage/fazzi/index.html"; // set the new tab URL AboutNewTab.newTabURL = newTabURL; ```

this should not be needed. Having to modify files in system protected folders should not be needed for such a simple option.

נשאלה על־ידי Faaris ב־לפני שבוע