Advertisement
Guest User

Yet Another Download Helper for Various FileHosting sites RE

a guest
Mar 11th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @id             downloadhelper
  3. // @name           Yet Another Download Helper for Various FileHosting sites
  4. // @icon           http://puu.sh/2MzuG.png
  5. // @homepageURL    http://userscripts.org/scripts/show/172936
  6. // @version        GOL D. 74.21
  7. // @namespace      amzma@deviantart.com
  8. // @author         AMZMA
  9. // @developer      BlackJack
  10. // @description    Download Helper
  11. // updateURL       http://userscripts.org/scripts/source/166599.meta.js
  12. // @updateURL      http://userscripts.org/scripts/source/172936.meta.js
  13. // @downloadURL    http://userscripts.org/scripts/source/172936.user.js
  14.  
  15. // @exclude        /^.*(^\.1fichier)\.com//
  16. // @exclude        *.net/
  17. // @exclude        *.com/login*
  18. // @exclude        *.net/login*
  19. // @exclude        *.com/user*
  20. // @exclude        *.net/user*
  21. // @exclude        */undefined
  22. // @exclude        */?op=*
  23.  
  24. // @include        /http(|s)://www\.mirrorcreator\.com/(files/|showlink\.php\?).*/
  25. // @include        /.*embedupload\.(com|to)/\?.*/
  26. // @include        *jheberg.net/captcha/*
  27. // @include        *sourceforge.net/projects/*/download
  28.  
  29. // @include        *180upload.com/*
  30. // @include        *.1fichier.com*
  31. // @include        *2shared.com/*
  32. // @include        /.*4upfiles\.com/getfile(|s)\.php/
  33. // @include        *aisfile.com/*
  34. // @include        /.*akafile\.com/down(|s)\.php/
  35. // @include        *albafile.com/*
  36. // @include        *anonfiles.com/file/*
  37. // @include        *arabloads.com/*
  38. // @include        /.*asfile\.com/(|en/free-download/)file/.*/
  39. // @include        *bayfiles.net/file/*
  40. // @include        *billionuploads.com/*
  41. // @include        *cyberlocker.ch/*
  42. // @include        *d-h.st/*
  43. // @include        *davvas.com/*
  44. // @include        *dropbox.com/s/*
  45. // @include        *embedload.com/*
  46. // @include        *epicshare.net/*
  47. // @include        *filedap.com/*
  48. // @include        /.*filefactory\.com/(dlf|file)/.*/
  49. // @include        *filefolks.com/*
  50. // @include        *filerio.in/*
  51. // @include        *filetrip.net/dl?*
  52. // @include        *filezy.net/*
  53. // @include        /.*firedrive\.(com|ws)/file/.*/
  54. // @include        *forunesia.com/*
  55. // @include        *freakshare.com/files/*
  56.  
  57. // @include        *gamefront.com/files/*
  58. // @include        *ge.tt/*
  59. // @include        *hipfile.com/*
  60. // @include        *hostr.co/*
  61. // @include        *hugefiles.net/*
  62. // @include        *ifile.ws/*
  63. // @include        *imzupload.com/*
  64. // @include        *jumbofiles.com/*
  65. // @include        *limelinx.com/*
  66. // @include        *lumfile.com/*
  67. // @include        /.*mediafire\.com/(\?|download/).*/
  68. // @include        *mightyupload.com/*
  69. // @include        *mixturecloud.com/*
  70. // @include        *movreel.com/*
  71. // @include        *netload.in/*
  72. // @include        /.*potload\.(com|net)/.*/
  73. // @include        *queenshare.com/*
  74. // @include        /.*rapidgator\.net/(download|file)/.*/
  75. // @include        *rapidshare.com/#!download*
  76. // @include        *rghost.net/*
  77. // @include        *ryushare.com/*
  78. // @include        *sendmyway.com/*
  79. // @include        *sendspace.com/file/*
  80. // @include        *sharebeast.com/*
  81. // @include        *sockshare.com/file/*
  82. // @include        *solidfiles.com/d/*
  83. // @include        *swankshare.com/*
  84. // @include        *turbobit.net/*
  85. // @include        *tusfiles.net/*
  86. // @include        *tusfil.es/*
  87. // @include        *upfile.mobi/*
  88. // @include        *upafile.com/*
  89. // @include        *uploaded.net/file/*
  90. // @include        *uploadingit.com/file/*
  91. // @include        *uploads.ws/*
  92. // @include        *uppit.com/*
  93. // @include        *uptobox.com/*
  94. // @include        *verzend.be/*
  95. // @include        *v-vids.com/*
  96. // @include        *xl.gs/*
  97. // @include        *zaladuj.to/*
  98. // @include        *ziddu.com/download/*
  99. // @include        *downloads.ziddu.com/downloadfile/*
  100. // @include        *zippyshare.com/*/file.html*
  101.  
  102.     // @include        /.*\.4shared(|-china)\.com/(android|archive|download|file|get|mobile|mp3|music|office|photo|rar|video|zip)/.*/
  103.  
  104.     // @include        *4server.info/download/*
  105.  
  106. // @require        http://code.jquery.com/jquery-1.10.1.min.js
  107. // @homepage       Teras
  108. // @run-at         document-start
  109. // ==/UserScript==
  110.  
  111. $(document).ready(function() {
  112.  
  113. //
  114. //
  115.    
  116.     Download(/mirrorcreator/, MirrorCreator);
  117.     Download(/embedupload/, EmbedUpload);
  118.     Download(/jheberg.net/, Jheberg);
  119.     Download(/sourceforge.net/, SourceForge);
  120.    
  121.     Download(/180upload|epicshare.net/, SatuDelapanNolUpload);
  122.     Download(/1fichier/, SatuFichier);
  123.     Download(/2shared/, DuaShared);
  124.     Download(/4shared/, EmpatShared);
  125.     Download(/4server.info/, EmpatServer);
  126.     Download(/4upfiles|ryushare/, EmpatUpFiles);
  127.     Download(/aisfile/, AisFile);
  128.     Download(/akafile|hipfile/, AkaFile);
  129.     Download(/albafile|filefolks|queenshare/, AlbaFile);
  130.     Download(/anonfiles/, AnonFiles);
  131.     Download(/asfile/, AsFile);
  132.     Download(/bayfiles.net/, BayFiles);
  133.     Download(/billionuploads/, BillionUploads);
  134.     Download(/cyberlocker.ch/, CyberLocker);
  135.     Download(/d-h.st/, DHost);
  136.     Download(/davvas/, Davvas);
  137.     Download(/dropbox/, DropBox);
  138.     Download(/embedload/, EmbedLoad);
  139.     Download(/filedap/, FileDap);
  140.     Download(/filefactory/, FileFactory);
  141.     Download(/filerio.in/, FileRio);
  142.     Download(/filetrip.net/, FileTrip);
  143.     Download(/filezy.net/, FileZy);
  144.     Download(/firedrive|sockshare/, FireDrive);
  145.     Download(/forunesia/, ForUNesia);
  146.     Download(/freakshare/, FreakShare);
  147.     Download(/gamefront/, GameFront);
  148.     Download(/ge.tt/, Gett);
  149.     Download(/hostr.co/, Hostr);
  150.     Download(/hotfile/, HotFile);
  151.     Download(/hugefiles.net/, HugeFiles);
  152.     Download(/ifile.ws|arabloads|uptobox|zaladuj.to/, iFile);
  153.     Download(/ifile.ws/, iFile2);
  154.     Download(/imzupload/, IMZupload);
  155.     Download(/jumbofiles/, JumboFiles);
  156.     Download(/limelinx/, LimeLinx);
  157.     Download(/lumfile/, Lumfile);
  158.     Download(/mediafire/, MediaFire);
  159.     Download(/mightyupload/, MightyUpload);
  160.     Download(/mixturecloud/, MixtureCloud);
  161.     Download(/movreel/, Movreel);
  162.     Download(/netload.in/, NetLoad);
  163.     Download(/potload|potload.net/, PotLoad);
  164.     Download(/rapidgator.net/, RapidGator);
  165.     Download(/rapidshare/, RapidShare);
  166.     Download(/rghost.net/, RGhost);
  167.     Download(/sendmyway/, SendMyWay);
  168.     Download(/sendspace/, SendSpace);
  169.     Download(/sharebeast/, ShareBeast);
  170.     Download(/solidfiles/, SolidFiles);
  171.     Download(/swankshare/, SwankShare);
  172.     Download(/turbobit.net/, TurboBit);
  173.     Download(/tusfiles.net/, Tusfiles);
  174.     Download(/tusfil.es/, Tusfil);
  175.     Download(/upfile.mobi/, UpFile);
  176.     Download(/upafile/, UpAFile);
  177.     Download(/uploaded.net/, Uploaded);
  178.     Download(/uploadingit/, UploadingIt);
  179.     Download(/uploads.ws/, UploadsWS);
  180.     Download(/uppit/, Uppit);
  181.     Download(/verzend.be/, Verzend);
  182.     Download(/vids/, Vids);
  183.     Download(/xl.gs/, XL);
  184.     Download(/ziddu/, Ziddu);
  185.     Download(/zippyshare/, ZippyShare);
  186.    
  187. });
  188.  
  189.  
  190. function Download(check, callback) {
  191.     if (check.test(window.location.host)) {
  192.         callback();
  193.         controls();
  194.     }
  195. }
  196.  
  197. //
  198. //
  199.  
  200. var MirrorCreator = function () {
  201.     var jika = function () {
  202.         if ($('img[alt="SolidFiles"]').closest('tr').find('a[target="_blank"]').length) {
  203.             window.location= $('img[alt="SolidFiles"]').closest('tr').find('a[target="_blank"]').attr('href');}
  204.         else if ($('img[alt="RGhost"]').closest('tr').find('a[target="_blank"]').length) {
  205.             window.location= $('img[alt="RGhost"]').closest('tr').find('a[target="_blank"]').attr('href');}
  206.         else if ($('img[alt="PutLocker"]').closest('tr').find('a[target="_blank"]').length) {
  207.             window.location= $('img[alt="PutLocker"]').closest('tr').find('a[target="_blank"]').attr('href');}
  208.         else if ($('img[alt="Gett"]').closest('tr').find('a[target="_blank"]').length) {
  209.             window.location= $('img[alt="Gett"]').closest('tr').find('a[target="_blank"]').attr('href');}
  210.         else if ($('img[alt="SockShare"]').closest('tr').find('a[target="_blank"]').length) {
  211.             window.location= $('img[alt="SockShare"]').closest('tr').find('a[target="_blank"]').attr('href');}
  212.         else if ($('img[alt="ShareBeast"]').closest('tr').find('a[target="_blank"]').length) {
  213.             window.location= $('img[alt="ShareBeast"]').closest('tr').find('a[target="_blank"]').attr('href');}
  214.         else if ($('img[alt="FourShared"]').closest('tr').find('a[target="_blank"]').length) {
  215.             window.location= $('img[alt="FourShared"]').closest('tr').find('a[target="_blank"]').attr('href');}
  216.         else if ($('img[alt="TusFiles"]').closest('tr').find('a[target="_blank"]').length) {
  217.             window.location= $('img[alt="TusFiles"]').closest('tr').find('a[target="_blank"]').attr('href');}
  218.     }
  219.     if (window.location.href.indexOf("files") > -1) {
  220.         GM_addStyle(ssc);
  221.         setTimeout(jika, 5000);
  222.         }
  223.     if (window.location.href.indexOf("mstat") > -1) {
  224.         GM_addStyle(ssc);
  225.         jika();
  226.         }
  227.     if (window.location.href.indexOf("showlink") > -1) {
  228.         GM_addStyle(ssc);
  229.         if ($('#redirectlink > a').length) {
  230.             window.location= $('#redirectlink > a').attr('href');}
  231.         }
  232. }
  233.  
  234.  
  235. var EmbedUpload = function () {
  236.     GM_addStyle(ssc);
  237.     $("script").remove();
  238.     if ($('.categories > span > b > a[target="_blank"]').length) {
  239.         window.location= $('.categories > span > b > a[target="_blank"]').attr('href');}
  240.     else if ($('.linkazza').length) {
  241.         window.location= $('.linkazza').attr('href');}
  242. }
  243. var Jheberg = function () {
  244.     GM_addStyle(ssc);
  245.     $("script").remove();
  246.     $('a[alt="Télécharger"] > .download').get(0).click();
  247. }
  248. var SourceForge = function () {
  249.     GM_addStyle(ssc);
  250.     $("script").remove();
  251.     $("#starting .direct-download").get(0).click();
  252. }
  253.  
  254. //
  255. //
  256.  
  257. var SatuDelapanNolUpload = function () {
  258.     GM_addStyle(ssc);
  259.     $("script").remove();
  260.     $("#adcopy_response").focus();
  261.     $("#use_installer").get(0).click();
  262.     $("#lnk_download").get(0).click();
  263. }
  264.  
  265. var SatuFichier = function () {
  266.     GM_addStyle(ssc);
  267.     $("script").remove();
  268.     $(".form-button").get(0).click();
  269. }
  270.  
  271. var DuaShared = function () {
  272.     GM_addStyle(ssc);
  273.     $("script").remove();
  274.     $('a[onclick="downloadComplete();"]').get(0).click();
  275. }
  276.  
  277. var EmpatShared = function () {
  278.     GM_addStyle(ssc);
  279.     $("script").remove();
  280.     window.location="http://www.4server.info/download/"+window.location.href;
  281. }
  282.  
  283. var EmpatServer = function () {
  284.     $("script").remove();
  285.     if (typeof GM_addStyle != "undefined") {
  286.         GM_addStyle(css);
  287.         } else if (typeof PRO_addStyle != "undefined") {
  288.             PRO_addStyle(css);
  289.         } else if (typeof addStyle != "undefined") {
  290.             addStyle(css);
  291.         } else {
  292.             var heads = document.getElementsByTagName("head");
  293.             if (heads.length > 0) {
  294.                 var node = document.createElement("style");
  295.                 node.type = "text/css";
  296.                 node.appendChild(document.createTextNode(css));
  297.                 heads[0].appendChild(node);
  298.             }
  299.     }
  300.     $("a[href*='4shared.com/download/']").get(0).click();
  301.     $('iframe').contents().find('a[href*="4shared.com/download/"]').get(0).click();
  302. }
  303.  
  304. var EmpatUpFiles = function () {
  305.     GM_addStyle(ssc);
  306.     $("script").remove();
  307.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  308.     if (document.domain !== "ryushare.com" && document.domain !== "www.ryushare.com") var func2 = function () { $("#btn_download").removeAttr("disabled");}
  309.     var func3 = function () { $("#btn_download").get(0).click();}
  310.     var func4 = function () { $("#file_button").get(0).click();}
  311.     setTimeout(func1, 500);
  312.     setTimeout(func2, 600);
  313.     setTimeout(func3, 31000);
  314.     setTimeout(func4, 900);
  315. }
  316.  
  317. var AisFile = function () {
  318.     GM_addStyle(ssc);
  319.     $("script").remove();
  320.     var func1 = function () { $("#btn_download").get(0).click();}
  321.     var func2 = function () { $('a[href^="http://aisfile.com:182/d/"]').get(0).click();}
  322.     if ($('a[href$="op=logout"]').length) {
  323.         setTimeout(func1, 6000);}
  324.         else {setTimeout(func1, 11000);}
  325.     setTimeout(func2, 100);
  326. }
  327.    
  328. var AkaFile = function () {
  329.     GM_addStyle(ssc);
  330.     $("script").remove();
  331.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  332.     var func2 = function () { $("#btn_download").get(0).click();}
  333.     var func3 = function () { $("center > a[href*='arc.akafile']").get(0).click();}
  334.     setTimeout(func1, 500);
  335.     setTimeout(func2, 600);
  336.     setTimeout(func3, 700);
  337. }
  338.  
  339. var AlbaFile = function () {
  340.     GM_addStyle(zma);
  341.     $("script").remove();
  342.     var func01 = function () { $("body").prepend('<div id="amz" class="amz" style="z-index: 9999 !important;"></div>');}
  343.     var func02 = function () { $("form").appendTo("#amz");}
  344.     var func03 = function () { $("#amz").nextAll().addClass('zma');}
  345.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  346.     var func2 = function () { $("#btn_download").removeAttr("disabled");
  347.                                 $(".captcha_code").focus();}
  348.     var func3 = function () { $("span[style*='background:#f9f9f9'] > a").get(0).click();}
  349.     setTimeout(func01, 100);
  350.     setTimeout(func02, 200);
  351.     setTimeout(func03, 300);
  352.     setTimeout(func1, 500);
  353.     setTimeout(func2, 700);
  354.     setTimeout(func3, 900);
  355. }
  356.  
  357. var AnonFiles = function () {
  358.     if ($('.download_button').length) {
  359.         window.location= $('.download_button').get(0).click();}
  360. }
  361.  
  362. var AsFile = function () {
  363.     GM_addStyle(ssc);
  364.     $("script").remove();
  365.     var func1 = function () { $("#pop_up_load").removeAttr("style");
  366.                                 $("#div_captcha").removeAttr("style");}
  367.     var func11 = function () { $("#recaptcha_response_field").focus();}
  368.     var func2 = function () { $('#manuel_redirect > a[href^="/en/free-download/file/"]').get(0).click();}
  369.     var func3 = function () { $("#clock_block").get(0).click();}
  370.     setTimeout(func1, 100);
  371.     setTimeout(func11, 150);
  372.     setTimeout(func2, 300);
  373.     setTimeout(func3, 500);
  374. }
  375.  
  376. var BayFiles = function () {
  377.     GM_addStyle(ssc);
  378.     $("script").remove();
  379.     $(".highlighted-btn").get(0).click();
  380. }
  381.  
  382. var BillionUploads = function () {
  383.     GM_addStyle(ssc);
  384.     $("script").remove();
  385.     var func1 = function () { $("#btn_download").get(0).click();}
  386.     var func2 = function () { $("#vegd").removeAttr("checked");}
  387.     var func3 = function () { $('a[onclick^="init_download"]').get(0).click();}
  388.     setTimeout(func1, 1000);
  389.     setTimeout(func2, 500);
  390.     setTimeout(func3, 1000);
  391. }
  392.  
  393. var CyberLocker = function () {
  394.     GM_addStyle(ssc);
  395.     $("script").remove();
  396.     var func = function () { $("#btn_download").removeAttr("disabled");
  397.                                 $("#btn_download").get(0).click();}
  398.     setTimeout(func, 500);
  399. }
  400.  
  401. var DHost = function () {
  402.     GM_addStyle(ssc);
  403.     $("script").remove();
  404.     $("#downloadfile").get(0).click();
  405. }
  406.  
  407. var Davvas = function () {
  408.     GM_addStyle(ssc);
  409.     $("script").remove();
  410.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  411.     var func2 = function () { $("#btn_download").get(0).click();}
  412.     var func3 = function () { if ($("#chlink").is(":checked")) {
  413.                     $("#chlink").get(0).click();} }
  414.     var func4 = function () { $("a[onclick*='btnClick']").get(0).click();}
  415.     setTimeout(func1, 100);
  416.     setTimeout(func2, 12000);
  417.     setTimeout(func3, 300);
  418.     setTimeout(func4, 500);
  419. }
  420.  
  421. var DropBox = function () {
  422.     GM_addStyle(ssc);
  423.     $("script").remove();
  424.     $("#default_content_download_button").get(0).click();
  425. }
  426.  
  427. var EmbedLoad = function () {
  428.     GM_addStyle(ssc);
  429.     $("script").remove();
  430.     if ($('a[href^="http://embedload.com/files/"]').length) {
  431.         window.location= $('a[href^="http://embedload.com/files/"]').attr('href');}
  432.     $("#btn_download").get(0).click();
  433. }
  434.  
  435. var FileDap = function () {
  436.     GM_addStyle(ssc);
  437.     $("script").remove();
  438.     $("#chlink").removeAttr("checked");
  439.     if ($('a[href*=".filedap.com:"]').length) {
  440.         window.location= $('a[href*=".filedap.com:"]').attr('href');}
  441.     $("input[name='method_free']").get(0).click();
  442.     $('input[value^="GoTo"]').get(0).click();
  443. }
  444.  
  445. var FileFactory = function () {
  446.     GM_addStyle(ssc);
  447.     $("script").remove();
  448.     var func1 = function () { $("#basicLink").get(0).click();}
  449.     var func2 = function () { $("#dlManager").get(0).click();}
  450.     var func3 = function () { $("a[data-href-direct^='http']").get(0).click();}
  451.     setTimeout(func1, 100);
  452.     setTimeout(func2, 300);
  453.     setTimeout(func3, 61000);
  454. }
  455.  
  456. var FileRio = function () {
  457.     GM_addStyle(ssc);
  458.     $("script").remove();
  459.     var func = function () { $(".download0_form").removeAttr("disabled");
  460.                                 $(".regular_download").get(0).click();}
  461.     setTimeout(func, 1000);
  462. }
  463.  
  464. var FileTrip = function () {
  465.     GM_addStyle(ssc);
  466.     $("script").remove();
  467.     var func = function () { $('form[target*="_blank"]').submit();}
  468.     setTimeout(func, 300);
  469. }
  470.  
  471. var FileZy = function () {
  472.     GM_addStyle(ssc);
  473.     $("script").remove();
  474.     var func1 = function () { $("#regularBtn_n").get(0).click();}
  475.     var func2 = function () { $("#btn_download").removeAttr("disabled").click();}
  476.     var func3 = function () { $(".btn-download").get(0).click();}
  477.     setTimeout(func1, 100);
  478.     setTimeout(func2, 31000);
  479.     setTimeout(func3, 300);
  480. }
  481.  
  482. var FireDrive = function () {
  483.     GM_addStyle(ssc);
  484.     $("script").remove();
  485.     var func0 = function () { $(".continue").removeAttr("disabled");}
  486.     var func2 = function () { $(".continue").get(0).click();}
  487.     var func3 = function () { $("#fd_vid_btm_download").get(0).click();}
  488.     setTimeout(func2, 300);
  489.     setTimeout(func3, 350);
  490. }
  491.  
  492. var ForUNesia = function () {
  493.     GM_addStyle(ssc);
  494.     $("script").remove();
  495.     var klik = $("#btn_download").removeAttr("disabled").click();
  496.     var func = function () { $("#btn_download").get(0).click();}
  497.     if ($('#countdown_str').length) {
  498.         setTimeout(func, 31000);}
  499.         else {klik}
  500. }
  501.  
  502. var FreakShare = function () {
  503.     GM_addStyle(ssc);
  504.     $("script").remove();
  505.     var func2 = function () { $("#dlbutton").get(0).click();}
  506.     var func3 = function () { $("#captcha").removeAttr("style");
  507.                                 $("#recaptcha_response_field").focus();}
  508.     setTimeout(func2, 92000);
  509.     setTimeout(func3, 500);
  510. }
  511.  
  512. var GameFront = function () {
  513.     GM_addStyle(ssc);
  514.     $("script").remove();
  515.     var func1 = function () { $("#downloadLink").get(0).click();}
  516.     var func2 = function () { $('a[href*=".gamefront.com/guploads/"]').get(0).click();}
  517.     setTimeout(func1, 100);
  518.     setTimeout(func2, 300);
  519. }
  520.  
  521. var Gett = function () {
  522.     GM_addStyle(ssc);
  523.     $("script").remove();
  524.     if ($('a[target="hidden-frame"]').length) {
  525.         window.location= $('a[target="hidden-frame"]').attr('href');}
  526. }
  527.  
  528. var HotFile = function () {
  529.     GM_addStyle(ssc);
  530.     $("script").remove();
  531.     var func1 = function () { $('input[value*="DOWNLOAD"]').get(0).click();}
  532.     var func2 = function () { $(".click_download").get(0).click();}
  533.     setTimeout(func1, 100);
  534.     setTimeout(func2, 300);
  535. }
  536.  
  537. var Hostr = function () {
  538.     GM_addStyle(ssc);
  539.     $("script").remove();
  540.     var func1 = function () { if ($("#checkbox-label").not(":checked")) {
  541.                     $("#checkbox-label").get(0).click();} }
  542.     var func2 = function () { $("#download-button").get(0).click();}
  543.     setTimeout(func1, 100);
  544.     setTimeout(func2, 300);
  545. }
  546.  
  547. var HugeFiles = function () {
  548.     GM_addStyle(ssc);
  549.     $("script").remove();
  550.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  551.     var func2 = function () { $("#dap").removeAttr("checked");}
  552.     var func3 = function () { $("#recaptcha_response_field").focus();}
  553.     setTimeout(func1, 300);
  554.     setTimeout(func2, 500);
  555.     setTimeout(func3, 550);
  556. }
  557.  
  558. var iFile = function () {
  559.     $("script").remove();
  560.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  561.     if (document.domain !== "uptobox.com" && document.domain !== "www.uptobox.com") var func2 = function () { $("#real_dl").attr('style', 'display: block !important');
  562.                                                                                                                 $("td[align='right']>img").css('height','200px');
  563.                                                                                                                 $("#btn_download").removeAttr("disabled");}
  564.     var func3 = function () { $(".captcha_code").focus();}
  565.     var func41 = function () { $("button > img[alt^='Download']").get(0).click();}
  566.     var func42 = function () { $("span[style*='background:#f9f9f9'] > a").get(0).click();}
  567.     var func43 = function () { $(".a-btn").get(0).click();}
  568.     setTimeout(func1, 100);
  569.     setTimeout(func2, 300);
  570.     setTimeout(func3, 500);
  571.     setTimeout(func41, 710);
  572.     setTimeout(func42, 730);
  573.     setTimeout(func43, 750);
  574. }
  575.  
  576. var iFile2 = function () {
  577.     GM_addStyle(ssc);
  578. }
  579.  
  580. var IMZupload = function () {
  581.     GM_addStyle(ssc);
  582.     $("script").remove();
  583.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  584.     var func2 = function () { $("td[align='right']>img").css('height','200px');
  585.                                 $("#btn_download").removeAttr("disabled");}
  586.     var func3 = function () { $(".captcha_code").focus();
  587.                                 $('form[name*="F1"]').submit();}
  588.     var func4 = function () { $("span[style*='background:#f9f9f9'] > a").get(0).click();}
  589.     setTimeout(func1, 100);
  590.     setTimeout(func2, 300);
  591.     setTimeout(func3, 500);
  592.     setTimeout(func4, 700);
  593. }
  594.  
  595. var JumboFiles = function () {
  596.     GM_addStyle(ssc);
  597.     $("script").remove();
  598.     var func1 = function () { $('input[value="Download"]').get(0).click();}
  599.     var func2 = function () { $('form[name*="F1"]').submit();}
  600.     var func3 = function () { $('form[method*="LINK"]').submit();}
  601.     setTimeout(func1, 100);
  602.     setTimeout(func2, 300);
  603.     setTimeout(func3, 500);
  604. }
  605.  
  606. var LimeLinx = function () {
  607.     GM_addStyle(ssc);
  608.     $(".btn-success").get(0).click();
  609.     setTimeOut("window.close();",5000);
  610. }
  611.  
  612. var Lumfile = function () {
  613.     GM_addStyle(ssc);
  614.     $("script").remove();
  615.     var func1 = function () { $('input[name="method_free"]').get(0).click();}
  616.     var func2 = function () { $("#recaptcha_response_field").focus();;
  617.                                 $("#btn_download").removeAttr("disabled");}
  618.     setTimeout(func1, 300);
  619.     setTimeout(func2, 500);
  620. }
  621.  
  622. var MediaFire = function () {
  623.     GM_addStyle(ssc);
  624.     $('a[onclick^="DLP_mOnDownload(this)"]').get(0).click();
  625.     setTimeOut("window.close();",5000);
  626. }
  627.  
  628. var MixtureCloud = function () {
  629.     GM_addStyle(ssc);
  630.     $("script").remove();
  631.     $(".shadow_media").remove();
  632.     var func1 = function () { $(".text-center > a[href*='/download/']").get(0).click();}
  633.     var func2 = function () { $("#download_unlimited").get(0).click();}
  634.     setTimeout(func1, 300);
  635.     setTimeout(func2, 500);
  636. }
  637.  
  638. var MightyUpload = function () {
  639.     GM_addStyle(ssc);
  640.     $("script").remove();
  641.     var func1 = function () { $("#btn_download").get(0).click();}
  642.     var func2 = function () { $("#use_installer").get(0).click();
  643.                                 $("#lnk_download").get(0).click();}
  644.     setTimeout(func1, 500);
  645.     setTimeout(func2, 1000);
  646. }
  647.  
  648. var Movreel = function () {
  649.     GM_addStyle(ssc);
  650.     $("script").remove();
  651.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  652.     var func2 = function () { $('img[alt*="Submit Query"]').get(0).click();}
  653.     var func3 = function () { $("#use_installer").get(0).click();
  654.                                 $("#lnk_download").get(0).click();}
  655.     setTimeout(func1, 100);
  656.     setTimeout(func2, 300);
  657.     setTimeout(func3, 500);
  658. }
  659.  
  660. var NetLoad = function () {
  661.     GM_addStyle(ssc);
  662.     GM_addStyle(zma);
  663.     $("script").remove();
  664.     var func1 = function () { $(".whitelink").get(0).click();}
  665.     var func2 = function () { $("#downloadDiv").addClass("amz");
  666.                                 $(".Download_Captcha").focus();}
  667.     var func3 = function () { $(".Orange_Link").get(0).click();}
  668.     setTimeout(func1, 100);
  669.     setTimeout(func2, 300);
  670.     setTimeout(func3, 500);
  671. }
  672.  
  673. var PotLoad = function () {
  674.     GM_addStyle(ssc);
  675.     $("script").remove();
  676.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  677.     var func2 = function () { $("#btn_download").removeAttr("disabled");}
  678.     var func3 = function () { $("#btn_download").get(0).click();}
  679.     var func4 = function () { $(".downloadurl > a").get(0).click();}
  680.     setTimeout(func1, 100);
  681.     setTimeout(func2, 300);
  682.     setTimeout(func3, 22000);
  683.     setTimeout(func4, 500);
  684. }
  685.  
  686. var RapidGator = function () {
  687.     GM_addStyle(ssc);
  688.     $("script").remove();
  689.     var func1 = function () { $(".btn-free").get(0).click();}
  690.     var func2 = function () { $("#adcopy_response").focus();}
  691.     var func3 = function () { $(".btn-download").get(0).click();}
  692.     var func4 = function () { $("#use_web_downloader").get(0).click();}
  693.     setTimeout(func1, 100);
  694.     setTimeout(func2, 300);
  695.     setTimeout(func3, 350);
  696.     setTimeout(func4, 370);
  697. }
  698.  
  699. var RapidShare = function () {
  700.     GM_addStyle(ssc);
  701.     $("script").remove();
  702.     $("#js_btn_download").get(0).click();
  703. }
  704.  
  705. var RGhost = function () {
  706.     GM_addStyle(ssc);
  707.     $("script").remove();
  708.     $(".header_link").get(0).click();
  709. }
  710.  
  711. var SendMyWay = function () {
  712.     GM_addStyle(ssc);
  713.     $("script").remove();
  714.     var func1 = function () { $("#btn_download").get(0).click();}
  715.     var func2 = function () { $("#adcopy_response").focus();}
  716.     var func3 = function () { $("#direct_download > #download_link").get(0).click();}
  717.     setTimeout(func1, 300);
  718.     setTimeout(func2, 500);
  719.     setTimeout(func3, 700);
  720. }
  721.  
  722. var SendSpace = function () {
  723.     GM_addStyle(ssc);
  724.     $("script").remove();
  725.     $("#download_button").get(0).click();
  726. }
  727.  
  728. var ShareBeast = function () {
  729.     GM_addStyle(ssc);
  730.     $("script").remove();
  731.     $('input[type="checkbox"]').removeAttr("checked");
  732.     $(".download-file1").get(0).click();
  733. }
  734.  
  735. var SolidFiles = function () {
  736.     GM_addStyle(ssc);
  737.     $("script").remove();
  738.     $("#download-button").get(0).click();
  739. }
  740.  
  741. var SwankShare = function () {
  742.     GM_addStyle(ssc);
  743.     $("script").remove();
  744.     var func1 = function () { $("#recaptcha_response_field").focus();
  745.                                 $("#btn_download").removeAttr("disabled");}
  746.     var func2 = function () { $('a[href*=".swankshare.com:182/d/"]').get(0).click();}
  747.     setTimeout(func1, 100);
  748.     setTimeout(func2, 300);
  749. }
  750.  
  751. var TurboBit = function () {
  752.     GM_addStyle(ssc);
  753.     $("script").remove();
  754.     var func1 = function () {
  755.         if ($('.min-speed-header > a[href^="/download/free/"]').length) {
  756.             window.location= "http://m.turbobit.net"+$('a[href^="/download/free/"]').attr('href');}}
  757.     var func2 = function () { $("#captcha_response").focus();}
  758.     var func3 = function () { $(".download-file-link").get(0).click();}
  759.     setTimeout(func1, 300);
  760.     setTimeout(func2, 500);
  761.     setTimeout(func3, 700);
  762. }
  763.  
  764. var Tusfiles = function () {
  765.     GM_addStyle(ssc);
  766.     $("script").remove();
  767.     $('input').removeAttr("disabled");
  768.     $('input[type="checkbox"]').removeAttr("checked");
  769.     $('input[value="Download File"]').get(0).click();
  770. }
  771.  
  772. var Tusfil = function () {
  773.     GM_addStyle(ssc);
  774.     $("script").remove();
  775.     $(".button > a").get(0).click();
  776. }
  777.  
  778. var UpFile = function () {
  779.     GM_addStyle(ssc);
  780.     $("script").remove();
  781.     $('a[href*="download.php?f="]').get(0).click();
  782. }
  783.  
  784. var UpAFile = function () {
  785.     GM_addStyle(ssc);
  786.     $("script").remove();
  787.     var func1 = function () { $("#recaptcha_response_field").focus();
  788.                                 $("#btn_download").removeAttr("disabled");}
  789.     var func2 = function () { $("#btn_download").get(0).click();}
  790.     var func3 = function () { $("span > a[href^='http']").get(0).click();}
  791.     setTimeout(func1, 100);
  792.     setTimeout(func3, 300);
  793. }
  794.  
  795. var Uploaded = function () {
  796.     GM_addStyle(ssc);
  797.     $("script").remove();
  798.     var func1 = function () { $(".free").get(0).click();}
  799.     var func2 = function () { $("#recaptcha_response_field").focus();}
  800.     setTimeout(func1, 100);
  801.     setTimeout(func2, 33000);
  802. }
  803.  
  804. var UploadingIt = function () {
  805.     GM_addStyle(ssc);
  806.     $("script").remove();
  807.     $("#downloadForm").submit();
  808. }
  809.  
  810. var UploadsWS = function () {
  811.     GM_addStyle(ssc);
  812.     $("script").remove();
  813.     var func = function () { $("#downloadFile").get(0).click();}
  814.     setTimeout(func, 11000);
  815. }
  816.  
  817. var Uppit = function () {
  818.     GM_addStyle(ssc);
  819.     $("script").remove();
  820.     var func1 = function () { $("#btn_download").removeAttr("disabled");}
  821.     var func2 = function () { $("#btn_download").get(0).click();}
  822.     var func3 = function () { $(".m-btn.blue").get(0).click();}
  823.     setTimeout(func1, 300);
  824.     setTimeout(func2, 500);
  825.     setTimeout(func3, 700);
  826. }
  827.  
  828. var Verzend = function () {
  829.     GM_addStyle(ssc);
  830.     $("script").remove();
  831.     $(".captcha_code").focus();
  832. }
  833.  
  834. var Vids = function () {
  835.     GM_addStyle(ssc);
  836.     $("script").remove();
  837.     var func1 = function () { $("#btn_download").get(0).click();}
  838.     var func2 = function () { $('#player_img a[style*="downloadbutton2.png"]').get(0).click();}
  839.     setTimeout(func1, 300);
  840.     setTimeout(func2, 500);
  841. }
  842.  
  843. var XL = function () {
  844.     GM_addStyle(ssc);
  845.     $("script").remove();
  846.     var func1 = function () { $("input[name='method_free']").get(0).click();}
  847.     var func2 = function () { $("#btn_download").removeAttr("disabled");}
  848.     var func3 = function () { $("#btn_download").get(0).click();}
  849.     var func4 = function () { $("span[style*='background:#f9f9f9'] > a").get(0).click();}
  850.     if ($('.login_area > .user').length) {
  851.         setTimeout(func3, 12000);}
  852.         else {setTimeout(func3, 22000);}
  853.     setTimeout(func1, 100);
  854.     setTimeout(func2, 300);
  855.     setTimeout(func4, 500);
  856. }
  857.  
  858.  
  859. var Ziddu = function () {
  860.     GM_addStyle(ssc);
  861.     $("script").remove();
  862.     var func1 = function () { $('form[name="dfrm"]').submit();}
  863.     var func2 = function () { $("#accelerator").get(0).click();}
  864.     var func3 = function () { $("#securitycode").focus();}
  865.     setTimeout(func1, 100);
  866.     setTimeout(func2, 300);
  867.     setTimeout(func3, 500);
  868. }
  869.  
  870. var ZippyShare = function () {
  871.     GM_addStyle(ssc);
  872.     $("script").remove();
  873.     var func = function () { $("#dlbutton").get(0).click();}
  874.     setTimeout(func, 1000);
  875. }
  876.  
  877.  
  878.  
  879.  
  880. ///////////| Cuma Semacam Sampah |////////////
  881. var css = "#kanan, iframe, noscript, blink, h2, p, a[target*=\"_blank\"], script[type*=\"text/javascript\"], div[id*=\"chitikaAdBeacon\"], font[color=\"ff00ff\"] {\n    display: none !important;\n    }\n    \n#center {\n    margin: 15% 20% !important;\n    }\n    \nfont[color=\"000080\"] {\n    font-size: 20px !important;\n    }\n    \nhtml, html > *, * {\n background-color: #CFCFCF !important;\n color: black !important;\n  }\n \na, font[color=\"000080\"] {\n color: black !important;\n  text-shadow: 0 0 5px white !important;\n    font-weight: bold !important;\n }\n\na:visited, font[color=\"000080\"]:visited {\n  color: #996633 !important;\n    text-decoration: line-through !important;\n }\n\na:hover, a:focus, font[color=\"000080\"]:hover {\n color: white !important;\n  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333 !important;\n   transition: all 0.3s ease-in-out 0s !important;\n   font-size: 18px !important;\n   }"
  882. var ssc = "form > * {   box-shadow: 0 0 8px #0F8CBB !important; }input[type=\"text\"] { box-shadow: 0 0 8px #740ED3 !important; }img {opacity: .75 !important;}html, html > *, *:before, *:after, * {   background-color: #CFCFCF !important;   color: black !important;    } body {    background: transparent !important;}a { color: black !important;    text-shadow: 0 0 5px white !important;  font-weight: bold !important;   }   a:visited { color: #996633 !important;  }a:hover, a:focus { text-decoration: none !important;   color: white !important;    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333 !important; transition: all 0.3s ease-in-out 0s !important; }"
  883. var zma = ".zma {display: none !important;} .amz {display: block !important;}   }"
  884. ///////////| Cuma Semacam Sampah |////////////
  885.  
  886.  
  887. ///////////| Lupakan Jangan, Dibuang Sayang |////////////
  888. //
  889. //  Blillion | ALba
  890. //  GM_addStyle("br, table, ul { display: none !important; }");
  891. //  GM_addStyle("#_tlink>img {width: 500px !important; height: 600px !important;");
  892. //
  893. ///////////| Lupakan Jangan, Dibuang Sayang |////////////
  894.  
  895.  
  896. // if ($(selector).length)
  897. // -------AMZ------- //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement