NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name MortalAutoRatingCheck // @namespace http://tampermonkey.net/ // @version 2024-05-13 // @description MortalAutoRatingCheck // @author 천강 // @match https://mjai.ekyu.moe/* // @icon https://i.postimg.cc/FHNJV77d/60px-Naga-AI.png // @license MIT // @grant none // ==/UserScript== (function() { 'use strict'; document.getElementsByName("show-rating")[0].checked = true; })();