- 22:00 기계 인간 마리 (→ 2025-10-05 TOKYOMX) PV
- 22:30 제대로 빨지 못하는 흡혈귀쨩 (→ 2025-10-12 AT-X) PV
- 23:00 아르마쨩은 가족이 되고 싶어 (→ 2025-10-05 AT-X) PV
- 23:30 아빠는 영웅, 엄마는 정령, 딸인 나는 전생자. (→ 2025-10-05 TOKYOMX/BS日テレ/AT-X) PV
- 25:00 길티 홀 (→ 2025-10-05 TOKYOMX/BS11) PV
- 25:05 만지지 마세요 코테사시군 (→ 2025-10-05 TOKYOMX / 2025-10-09 AT-X) PV
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
function which { | |
(Get-Command $args).Source | |
} | |
function whoami { | |
echo $Env:UserName | |
} | |
function prompt { | |
$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent()) |
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
/** | |
* Javascript SAMI subtitle loader | |
* @license GPL-3.0-or-later | |
* @copyright koreapyj, 2014 | |
*/ | |
class SAMILoader { | |
/** | |
* Item of TimedText | |
* @typedef {object} TimedTextItem |
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
#!/bin/sh | |
. /usr/share/libubox/jshn.sh | |
userpass=`cat $1` | |
username=`echo $userpass | awk '{print $1}'` | |
password=`echo $userpass | awk '{print $2}'` | |
json_init | |
json_add_string "username" "$username" |
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 Coupang Search | |
// @namespace https://koreapyj.dcmys.kr | |
// @downloadURL https://gist.github.com/koreapyj/9e79843a4d414b490c3b6c88024a50ae/raw/coupang_search.user.js | |
// @updateURL https://gist.github.com/koreapyj/9e79843a4d414b490c3b6c88024a50ae/raw/coupang_search.user.js | |
// @version 2025-10-08 | |
// @description 복수할테다 쿠팡 | |
// @author koreapyj | |
// @match https://www.coupang.com/np/search?* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=coupang.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
// ==UserScript== | |
// @name Yahoo Transit | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://transit.yahoo.co.jp/timetable/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=yahoo.co.jp | |
// @grant none | |
// ==/UserScript== |
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 SC비즈니스 제로플러그인 뱅킹 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description 플러그인 없는 클린뱅킹 | |
// @author You | |
// @match https://bb.standardchartered.co.kr/** | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=standardchartered.co.kr | |
// @grant none | |
// @run-at document-start |
NewerOlder