// ==UserScript== // @name Subs Adder // @namespace SexyWolfie // @include *kickass.to/*.html* // @version 1.1 // @grant none // @description Adds subtitle YIFYSubs link to KAT pages // @downloadURL none // ==/UserScript== var imdbID = $('.dataList [href *="imdb.com/title/tt"]').html(); $('.postLink icon16 textButton iplus').after('Check for Subtitle Files');