Redirect from HTTP to HTTPS when visiting http://www.speedrun.com/
当前为
// ==UserScript== // @name Speedrun.com SSL Redirect // @version 1.0 // @description Redirect from HTTP to HTTPS when visiting http://www.speedrun.com/ // @author satanch // @match http://www.speedrun.com/* // @grant none // @namespace https://greasyfork.org/users/119240 // ==/UserScript== window.location.protocol = 'https:';