JDownloader Autostart Video Hosts

Automatically starts download of the hosted video file with JDownloader on many host sites.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name        JDownloader Autostart Video Hosts
// @version     2.0
// @author      drhouse
// @description Automatically starts download of the hosted video file with JDownloader on many host sites. 
// @include     http://bestreams.net/*
// @include     https://www.file-upload.com/*
// @include     http://vodlocker.com/*
// @include     http://movdivx.com/*
// @include     http://daclips.in/*
// @include     http://vidzi.tv/*
// @include     http://www.movshare.net/*
// @include     http://streamin.to/*
// @include     http://mightyupload.com/*
// @include     http://www.putlocker.com/*
// @include     http://www.sockshare.com/*
// @include     http://www.firedrive.com/file/*
// @include     http://billionuploads.com/*
// @include     http://thefile.me/*
// @include     http://www.promptfile.com/*
// @include     http://filenuke.com/*
// @include     http://www.zalaa.com/*
// @include     http://www.uploadc.com/*
// @include     http://sharesix.com/*
// @include     http://nosvideo.com/*
// @include     http://www.vidhog.com/*
// @include     http://movpod.in/*
// @include     http://hipfile.com/*
// @include     http://uploadboy.com/*
// @include     http://gorillavid.in/*
// @include     http://movreel.com/*
// @include     http://www.cloudtime.to/*
// @include     http://www.cloudzilla.to/*
// @exclude     http://127.0.0.1:9666/flash/add?urls*
// @require     http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @locale      en
// @icon        https://board.jdownloader.org/favicon.ico
// @namespace https://greasyfork.org/users/10118
// ==/UserScript==

$(document).ready(function () {

    window.location.href = 'http://127.0.0.1:9666/flash/add?urls=' + window.location.href;

});