bgm.tv redirect to https

班固米既没有 rewrite 也没有 hsts,只有自己跳了

// ==UserScript==
// @name         bgm.tv redirect to https
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  班固米既没有 rewrite 也没有 hsts,只有自己跳了
// @author       Nyan Kusanagi <[email protected]>
// @match        http://bgm.tv/*
// @grant        none
// ==/UserScript==

(function(window) {
    'use strict';

    // Your code here...
    if ('http:' === window.location.protocol) window.location.protocol = 'https:';
})(window);

QingJ © 2025

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