// ==UserScript== // @name www.opensubtitles.org - direct download button // @namespace monnef.tk // @include http://www.opensubtitles.org/en/subtitles/* // @version 1 // @grant none // @require http://code.jquery.com/jquery-2.1.3.min.js // @description Adds "direct download" button, unchecks download manager and semi-hides the checkbox, its label and the old download button. // @downloadURL none // ==/UserScript== this.$ = this.jQuery = jQuery.noConflict(true); function semiHide(elem) { elem.css("opacity", "0.1"); } $(function() { setTimeout(function() { var check = $("#cbDownloader").prop("checked", false); var checkLabel = check.next(); var but = $("#bt-dwl"); var box = but.parent().parent(); box.prepend($("