I have make a bookmarklet for Google Chrome to read coloured pages.
With 1 click, you can make black text & white page to read easier.
Create a new bookmark with this code below:
It very nice! Thank you for reading.javascript: (function(){ var newSS, styles='* { background: white ! important; color: black !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); } } )();
I just modify a add-on on Avant Browser.


LinkBack URL
About LinkBacks



Reply With Quote


. 



