您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Clears Download Accelerator checkbox
当前为
// ==UserScript== // @name RomHustler No Download Accelerator // @namespace https://openuserjs.org/users/Morath86 // @description Clears Download Accelerator checkbox // @version 1.1 // @date 2014-05-13 // @author Morath86 // @include http://romhustler.net/rom/* // @history 1.0 Initial Release, removed countdown timer for downloads // @history 1.1 Removes checkbox for download accelerator // ==/UserScript== $( "#use_accelerator" ).attr( "checked", false ); $( "p.accelerator" ).css({ opacity: 0.5 });