dl-protect Direct Link

Show direct link on protect-lien.com!

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

You will need to install an extension such as Tampermonkey to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

// ==UserScript==
// @name            dl-protect Direct Link
// @name:fr         dl-protect Direct Link
// @name:en         dl-protect  Direct Link
// @namespace       https://www.protect-lien.com
// @namespace       https://www.liens-telechargement.com
// @version         0.4
// @description     Show direct link on protect-lien.com!
// @description:fr  Affiche directement le lien sur dl-protect
// @description:en  Show direct link on protect-lien.com!
// @author          Thibault
// @icon            https://zone-telechargement.ws/templates/zone/images/favicon.ico
// @include         /http(|s)://(|www\.)protect\-lien\.com/.*/
// @include         /http(|s)://(|www\.)liens\-telechargement\.com/.*/
// @include /http(|s)://(|ww(|w|1|2|3|4|5|6|7|8|9)\.)dl\-protect(||1|2|3|4|5|6|7|8|9).(|ws|com)/.*/
// @include /http(|s)://(|ww(|w|1|2|3|4|5|6|7|8|9)\.)protect\-lien(||1|2|3|4|5|6|7|8|9).(|ws|com)/.*/
// @include /http(|s)://(|ww(|w|1|2|3|4|5|6|7|8|9)\.)liens\-telechargement(||1|2|3|4|5|6|7|8|9).(|ws|com)/.*/
// @require         http://code.jquery.com/jquery-latest.js
// @grant           none
// ==/UserScript==


(function() {
    $(document).ready(function() {
        'use strict';
        //checkh237();

        if($("input.continuer").length > 0)
        {
            $(".continuer").click();
        }
        else
        {
            if ($(".magic input")[1])
            {
                $(".bgSlider .Slider").attr("class","Slider ui-draggable ui-draggable-disabled ui-state-disabled");
                $.post( "https://www.dl-protect1.com/php/Qaptcha.jquery.php", { action : "qaptcha", qaptcha_key: $(".QapTcha input").attr("name") } );
                $.post( "https://www.protect-lien.com/php/Qaptcha.jquery.php", { action : "qaptcha", qaptcha_key: $(".QapTcha input").attr("name") } );
                $.post( "https://www.liens-telechargement.com/php/Qaptcha.jquery.php", { action : "qaptcha", qaptcha_key: $(".QapTcha input").attr("name") } );
                //}
                $(".QapTcha input").val("");
                // {
                $(".magic input")[1].click();
                $("#h237").hide();
            }
        }
        if ($(".lienet a").attr("href") !== undefined)
        {
            $("body").html('<div style="width:100%;text-align: center;"><a id="reflink" href='+$(".lienet a").attr("href")+'>'+$(".lienet a").attr("href")+'</a></div>');
            //alert($(".lienet a").attr("href"));
        }
        else if($(".continuer").length > 0)
        {
            $(".continuer").click();
        }
    });
})();

function checkh237 (){
    if($('#h237').is(':visible'))
    { //if the container is visible on the page
        $("#h237").html('');
        $("#h237").css({'display':'none','background-color':'transparent'});
    } else {
        setTimeout(checkh237, 100);
    }
}