Force HTTPS

Force HTTP to HTTPS

Verze ze dne 26. 09. 2020. Zobrazit nejnovější verzi.

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