Force HTTPS

Force HTTP to HTTPS

当前为 2020-09-26 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Force HTTPS
  3. // @namespace Rushi Ranpise
  4. // @version 0.1
  5. // @description Force HTTP to HTTPS
  6. // @author Rushi Ranpise
  7. // @match http://*
  8. // @include http://*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. document.location = document.URL.replace('http://','https://');

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址