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 Laftel Skip Next | |
| // @namespace https://gist.github.com/rageken/eb85eadeb237cc7f1b040f8a50cba36f | |
| // @version 1.0 | |
| // @description 라프텔에서 다음화 보기 카운트다운을 무시하고 바로 다음화로 넘어가는 유저스크립트 (탬퍼몽키용) | |
| // @author rageken | |
| // @match https://laftel.net/* | |
| // @run-at document-idle | |
| // @grant GM.setValue | |
| // @grant GM.getValue |