// ==UserScript== // @name Kinozal.TV - Download button in search page. // @version 1.0 // @description Adds a download button to Kinozal.TV to search page for faster download of required torrent. // @match http://kinozal.tv/browse.php* // @grant none // @author Epsil0neR // @namespace https://greasyfork.org/en/users/19387 // @downloadURL https://update.greasyfork.icu/scripts/13553/KinozalTV%20-%20Download%20button%20in%20search%20page.user.js // @updateURL https://update.greasyfork.icu/scripts/13553/KinozalTV%20-%20Download%20button%20in%20search%20page.meta.js // ==/UserScript== $(function(){ var css = '.btnDownloadTorrent {display:inline-block;height:32px;width:32px;background-image: url(https://cdn3.iconfinder.com/data/icons/archive-icons/64/Download-512.png);background-size: 32px 32px;}', head = document.head || document.getElementsByTagName('head')[0], style = document.createElement('style'); style.type = 'text/css'; if (style.styleSheet){ style.styleSheet.cssText = css; } else { style.appendChild(document.createTextNode(css)); } head.appendChild(style); var table = $('.t_peer'); var h = table.find('.mn'); h.prepend('