This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name JDownloader Automat | |
| // @namespace https://toplak.info | |
| // @author Bernard Toplak | |
| // @version 1.0.1 | |
| // @licence GPL3 | |
| // @description Send fireload.com (or any active webpage) URL to JDownloader using Click'n'Load 2 functionality. | |
| // @match https://*.fireload.com/* | |
| // @grant GM.xmlHttpRequest | |
| // ==/UserScript== |