diff --git a/content.js b/content.js index a0b2c9b..3f69b85 100644 --- a/content.js +++ b/content.js @@ -1,4 +1,4 @@ -var dsturl1 = "https://etk.srail.co.kr/hpg/hra/01/selectScheduleList.do?pageId=TK0101010000"; +var dsturl1 = 'https://etk.srail.kr/hpg/hra/01/selectScheduleList.do?pageId=TK0101010000' window.showModalDialog = window.showModalDialog || function(url, arg, opt) { window.open(url, arg, opt); diff --git a/manifest.json b/manifest.json index 515acb0..eb30925 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "SRT 자동 예약 매크로", "version": "1.0.6", "permissions": [ - "https://etk.srail.co.kr/" + "https://etk.srail.kr/" ], "icons": { "128": "images/icon128.png" @@ -12,7 +12,7 @@ "content_scripts": [ { "all_frames": true, "js": ["jquery-1.11.3.min.js", "content.js"], - "matches": ["https://etk.srail.co.kr/*"], + "matches": ["https://etk.srail.kr/*"], "run_at": "document_end" }], "background": {