thebaer / MMRA

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

Hide annoying "open in app" footer button on mobile #11

Closed thebaer closed 6 years ago

thebaer commented 7 years ago
.js-openInAppButton {
  display: none;
}