Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Edit URL while adding new bookmark?

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od Hyde

more options

Hello, is there a way to edit the URL of a bookmark while you're adding it? The editor currently only allows you to change name, location, and tags.

I've asked this same question a few years back: https://support.mozilla.org/gu-IN/questions/1300440

Someone provided me with a userChrome.css file to fix this, and it appears that it doesn't work anymore. Does anybody have an updated solution for this?

Hello, is there a way to edit the URL of a bookmark while you're adding it? The editor currently only allows you to change name, location, and tags. I've asked this same question a few years back: https://support.mozilla.org/gu-IN/questions/1300440 Someone provided me with a userChrome.css file to fix this, and it appears that it doesn't work anymore. Does anybody have an updated solution for this?

Wybrane rozwiązanie

This code in userChrome.css works for me. Note that some of this code is in HTML namespace, so best is not to use the @namespace line in userChrome.css.

/* editBMPanel : Show URL row */
.editBMPanel_locationRow[hidden] {display: unset !important}


In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

Przeczytaj tę odpowiedź w całym kontekście 👍 3

Wszystkie odpowiedzi (3)

more options

Bump. Can anyone help?

more options

Wybrane rozwiązanie

This code in userChrome.css works for me. Note that some of this code is in HTML namespace, so best is not to use the @namespace line in userChrome.css.

/* editBMPanel : Show URL row */
.editBMPanel_locationRow[hidden] {display: unset !important}


In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

more options

cor-el said

This code in userChrome.css works for me. Note that some of this code is in HTML namespace, so best is not to use the @namespace line in userChrome.css.
/* editBMPanel : Show URL row */
.editBMPanel_locationRow[hidden] {display: unset !important}


In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

Thanks, it's working now. I still insist that this should be a default feature. I don't understand why I have to go through this effort to do this. In the very least, there should be a "More" button like on Chrome.