๋์ถฉ์ด๋ ๊ฒ๋จ.
์์ฝ: ์ด๊ฑฐ ๋ณต์ฌํด์ OBS ๋ธ๋ผ์ฐ์ ์์ฑ์ CSS์๋ค ๋์ง์ธ์
- OBS์ ๋ธ๋ผ์ฐ์ ๋ฅผ ์ถ๊ฐํ์ธ์.
- URL์ ์ ์๋์ ํฐ์ดํ๋ก ๋ง์ถ์ธ์.
| #!/usr/bin/env zsh | |
| # | |
| # hanfix.zsh โ fix commands that were typed with the Korean (2-beolsik) | |
| # keyboard layout switched on by mistake, e.g.: | |
| # | |
| # $ ใ ฃใด -๋ฏธใ | |
| # -> ls -alh | |
| # | |
| # It works by reversing the standard 2-beolsik key mapping: every Hangul | |
| # syllable is decomposed into its jamo (์ด์ฑ/์ค์ฑ/์ข ์ฑ), and each jamo is |
| // ==UserScript== | |
| // @name ํผํด๋นผ์ฃผ์ธ์ | |
| // @namespace https://idyllshi.re/ | |
| // @version 2024-04-14 | |
| // @description ํผํด๋นผ์ฃผ์ธ์ | |
| // @author hibiya inemuri | |
| // @match https://pji.co.kr/order/w_payment | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=pji.co.kr | |
| // @grant none | |
| // ==/UserScript== |
๋์ถฉ์ด๋ ๊ฒ๋จ.
์์ฝ: ์ด๊ฑฐ ๋ณต์ฌํด์ OBS ๋ธ๋ผ์ฐ์ ์์ฑ์ CSS์๋ค ๋์ง์ธ์
(rika (@lostkagamine)๊ฐ ์์ฑํ๊ณ hibiyasleep์ด ๋ฒ์ญํ๋ฉด์ ์กฐ๊ธ ๋ค๋ฌ์. ํ ์คํธํด๋ดค๊ณ , ์ ๋๋ก ๋ ๊ฒ๋๋ค.)
ํ๋ฉด์ด ๊น๋งค์ง๋ ๋ฑ์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ๋ค๋ฉด, ์ด ๊ธ ๋งจ ์๋์ FAQ๋ฅผ ์ฝ์ด์ฃผ์ธ์!
์ญ์ฃผ:
- ์ญ์ โDelete (ํ์ผ ์ญ์ ), ์ ๊ฑฐโUninstall (ํ๋ก๊ทธ๋จ ์ถ๊ฐ/์ ๊ฑฐ)
- ๋ฌธ์ฒด๊ฐ ์ข ์ด์ํ ์ ์๋๋ฐ ๊ทธ๋ฅ ๊ท์ฐฎ์์ ์๋ณธ ์ดํฌ๋ฅผ ์ต๋ํ ๋ฐ๋์ต๋๋ค. ๋ญ ๋ด์ฉ์๋ ์ง์ฅ ์์ผ๋๊นโฆ
| <?xml version="1.0" encoding="utf-8"?> | |
| <timeline> | |
| <name>ํฌ๋ง์ ๋์ ์๋ด: ์ฌ์ํธ(์์ ) 3</name> | |
| <rev>v1</rev> | |
| <description>ๅธๆใฎๅใจใใณ้ถๅผ๏ผๅ็็ทจ3ๅฑคใฎใฟใคใ ใฉใคใณใงใใ | |
| https://blog.sheeva.me/ | |
| </description> | |
| <author>sheeva</author> | |
| <license>CC BY-SA</license> | |
| <zone>ํฌ๋ง์ ๋์ ์๋ด: ์ฌ์ํธ(์์ ) 3</zone> |
| /** | |
| * Copyright (C) 2015-2016 Ganossa (mediehawk@gmail.com) | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| * this software and associated documentation files (the "Software"), to deal in | |
| * the Software with restriction, including without limitation the rights to | |
| * use and/or sell copies of the Software, and to permit persons to whom the Software | |
| * is furnished to do so, subject to the following conditions: | |
| * | |
| * The above copyright notice and the permission notices (this and below) shall |
| #!/bin/zsh | |
| ENDPOINT="http://ticket.interpark.com/Ticket/Goods/GoodsInfoJSON.asp?Flag=RemainSeat&GoodsCode=19012027&PlaceCode=11011096&PlaySeq=001&Callback=" | |
| LINK="http://ticket.interpark.com/Ticket/Goods/GoodsInfo.asp?GoodsCode=19012027" | |
| LOCKFILE=/tmp/.fc-checked | |
| fetch() { | |
| curl $ENDPOINT -X GET -H "Referer: $LINK" -H 'User-Agent: Chrome' -s \ | |
| | iconv -f euckr -t utf8 \ | |
| | jq -rR 'capture("\\((?<x>.*)\\)[^)]*$").x | fromjson' |
| /* ==UserStyle== | |
| @name tweetdeck-composer-rollback | |
| @author kuriyama hibiya | |
| @namespace idyllshi.re | |
| @version 0.0.2 | |
| @homepageURL https://gist.github.com/hibiyasleep/b92611b66eb400a348dd7ea2e879d012 | |
| @updateURL https://hibiya.moe/tmp/tweetdeck-composer-rollback.user.css | |
| @license public | |
| @preprocessor default | |
| @advanced number drawerWidth "ํธ์ ์ฐ๊ธฐ ๋๋ก์ด ๋๋น (px)" [270, 120, 400, 1, 'px'] |
| // ==UserScript== | |
| // @name ๊ฐ->์ฆ | |
| // @namespace https://idyllshi.re/ | |
| // @version 0.0.1 | |
| // @description ํ๊ฐ๊ฐ ์๋๋ผ! ํ! ์ฆ! ์์! | |
| // @author kuriyama hibiya <kuriyama@hibiya.moe> | |
| // @match https://tgd.kr/* | |
| // @grant all | |
| // ==/UserScript== |
| @charset "UTF-8"; | |
| /* | |
| (c) 2018 kuriyama hibiya - MIT | |
| designed by (c) 2011 KDE | |
| */ | |
| @import url('https://fonts.googleapis.com/css?family=Poppins:300,600'); | |
| /* |