Jun
3
2011
javascript:var s=document.createElement('script');s.setAttribute('src','http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);
Comments Off on jquery bookmarklet – add jquery on every site you want | posted in bash
Jun
3
2011
$("img[src*='picload'],img[src*='direct']").each(function(){ $( $("body").children()[0] ).before("<img src="+$(this).attr("src")+" width=50>");})
check for all imgs with picsload or direct in src and cop them right after body tag with width 50 and remove height value
Comments Off on ein wenig jquery | posted in jquery