Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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