This file contains 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
name: lint | |
on: | |
pull_request: | |
push: | |
branches-ignore: | |
- gh-pages | |
jobs: | |
gdlint: |
This file contains 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 collapsible comments | |
// @name:ko-KR 라프텔 댓글 접기 | |
// @description Make Laftel comments collapsible | |
// @description:ko-KR 라프텔 에피소드에서 댓글을 접고 펼칠 수 있게 수정합니다 | |
// @namespace https://laftel.net/ | |
// @match https://laftel.net/* | |
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2 | |
// @grant none | |
// @icon https://static.laftel.net/favicon.ico |
OlderNewer