Greasy Fork

Greasy Fork is available in English.

BT电影天堂插件

显示下载地址

// ==UserScript==
// @name     BT电影天堂插件
// @namespace com.ldtt
// @description 显示下载地址
// @author [email protected]
// @version  1
// @grant    none
// @include        *//ldytt.com/down/*
// @require         http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js
// ==/UserScript==
function run(){
  console.log("11111");
  $("#video-down").children("div.movie_dl").attr("style","");
  $("div#gzhtg").hide();
}
run()