Skip to content

Instantly share code, notes, and snippets.

@anzz1
Last active April 8, 2022 02:11
Show Gist options
  • Save anzz1/980102da101505b8bc03e46d54f778fe to your computer and use it in GitHub Desktop.
Save anzz1/980102da101505b8bc03e46d54f778fe to your computer and use it in GitHub Desktop.
Add URL field back to "Add Bookmark" menu in Firefox
/* userChrome.css */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
@namespace html "http://www.w3.org/1999/xhtml";
/* Add option to edit bookmark URLs under blue star menu */
#editBMPanel_locationRow {
visibility: visible !important;
}
// userchrome.css, usercontent.css activate
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment