Bookmarklets*»  (cli.gs/erich13-bookmarklets)

    tagged [about|web-page|@blogger|edit|clig|internal|sandbox|done-once]

by Eric "erich" Herberholz Eric Herberholz  View Eric Herberholz's profile on LinkedIn My Status» - About Me  A-List»  Blogs» Bookmarks» Portals»  Social»  Tagging»  Twitter»   URLs»  Web_2.0»

About

Bookmarklets

My favorite bookmarklets

  • Bookmarklets that reduce a long URL to short one (e.g. a twitter post)

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.




Example: Dark to Light and Light to Dark...

August 26, 2006 by Robert

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); } })();



















































Expanding...