make a bookmark, paste this into it
javascript: (function(){ var newSS, styles='* { background: #111111 ! important; color: #D0D0D0 !important } :link, :link * { color: #0070EE !important } :visited, :visited * { color: #771AEB !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); } } )();
now whenever you click on it it executes that javascript, which turns all text white and everything else black
(not mine, I stole it from another website and changed the values)
javascript: (function(){ var newSS, styles='* { background: #111111 ! important; color: #D0D0D0 !important } :link, :link * { color: #0070EE !important } :visited, :visited * { color: #771AEB !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); } } )();
now whenever you click on it it executes that javascript, which turns all text white and everything else black
(not mine, I stole it from another website and changed the values)









Comment