Force HTTPS

Force HTTP to HTTPS

ของเมื่อวันที่ 26-09-2020 ดู เวอร์ชันล่าสุด

// ==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。