diff --git a/hwe/a_kingdomList.php b/hwe/a_kingdomList.php
index 8f0afeef..394d8311 100644
--- a/hwe/a_kingdomList.php
+++ b/hwe/a_kingdomList.php
@@ -28,6 +28,8 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
=UniqueConst::$serverName?>: 세력일람
=WebUtil::printCSS('../d_shared/common.css')?>
=WebUtil::printCSS('css/common.css')?>
+=WebUtil::printJS('../e_lib/jquery-3.2.1.min.js')?>
+=WebUtil::printJS('js/ext.kingdoms.js')?>
diff --git a/hwe/js/ext.kingdoms.js b/hwe/js/ext.kingdoms.js
index 62c927c5..6156995a 100644
--- a/hwe/js/ext.kingdoms.js
+++ b/hwe/js/ext.kingdoms.js
@@ -1,27 +1,7 @@
-// ==UserScript==
-// @name 체섭 세력일람 장수 분류 툴
-// @namespace https://hided.net
-// @updateURL https://hided.net/gs_script/62che/kingdoms.tamper.js
-// @version 0.973
-// @description 세력일람에서 무장, 지장, 충차장, 무지장, 범장으로 나누어서 숫자와 목록을 나타내줍니다.
-// @match http://62che.com/sam/*/a_kingdomList.php
-// @match http://www.62che.com/sam/*/a_kingdomList.php
-// @match http://222.122.81.157/sam/che/a_kingdomList.php
-// @match http://sam-tm.com/che/*/a_kingdomList.php
-// @match http://www.sam-tm.com/che/*/a_kingdomList.php
-// @match http://49.236.145.24/che/*/a_kingdomList.php
-// @copyright 2014+, Hide_D
-
-// @require http://code.jquery.com/jquery-2.1.1.min.js
-
-// ==/UserScript==
-
$(function(){
- if(unsafeWindow){
- unsafeWindow.$ = $;
- }
- var basicPath = document.location.pathname.substr(0,9);
+ var basicPath = document.location.pathname;
+ basicPath = basicPath.substring(0, basicPath.lastIndexOf('/'))+'/';
var headTbl = $('table:eq(0)');
var $userFrame;
@@ -214,24 +194,24 @@ $(function(){
$userFrame = $(''+
'
'+
- '| 얼 굴 | '+
- '이 름 | '+
- '연령 | '+
- '성격 | '+
- '특기 | '+
- '레 벨 | '+
- '국 가 | '+
- '명 성 | '+
- '계 급 | '+
- '관 직 | '+
- '통솔 | '+
- '무력 | '+
- '지력 | '+
- '삭턴 | '+
- '벌점 | '+
+ 'bordercolorlight="black" style="font-size:13;word-break:break-all;background-image:url(https://sam.hided.net/image/game/back_walnut.jpg)">'+
+ '| 얼 굴 | '+
+ '이 름 | '+
+ '연령 | '+
+ '성격 | '+
+ '특기 | '+
+ '레 벨 | '+
+ '국 가 | '+
+ '명 성 | '+
+ '계 급 | '+
+ '관 직 | '+
+ '통솔 | '+
+ '무력 | '+
+ '지력 | '+
+ '삭턴 | '+
+ '벌점 | '+
'
');
- $userFrame.find('thead td').css('background-image','url(http://jwh1807.vipweb.kr/images/back_green.jpg)');
+ $userFrame.find('thead td').css('background-image','url(https://sam.hided.net/image/game/back_green.jpg)');
$userFrame.css('width','1000px').css('margin','0').css('padding','0').css('left','50%').css('margin-left','-500px');
$userFrame.css('box-shadow','0px 0px 7px 3px rgba(255,255,255,50)');
$userFrame.hide();