I hereby claim:
- I am hibiyasleep on github.
- I am hibiya (https://keybase.io/hibiya) on keybase.
- I have a public key whose fingerprint is B9D5 A5FD ADBC 2F20 F836 A72D E589 E327 5170 FB52
To claim this, I am signing this object:
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\gh] | |
| @="URL:GitHub" | |
| "URL Protocol"="" | |
| [HKEY_CLASSES_ROOT\gh\shell] | |
| @="" | |
| [HKEY_CLASSES_ROOT\gh\shell\open] |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python2 | |
| import sys | |
| import csv | |
| import re | |
| _in = sys.argv[1] # input .txt | |
| try: | |
| _out = sys.argv[2] # output .csv | |
| except IndexError: |
| /* | |
| * hibiyasleep-tgd-theme | |
| * | |
| * (c) 2018 kuriyama hibiya, all rights reserved. | |
| * | |
| * Licensed under GPLv3 with additional restrictions: | |
| * When you reuse entire or any part of this CSS, you should | |
| quote like "hibiyasleep (and/or) 히비야 made this tgd skin" | |
| in *at least one of* tgd.kr notice article, in korean or | |
| english. |
| .fr-toolbar, | |
| #article-list-category, | |
| #article-content-wrapper > .header, | |
| #right-search-form > input[type=text], | |
| #article-content-wrapper #article-content, | |
| #article-content-wrapper .vote-area, | |
| .pagination > .active > a, .pagination > .active > span, | |
| #writeCommentBtn { | |
| border-color: #2e4e23 !important; | |
| } |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Lato', 'Segoe UI', sans-serif; | |
| } | |
| /* color adjustments */ | |
| .fr-toolbar, | |
| header { | |
| border-color: #2e4e23 !important; | |
| } | |
| a.nav-link.active { |
| /* | |
| * author: kuriyama hibiya <kuriyama hibiya moe> | |
| * license: MIT | |
| */ | |
| * { | |
| box-sizing: border-box; | |
| } | |
| html { | |
| font-size: 16px !important; |
| /* (c) 2018 kuriyama hibiya - MIT */ | |
| @font-face { | |
| font-family: 'NanumSquare'; | |
| font-style: regular; | |
| font-weight: 400; | |
| src: local('NanumSquare'), url('https://cdn.rawgit.com/krynen/yeokka/cd4f89c7/theme/_shared/fonts/nanumsq.ttf'); | |
| } | |
| * { |
| @charset "UTF-8"; | |
| /* | |
| (c) 2018 kuriyama hibiya - MIT | |
| designed by (c) 2011 KDE | |
| */ | |
| @import url('https://fonts.googleapis.com/css?family=Poppins:300,600'); | |
| /* |
| // ==UserScript== | |
| // @name 가->즈 | |
| // @namespace https://idyllshi.re/ | |
| // @version 0.0.1 | |
| // @description 펀가가 아니라! 펀! 즈! 에요! | |
| // @author kuriyama hibiya <[email protected]> | |
| // @match https://tgd.kr/* | |
| // @grant all | |
| // ==/UserScript== |