NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name MortalAutoRaitingCheck
// @namespace http://tampermonkey.net/
// @version 2024-05-13
// @description MortalAutoRaitingCheck
// @author 천강
// @match https://mjai.ekyu.moe/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tistory.com
// @license MIT
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementsByName("show-rating")[0].checked = true;
})();