This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 뷰어 레이아웃 최적화 (불필요 요소 숨기기) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description 댓글창, 슬라이드 힌트, 하단 미니바, 특정 상단 제목을 화면에서 숨깁니다. | |
| // @include *://sbxh*.com/* | |
| // @run-at document-start | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 뷰어 텍스트 누락 픽스 (순정 버전) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.8 | |
| // @description 소설 뷰어에서 <> 태그 오류로 고유명사나 책 제목이 사라지는 현상만 수정합니다. | |
| // @include *://sbxh*.com/* | |
| // @run-at document-start | |
| // @grant none | |
| // @updateURL https://gist.githubusercontent.com/fmjackpot-cmd/015e4676c811f13b1293a034bf49b2f7/raw/novel-fix.user.js | |
| // @downloadURL https://gist.githubusercontent.com/fmjackpot-cmd/015e4676c811f13b1293a034bf49b2f7/raw/novel-fix.user.js |