Skip to content

Instantly share code, notes, and snippets.

View kor-bim's full-sized avatar

Yoon Han Bin kor-bim

  • Korea
  • 01:23 (UTC +09:00)
View GitHub Profile
@kor-bim
kor-bim / youtube-jump-to-most-replayed-button.user.js
Last active February 5, 2026 23:21
YouTube - Jump to Most Replayed Button
// ==UserScript==
// @name YouTube 가장 많이 다시 본 장면 이동 버튼
// @name:el YouTube Μετάβαση στο πιο επαναλαμβανόμενο σημείο
// @name:nl YouTube Ga naar meest herhaalde segment
// @name:nb YouTube Gå til mest gjenspilte segment
// @name:da YouTube Gå til mest genspillede segment
// @name:de YouTube Zum meistgesehenen Abschnitt springen
// @name:ru YouTube Переход к самому просматриваемому фрагменту
// @name:ro YouTube Salt la segmentul cel mai reluat
// @name:mr YouTube सर्वाधिक पुन्हा पाहिलेल्या भागावर जा
@kor-bim
kor-bim / youtube_upload_date.user.js
Last active February 5, 2026 16:18
youtube_upload_date
// ==UserScript==
// @name 유튜브 날짜 표시기
// @name:el YouTube Ημερομηνία βίντεο
// @name:nl YouTube Datumweergave
// @name:nb YouTube Datovisning
// @name:da YouTube Datovisning
// @name:de YouTube Datumsanzeige
// @name:ru YouTube Отображение даты
// @name:ro YouTube Afișare dată
// @name:mr YouTube तारीख दर्शक
@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.*