From c30e1d36bc9156cea9e0e2074a6c28adab49dd54 Mon Sep 17 00:00:00 2001 From: user01 Date: Sat, 13 Jun 2026 18:47:32 +0900 Subject: [PATCH] Fix @match to include episode page URLs (needs */* for second path segment) --- tokimonkeyDownader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tokimonkeyDownader.js b/tokimonkeyDownader.js index ced174b..af11b84 100644 --- a/tokimonkeyDownader.js +++ b/tokimonkeyDownader.js @@ -5,6 +5,7 @@ // @description sbxh6.com (뉴토끼) 만화 다운로더 // @author hehaho // @match https://sbxh*.com/manhwa/* +// @match https://sbxh*.com/manhwa/*/* // @icon https://github.com/user-attachments/assets/99f5bb36-4ef8-40cc-8ae5-e3bf1c7952ad // @grant GM_registerMenuCommand // @grant GM_xmlhttpRequest