// ==UserScript== // @name Trakt Watchlist Downloader // @namespace https://greasyfork.org/en/scripts/17991-trakt-downloader // @version 0.4 // @description Trakt.tv torrent site(s) added to the Watch Now modal. // @author Tusk // @match https://trakt.tv/* // @grant none // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; var modal = $('#watch-now-modal'); var torrent_sites = [ { name: 'The Pirate Bay', color: 'white', image: 'http://www.completemusicupdate.com/wp-content/uploads/2016/01/623thepiratebay.jpg', link: 'https://thepiratebay.org/search/%s 720p/0/3/0' } ]; $('.trakt-icon-play2-thick').on('click', function() { var checkExist = setInterval(function() { var $streaming_links = modal.find('.streaming-links'); if ($streaming_links.length) { $streaming_links.append('