Snippets

sironekotoro 強震モニタを地中モードにするuserscript

Created by sironekotoro last modified
// ==UserScript==
// @name        強震モニタを地中モードにするuserscript
// @namespace   kyoushin
// @description 強震モニタを常に地中モードにする
// @include     http://realtime-earthquake-monitor.bosai.go.jp/*
// @version     1
// @grant       none
// ==/UserScript==
"use strict";
document.f.borehole.checked = true;
unsafeWindow.updateMaptype();

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.