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 유튜브 날짜 표시기 | |
| // @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/* |
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
| # 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.* |
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
| # 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 |
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
| # 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.* |