RomHustler No Download Accelerator

Clears Download Accelerator checkbox

当前为 2014-08-24 提交的版本,查看 最新版本

// ==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 });