thebaer / MMRA

Make Medium Readable Again — a browser extension
https://makemediumreadable.com
MIT License
667 stars 31 forks source link

Feature: Get rid of popup when selecting text #21

Closed lll000111 closed 6 years ago

lll000111 commented 6 years ago

Source: https://news.ycombinator.com/item?id=16516676

mayneack wrote:

As a serial selecter, I wish it would get rid of the popup when you select text.

screenshot

davidgomes commented 6 years ago
.highlightMenu {
  display: none;
}

Does it for me.

lll000111 commented 6 years ago

@davidgomes Everything this extension does can be achieved in another way. That's not the point. By the way, there already are several suggestions including yours in the linked HN thread.

davidgomes commented 6 years ago

Yes, I realize that — I'm just trying to help a future implementer of this feature. I apologize as my wording was not really clear.

thebaer commented 6 years ago

Thanks for opening the issue -- going to move the discussion to #20