// ==UserScript== // @name Scribd downloader // @author Witiko // @version 1.0.3 // @include http://www.scribd.com/doc/* // ==/UserScript== var $ = [document.querySelector(".bottom span.inner.has_icon"), document.querySelector("span.download_icon")]; document.body.addEventListener("click", function(event) { if(event.target !== $[0] && event.target !== $[1]) return; open(location.href.replace(/http:\/\/www.scribd.com\/doc\/(\d*).*/, "http://www.scribd.com/mobile/documents/$1/download")); event.stopPropagation(); }, true);
Mozilla add on,User script,Grease Monkey Script, greasemonkey userscripts, updater userscripts mafia wars userscripts mafia wars autoplayer userscripts mafia wars wall userscripts scripts userscripts travian greasemonkey greasemonkey download greasemonkey facebook greasemonkey tutorial greasemonkey youtube greasemonkey travian greasemonkey chrome greasemonkey mafia wars greasemonkey mafia wars autoplayer
Saturday, March 3, 2012
Scribd downloader
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment