您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Show direct link (Uptobox,Uploaded,1fichier ...) on Zone-Telechargement.ws and avoid dl-protecte.com!
当前为
// ==UserScript== // @name Zone telechargement Direct Link // @name:en Zone telechargement Direct Link // @namespace https://www.zone-telechargement.ws/ // @version 0.4 // @description Show direct link (Uptobox,Uploaded,1fichier ...) on Zone-Telechargement.ws and avoid dl-protecte.com! // @description:en Show direct link (Uptobox,Uploaded,1fichier ...) on Zone-Telechargement.ws and avoid dl-protecte.com! // @author Thibault // @include https://*zone-telechargement.ws/* // @include http://*zone-telechargement.ws/* // @require http://code.jquery.com/jquery-latest.js // @grant none // ==/UserScript== (function() { $(document).ready(function() { $(".postinfo a").each(function (i) { var $pathname = this.pathname; //uptobox // 123455600123455602123455610123455615 if ($pathname.indexOf("123455600123455602123455610123455615") >=0 ) { $pathname = "http://uptobox.com"+$pathname.replace("123455600123455602123455610123455615",""); } //uploaded 123455600123455605123455615 if ($pathname.indexOf("123455600123455605123455615") >=0 ) { $pathname = "http://ul.to"+$pathname.replace("123455600123455605123455615",""); } //turbobit // 123455600123455607123455611123455615 if ($pathname.indexOf("123455600123455607123455611123455615") >=0 ) { $pathname = "http://turbobit.net"+$pathname.replace("123455600123455607123455611123455615",""); } //1fichier //123455601123455603123455610123455615123455617 if ($pathname.indexOf("123455601123455603123455610123455615123455617") >=0 ) { $pathname = "http://1fichier.com"+$pathname.replace("123455601123455603123455610123455615123455617","?"); } //uplea 123455600123455609123455610123455615dl123455615 if ($pathname.indexOf("123455600123455609123455610123455615dl123455615") >=0 ) { $pathname = "http://uplea.com/dl"+$pathname.replace("123455600123455609123455610123455615dl123455615",""); } //rapidgator // 123455600123455606123455611123455615file if ($pathname.indexOf("123455600123455606123455611123455615file123455615") >=0 ) { $pathname = "http://rapidgator.net"+$pathname.replace("123455600123455606123455611123455615file123455615","file/"); $pathname = $pathname.replace("123455615","/"); } //Nitroflare //123455600123455608123455610123455615view123455615 if ($pathname.indexOf("123455600123455608123455610123455615view123455615") >=0 ) { $pathname = "http://nitroflare.com"+$pathname.replace("123455600123455608123455610123455615view123455615","view/"); $pathname = $pathname.replace("123455615","/"); } $(this).attr("href", $pathname).html($pathname); }); $("div > center:eq(1) strong:last").next().after('<strong><u><span class="selection_index"></span>Allocine</u> :</strong> <a href="http://www.allocine.fr/recherche/?q='+escape($('center:eq(1) > div:eq(2)').text())+'" target="_blank">Lien</a><br/>'); $("#pubzt-rightside").html("<table> <tbody> <tr> <td> <a href='https://play.google.com/store/apps/details?id=com.tguillaume.Devine_qui_je_suis'> <table> <tbody> <tr> <td> <img src='https://lh3.googleusercontent.com/Nt-qLBdvd70SZ6X_N_avAO6cmKuwX1wYcrhZouGBF1IL0QSMTM-hH9qpmrMiioAZKcE=w300-rw' style='width:50%'> </td> </tr> <tr> <td>Qui est ce? (Android)</td> </tr> </tbody> </table> </a> </td> </tr> <tr> <td> <a href='https://play.google.com/store/apps/details?id=com.tguillaume.tictactoe'><table> <tbody> <tr> <td> <img src='https://lh6.ggpht.com/CMecbCcL0CD9Y51kw37rMcsB4RlI-_5VN43IEiZpsOY9nfzz9cjRToRd_B2pY2fJhVeA=w300-rw' style='width:50%'> </td> </tr> <tr> <td>Morpion (Android)</td> </tr> </tbody> </table> </a> </td> </tr> <tr> <td> <a href='https://play.google.com/store/apps/details?id=com.tguillaume.mastermind'> <table> <tbody> <tr> <td> <img src='https://lh3.googleusercontent.com/CtXhfURU3fDuTmWqYLWYTZ_AJrTFLyRaJzo2A9zqQZFso8Q6nICnpo1hCRIY_tKNEJ0=w300-rw' style='width:50%'> </td> </tr> <tr> <td>Mastermind (Android)</td> </tr> </tbody> </table> </a> </td> </tr> </tbody> </table>") }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址