대충이렇게됨.
요약: 이거 복사해서 OBS 브라우저 속성에 CSS에다 던지세요
- OBS에 브라우저를 추가하세요.
- URL을 선생님의 티어표로 맞추세요.
| // ==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 ([email protected]) | |
| * | |
| * 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 <[email protected]> | |
| // @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'); | |
| /* |
| /* (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'); | |
| } | |
| * { |