|
|
|
@ -1,20 +1,20 @@ |
|
|
|
// ==UserScript==
|
|
|
|
// @name Stream Download
|
|
|
|
// @version 0.3
|
|
|
|
// @namespace http://mydl.cabillot.eu
|
|
|
|
// @version 0.5
|
|
|
|
// @namespace https://mydl.cabillot.eu
|
|
|
|
// @description Ajoute le lien vers le stream direct
|
|
|
|
// @match http://www.dl-protect.com/*
|
|
|
|
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
|
|
|
|
// @copyright 2014+, Pois
|
|
|
|
// @author Pois
|
|
|
|
// @grant none
|
|
|
|
// @downloadURL http://mydl.cabillot.eu/scripts/stream.user.js
|
|
|
|
// @downloadURL https://mydl.cabillot.eu/scripts/stream.user.js
|
|
|
|
// ==/UserScript==
|
|
|
|
|
|
|
|
"use strict"; |
|
|
|
function getLink(url) |
|
|
|
{ |
|
|
|
return 'http://mydl.cabillot.eu/stream/?myurl=' + url; |
|
|
|
return 'https://mydl.cabillot.eu/stream/?myurl=' + url; |
|
|
|
} |
|
|
|
|
|
|
|
$("body").css("cursor", "progress"); |
|
|
|
|