This first version (hold this link copy and remove the first "R") is the original one, it creates a new window and you have the complete functionality for the tags, also the window closes itself when finished, but is not iPhone optimized:
javascript:(function(){f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';a=function(){if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()
This second one (hold this link copy and remove the first "R") comes from sillybean.net, doesn't open a new window and the page is the mobile version.
javascript:(function(){var newUrl='http://m.delicious.com/save?url=';var thisUrl=encodeURIComponent(location.href);var title='&title='+encodeURIComponent(document.title);location.href=newUrl+thisUrl+title;})();
Hi!, I am Eduado Oliveros, if you want to contact me, send an email to eduardo.oliveros(at)gmail dot com
0 comentarios:
Publicar un comentario en la entrada