Skip to content

Instantly share code, notes, and snippets.

View kor-bim's full-sized avatar

Yoon Han Bin kor-bim

  • Korea
  • 08:39 (UTC +09:00)
View GitHub Profile
@kor-bim
kor-bim / youtube_upload_date.user.js
Last active January 7, 2026 13:32
youtube_upload_date
// ==UserScript==
// @name 유튜브 날짜 표시기
// @name:en YouTube Precise Date Display
// @namespace http://tampermonkey.net/
// @description 썸네일 날짜, 영상본문, 추천영상, 쇼츠, 재생목록 날짜표기
// @description:en Displays exact upload dates on thumbnails, video info, recommended feeds, Shorts, and playlists.
// @author kor-bim
// @namespace http://tampermonkey.net/
// @version 1.0
// @match https://www.youtube.com/*
@kor-bim
kor-bim / naver_webtton_helper.user.js
Last active January 5, 2026 17:34
naver webtton helper script
// ==UserScript==
// @name 네이버 웹툰 헬퍼 (Auto Scroll & UI)
// @name:en Naver Webtoon Helper (Auto Scroll & UI)
// @description 네이버 웹툰 자동 스크롤 및 다음 화 자동 이동 기능을 제공합니다.
// @description:en Provides auto-scroll and automatic next episode navigation for Naver Webtoon.
// @author kor-bim
// @namespace http://tampermonkey.net/
// @version 1.0.1
// @match https://comic.naver.com/webtoon/detail*
// @icon https://shared-comic.pstatic.net/favicon/favicon_96x96.ico
@kor-bim
kor-bim / [rust].gitignore
Last active October 8, 2024 01:18
[rust].gitignore
# Created by https://www.toptal.com/developers/gitignore/api/git,visualstudiocode,jetbrains,rust,windows,linux,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=git,visualstudiocode,jetbrains,rust,windows,linux,macos
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*
@kor-bim
kor-bim / [python].gitignore
Last active October 8, 2024 01:18
[python].gitignore
# Created by https://www.toptal.com/developers/gitignore/api/git,visualstudiocode,jetbrains,python,django,flask,jupyternotebooks,venv,windows,linux,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=git,visualstudiocode,jetbrains,python,django,flask,jupyternotebooks,venv,windows,linux,macos
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
@kor-bim
kor-bim / [js, ts].gitignore
Last active October 8, 2024 01:17
[js, ts].gitignore
# Created by https://www.toptal.com/developers/gitignore/api/jetbrains,git,node,yarn,react,nextjs,windows,linux,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=jetbrains,git,node,yarn,react,nextjs,windows,linux,macos
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*