Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattstauffer/letmeread
A mini bookmarklet that forces the base body font of the current web site to be a dark, readable color.
https://github.com/mattstauffer/letmeread
Last synced: 21 days ago
JSON representation
A mini bookmarklet that forces the base body font of the current web site to be a dark, readable color.
- Host: GitHub
- URL: https://github.com/mattstauffer/letmeread
- Owner: mattstauffer
- Created: 2012-11-09T17:07:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-09T17:53:42.000Z (about 12 years ago)
- Last Synced: 2024-12-16T02:07:29.235Z (22 days ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LetMeRead
===========A mini bookmarklet that forces the base body font of the current web site to be a dark, readable color.
For now, it seems the best option is to:
1. Copy the code below
2. Add a new bookmark (to this page, for example)
3. Edit the bookmark, and replace the URL with the code you copied**Code:**
javascript:(function(){/* http://stackoverflow.com/questions/566203/changing-css-values-with-javascript */ function css(selector, property, value) {for (var i=0; i