Also here is 2 more, in Firefox i have an extension and on right click it enables you to Dig up directory levels on a site. For example if used on this page:
http://www.chromeplugins.org/google/...0-post187.html
Digging up a level will take you to:
http://www.chromeplugins.org/google/chrome-tips-tricks/
And so on until your at the domain root. If you add this as a bookmark it will enable you to do dig up directory levels when clicked.
Up One Level
Up to the Domains Top Leveljavascript:if%20(location.pathname%20==%20"/");%20else%20if%20(location.pathname.charAt(location.pathname.length-1)%20==%20"/")%20location%20=%20"..";%20else%20location%20=%20".";%20void%200
Highlight all Links on a page Yellowjavascript:void(location.pathname='\\')
Make URL's Clickablejavascript:for(nIx5Bs=0;nIx5Bs<document.all.length;nIx5Bs++){if(document.all[nIx5Bs].tagName=='A'){with(document.all[nIx5Bs].style){if(backgroundColor=='yellow'){void(backgroundColor=document.bgColor)}else{void(backgroundCol or='yellow')}}}}
Another cool FireFox extension i miss is the ability to double click non-hyperlink links to visit the URL instead of copying and pasting them in a new tab. This one will make all non-hyperlinks on a page clickable.
Display all links on a page in new tabjavascript: )function(){var%20D=document;%20D.body.normalize();%20F(D.body);%20function%20F(n){var%20u,A,M,R,c,x ;%20if(n.nodeType==3){%20u=n.data.search(/https?\:\/\/[^\s]*[^.,">\s\)\]]/);%20if(u>=0)%20{%20M=n.splitText(u);%20R=M.splitText(RegExp.lastMatch.length);%20A=document.createE lement("A");%20A.href=M.data;%20A.appendChild(M);%20R.parentNode.insertBefore(A,R);%20}%20}else%20if (n.tagName!="STYLE"%20&&%20n.tagName!="SCRIPT"%20&&%20n.tagName!="A")for(c=0;x=n.childNodes[c];++c)F(x);%20}%20})();
Removes Flash, Java and Background Musicjavascript:WN7z=open('','Z6','width=450,height=600,scrollbars,resizable,menubar');DL5e=document.link s;with(WN7z.document){write('<base%20target=_blank>');for(lKi=0;lKi<DL5e.length;lKi++){write(DL5e[lKi].toString().link(DL5e[lKi])+'<br><br>')};void(close())}
A "kind of" Adblock, if you encounter an annoying page click this and kill the junk.
javascript: (function(){function%20R(w){try{var%20d=w.document,j,i,t,T,N,b,r=1,C;for(j=0;t=["object","embed","applet","iframe"][j];++j){T=d.getElementsByTagName(t);for(i=T.length-1;(i+1)&&(N=T[i]);--i)if(j!=3||!R((C=N.contentWindow)?C:N.contentDocument.defaultView)){b=d.createElement("div");b.style .width=N.width;%20b.style.height=N.height;b.innerHTML="<del>"+(j==3?"third-party%20"+t:t)+"</del>";N.parentNode.replaceChild(b,N);}}}catch(E){r=0}return%20r}R(self);var%20i,x;for(i=0;x=frames[i];++i)R(x)})()


LinkBack URL
About LinkBacks




Reply With Quote
