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: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 तारीख दर्शक |
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.* |