- Code: Select all
apps.push([0,'Woot','http://www.woot.com/Default.aspx',Img]);
As an example - How/Can I add a the 'Links in new window' bookmarklet as a menu item?
- Code: Select all
javascript:function c6pHL6RrF(w){var i,k,T,L;for(i=0;i<w.length;i++)c6pHL6RrF(w.frames[i]);L=w.document.links;for(k=0;k<L.length;k++){T=L[k].target;if(!T||T=='_self'||T=='_top'||T==w.name||T=='Special')L[k].target='_blank'}};c6pHL6RrF(top)
thanks

