// ==UserScript== // @id www.imdb.com-c4030d09-bff0-4bc8-95b9-78af565930e3@scriptish // @name IPT Search for IMDB // @version 1.0 // @namespace // @author // @description search ipt for imdb title // @include http://www.imdb.com/title/* // @run-at document-end // @attribute_value bla // @downloadURL none // ==/UserScript== var dn = 0; (function(){ if (!dn) { var imdb_id = window.location.href.split('/'); imdb_id = imdb_id[imdb_id.length - 2]; var ipt_link = 'https://iptorrents.com/t?q='+imdb_id+'&qf=#torrents'; db = 1; var link = 'Search on iptorrents'; document.getElementsByClassName('pro-title-link')[0].innerHTML = link; } })();