thebaer / MMRA

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

Hide persistent Upgrade/"About membership" link in header #12

Closed thebaer closed 6 years ago

thebaer commented 6 years ago

Upgrade prompts in header

Remove the persistent Upgrade/"About membership" link in header with:

.js-upgradeMembershipAction {
  display: none;
}