03/03/2024, 7:46:05 pm
当前为
// ==UserScript==
// @name bom https
// @namespace Violentmonkey Scripts
// @match http://www.bom.gov.au/*
// @grant none
// @license MIT
// @version 1.1
// @author forkbombsh
// @description 03/03/2024, 7:46:05 pm
// ==/UserScript==
if (window.location.href.startsWith("http://www.bom.gov.au/")) {
window.location.href = `https://reg.bom.gov.au${window.location.pathname}`
}