Skip to content

Instantly share code, notes, and snippets.

@Ariette
Ariette / chzzk-pip.user.js
Created March 2, 2024 04:07
치지직(Chzzk)에 pip 기능을 추가해주는 유저스크립트
// ==UserScript==
// @name Chzzk PIP
// @namespace https://gist.github.com/Ariette
// @version 0.1
// @description Chzzk에 PIP 기능 추가
// @author Ariette
// @match https://chzzk.naver.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=chzzk.naver.com
// @run-at document-idle
// ==/UserScript==
@Ariette
Ariette / LaftelSkipNext.user.js
Last active March 2, 2025 14:32
라프텔에서 다음화 보기 카운트다운을 무시하고 바로 다음화로 넘어가는 유저스크립트
// ==UserScript==
// @name Laftel Skip Next
// @namespace https://gist.github.com/Ariette/a8e168d6a612c2d75a34bb7fb352e712
// @version 0.9
// @description 라프텔에서 다음화 보기 카운트다운을 무시하고 바로 다음화로 넘어가는 유저스크립트
// @author Ariette
// @match https://laftel.net/*
// @run-at document-idle
// @grant GM.setValue
// @grant GM.getValue
@Ariette
Ariette / hoyolab-auto-check-in-kr.md
Last active September 7, 2023 16:59
구글 설문지와 Google Apps Script를 이용한 호요랩(붕괴 3rd, 원신, 붕괴 : 스타레일, 미해결사건부) 자동 출첵 스크립트
@Ariette
Ariette / RidibooksSerialPlus.user.js
Last active July 21, 2022 15:21
리디북스 연재 UI에 이런 저런 기능을 추가합니다.
// ==UserScript==
// @name 리디북스 연재 페이지용
// @namespace https://gist.github.com/Ariette/5818aefa6812c8c5e969c7d0687a8d7b
// @version 0.21
// @description 리디북스 연재물 이용을 좀 더 편하게 해보자!
// @author You
// @match https://ridibooks.com/books/*
// @grant none
// ==/UserScript==