Speedrun.com SSL Redirect

Redirect from HTTP to HTTPS when visiting http://www.speedrun.com/

当前为 2017-04-25 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Speedrun.com SSL Redirect
  3. // @version 1.0
  4. // @description Redirect from HTTP to HTTPS when visiting http://www.speedrun.com/
  5. // @author satanch
  6. // @match http://www.speedrun.com/*
  7. // @grant none
  8. // @namespace https://greasyfork.org/users/119240
  9. // ==/UserScript==
  10.  
  11. window.location.protocol = 'https:';