diff --git a/userChrome.css b/userChrome.css index 996ecd78..c084b352 100644 --- a/userChrome.css +++ b/userChrome.css @@ -6,18 +6,18 @@ /* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */ /* - * .editBMPanel_locationRow { - * display: initial !important; - * } +.editBMPanel_locationRow { + display: initial !important; +} */ /* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */ /* - * #context-sendimage, - * #context-sendvideo, - * #context-sendaudio, - * #context-sep-setbackground, - * #context-setDesktopBackground { - * display: none !important; - * } +#context-sendimage, +#context-sendvideo, +#context-sendaudio, +#context-sep-setbackground, +#context-setDesktopBackground { + display: none !important; +} */