Chramard·17 anni fa·discussThis one transforms the links rather than opening them automatically. For pages with a lot of pdf links. javascript:(function(){dl=document.links;for(i=0;i<dl.length;++i){if(dl[i].href.substr(-4)==".pdf"){dl[i].href="http://docs.google.com/gview?embedded=true&url=+dl[i].href;}}})()