// ==UserScript== // @name 그블빤 한글 패치 링크 // @namespace https://github.com/sidewinderk/gbfTransKor // @version 0.9.22 // @description 그랑블루 판타지 한글 번역용 스크립트 // @icon https://sidewinderk.github.io/gbfTransKor/images/get_started128.png // @match http://game.granbluefantasy.jp/* // @match https://game.granbluefantasy.jp/* // @match http://game.granbluefantasy.jp/* // @match http://gbf.game.mbga.jp/* // @match https://gbf.game.mbga.jp/* // @run-at document-end // @downloadURL none // ==/UserScript== (function() { const script = document.createElement('script'); script.src = 'https://sidewinderk.github.io/gbfTransKor/gbfTrans.js'; document.head.appendChild(script); })();