Force HTTPS

Force HTTP to HTTPS

2020/09/26のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Force HTTPS
// @namespace    Rushi Ranpise
// @version      0.1
// @description  Force HTTP to HTTPS
// @author       Rushi Ranpise
// @match        http://*
// @include        http://*
// @grant        none
// ==/UserScript==

document.location = document.URL.replace('http://','https://');
长期地址
遇到问题?请前往 GitHub 提 Issues。