Greasy Fork

Subs Adder

Adds subtitle YIFYSubs link to KAT pages

目前为 2015-05-08 提交的版本。查看 最新版本

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

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

$('.postLink icon16 textButton iplus').after('<a href="http://www.yifysubtitles.com/movie-imdb/' + imdbID + '" class="postLink icon16 textButton isearch"><span>Check for Subtitle Files</span></a>');