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