Skip to content

Instantly share code, notes, and snippets.

View btoplak's full-sized avatar

Bernard Toplak btoplak

View GitHub Profile
@btoplak
btoplak / jdownloader_automat.user.js
Last active May 7, 2023 21:06
Automatically send fireload.com (or any other file sharing domain) URL to JDownloader using CNL2 API
// ==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==