|
Bookmarklets*» (cli.gs/erich13-bookmarklets) tagged [about|web-page|@blogger|edit|clig|internal|sandbox|done-once] by Eric "erich" Herberholz |
About
Bookmarklets
My favorite bookmarklets
References
|
|
* my list of Alpha» high-level topics, a byproduct of My_System. Sort of like having a personal Wikipedia. Each new topic is started ("done once") from a template kept at docs.google.com. Sometimes this topical document (e.g. Social») morphs (publishes elsewhere) e.g. on googlepages, my Word Press Blog , lilurl, jaiku'd, twitter'd, zoho, etc. |
Web colors are not like the mattress tags you can’t remove. If it’s less than readable, I zap the colors with this bookmarklet. Just stick it up in your toolbar, use as needed.
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(%22javascript:’%22+styles+%22’%22); } else { newSS=document.createElement(‘link’); newSS.rel=’stylesheet’; newSS.href=’data:text/css,’+escape(styles); document.getElementsByTagName(%22head%22)[0].appendChild(newSS); } })();