|
|
Nope, can't figure it out.
However, if you browse to the Lifehacker link in the first post, put the 'Darken' bookmarklet into your toolbar, then right-click it, select Properties and do the following, it might work.
In the following code, change the bolded bits:
javascriptfunction(){var newSS, styles='* { background: black ! important; color: grey !important } :link, :link * { color: #0000EE !important } :visited, :visited * { color: #551A8B !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })();
to 'white' and 'black' respectively.
Then, on each page of Barbelith, click the bookmarklet, and it'll Monochrome it for you. |
|
|