Greasy Fork

그블빤 한글 패치 링크

그랑블루 판타지 한글 번역용 스크립트

// ==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
// ==/UserScript==
(function() {
  const script = document.createElement('script');
  script.src = 'https://sidewinderk.github.io/gbfTransKor/gbfTrans.js';
  document.head.appendChild(script);
})();