Subs Adder [KAT]

Adds subtitle YIFYSubs link to KAT pages

目前為 2015-05-13 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Subs Adder [KAT]
// @namespace   SexyWolfie
// @include     *kickass.to/*.html*
// @version     2.1
// @grant       none
// @description Adds subtitle YIFYSubs link to KAT pages
// ==/UserScript==

//Grab IMDB ID
var imdbID = $('.dataList [href*="www.imdb.com/title/"]').html();

//Make sure it's a movie
if ($('span[id^="cat_"]').html().indexOf('Movies') >= 0) {
$('.dataList .textButton[href^="/bookmarks/"]').after(' <br><br> <a title="Check YIFY Subtitles" href="http://www.yifysubtitles.com/movie-imdb/tt'+imdbID+'" class="postLink icon16 textButton isearch"><span></span>check for subtitles</a>');
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址