ankit / stylebot

Change the appearance of the web instantly
https://stylebot.dev/
MIT License
1.4k stars 208 forks source link

Right-click (context menu) "hide in css" to permanently remove things like cookie agreements [Feature Request] #589

Open Mugane opened 4 years ago

Mugane commented 4 years ago

Is your feature request related to a problem? Please describe. An annoyance is when every site in the world asks to accept cookies, but does not provide an option to NOT accept cookies. The only way to NOT accept cookies is to ignore the pop-up, which then interferes with/covers the content. I address this by opening stylebot, and manually adding the "display:none;" css to the element by right-clicking on the object. This is somewhat tedious.

Describe the solution you'd like It would be significantly easier if there were a right-click/context menu entry for "hide element" that I could use to do the addition. Or a button that would "select element and hide" next to the "select element" button, so that at least I don't have to type out display:none; every time.

Additional context Add any other context or screenshots about the feature request here.

ankit commented 4 years ago

great idea @Mugane. I agree it would be useful. I will implement this.