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 http://tampermonkey.net/ | |
// @version 2024-04-07 | |
// @description 복수할테다 쿠팡 | |
// @author koreapyj | |
// @match https://www.coupang.com/np/search?* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=coupang.com | |
// @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 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 |
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
rw | |
cd /lib/firmware/brcm | |
ln -s ../cypress/cyfmac43430-sdio.bin brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.bin | |
ln -s ../cypress/cyfmac43430-sdio.clm_blob brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.clm_blob | |
ln -s brcmfmac43430-sdio.raspberrypi,3-model-b.txt brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.txt | |
ro | |
reboot |
NewerOlder