Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorbadrov/readable-medium-extension
Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
https://github.com/davorbadrov/readable-medium-extension
Last synced: about 2 months ago
JSON representation
Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
- Host: GitHub
- URL: https://github.com/davorbadrov/readable-medium-extension
- Owner: davorbadrov
- License: mit
- Created: 2018-07-01T11:41:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:49:39.000Z (over 6 years ago)
- Last Synced: 2024-10-17T13:13:59.985Z (2 months ago)
- Language: JavaScript
- Size: 815 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Readable Medium extension
This is a Chrome extension which will remove Medium's large header and footer to make the content more readable. The script is very lightweight and shouldn't add too much overhead to the application
You can install it from [Chrome web store](https://chrome.google.com/webstore/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo)
## Getting Started
If you want to try it locally, just clone the project, add changes to the scripts in src/
and run `npm run build` to build the extension.## Built With
* [Parcel](https://parceljs.org/) - For build process
* [headroom.js](https://github.com/WickyNilliams/headroom.js) - To hide the header/footer when scrolling
* [zip-folder](https://github.com/sole/node-zip-folder) - To zip the built extension for easier deploys## License
This project is licensed under the MIT License - see the LICENSE.md file for details