How to remove star "Edit this bookmark" icon from URL bar? Topic is solved

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.
Please direct questions that are Mac or Linux-specific (dealing with installation and OS integration) to the appropriate Linux or Mac board.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only. The main focus here is on Pale Moon on Windows. Please direct your questions that are specific for Linux and Mac to the dedicated boards for those operating systems.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
Locked
NoelC
Hobby Astronomer
Hobby Astronomer
Posts: 21
Joined: 2017-10-02, 15:29

How to remove star "Edit this bookmark" icon from URL bar?

Post by NoelC » 2018-05-02, 18:49

I'm sorry to have to ask this here, but I did about a dozen Google searches and because there are so many different yet related browsers I can't seem to find direct instructions on making one small UI change...

There is a yellow "star" icon inside my URL box, over to the right near the pull-down triangle. When I hover over it, I see the Tooltip text "Edit this bookmark". I don't think it was there before, but I might not have noticed it.

I don't want it there. I want as much room as possible for the actual URL to show, since I'm putting everything (icons, menus, URL box, search box) on the one line. I prefer to edit bookmarks the old fashioned way - through the Bookmarks menu.

How can I remove this star from the URL box? I presume it must be possible.

Thanks in advance.

Pale moon is quite nice, by the way, especially augmented with uBlock Origin. I feel I'm actually approaching a somewhat secure browsing setup with this software. A big THANK YOU to the developers/maintainers.

-Noel

adisib
Lunatic
Lunatic
Posts: 380
Joined: 2015-06-13, 03:34
Location: KY

Re: How to remove star "Edit this bookmark" icon from URL bar?

Post by adisib » 2018-05-02, 19:04

I think you could do it by having user-chrome set id of "star-button" to display:none, but I haven't tried it. There might be another better way also.

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2586
Joined: 2015-09-26, 04:51
Location: U.S.

Re: How to remove star "Edit this bookmark" icon from URL bar?

Post by coffeebreak » 2018-05-02, 19:15

Yes, that userChrome works, I use it. There's a thread with details here.

NoelC
Hobby Astronomer
Hobby Astronomer
Posts: 21
Joined: 2017-10-02, 15:29

Re: How to remove star "Edit this bookmark" icon from URL bar?

Post by NoelC » 2018-05-10, 04:38

Thank you.

The following two items worked to remove the two unwanted buttons from within the URL bar:

1. In "%USERPROFILE%\AppData\Roaming\Moonchild Productions\Pale Moon\Profiles\xxxxxxxx.default\chrome\userChrome.css",

Code: Select all

/* Remove Bookmark Star in Search bar */
#star-button {
     display: none !important;
   }
2. In about:config,

Set browser.urlbar.rss to false.

-Noel

Locked