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/bash | |
export PATH=$PATH:/Users/zsakvo/.config/nvm/12.16.1/bin/ | |
picgo upload $1 |
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
! Title: Zhihu App 广告屏蔽 | |
! Description: 移除知乎部分广告 | |
! Version: 1.0.1 | |
! Expires: 7 days | |
! Note: AdGuard *MUST* run on VPN mode | |
! Target Zhihu Version 6.27.0 or Zhihu Explore 1.0.0 | |
! ----------------------- New API Domain -------------------------- |
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 | |
info=$(curl -s https://api.ip.sb/geoip) | |
ip=$(echo $info|jq '.ip') | |
region=$(echo $info|jq '.region') | |
organization=$(echo $info|jq '.organization') | |
country=$(echo $info|jq '.country') | |
timezone=$(echo $info|jq '.timezone') | |
echo '当前 IP: '${ip//'"'/} | |
echo '运营商: '${organization//'"'/} | |
echo '城市: '${region//'"'/} |
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
Time: 13:44:47 | |
Date: 2019年7月29日 | |
EDID Manager Version: 1.0.0.14 | |
___________________________________________________________________ | |
Block 0 (EDID Base Block), Bytes 0 - 127, 128 BYTES OF EDID CODE: | |
0 1 2 3 4 5 6 7 8 9 | |
000 | 00 FF FF FF FF FF FF 00 09 E5 |
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
{ | |
"bookSourceGroup": "", | |
"bookSourceName": "轻小说文库", | |
"bookSourceUrl": "https://www.wenku8.net", | |
"checkUrl": "", | |
"enable": true, | |
"httpUserAgent": "", | |
"loginUrl": "https://www.wenku8.net/login.php", | |
"ruleBookAuthor": "", | |
"ruleBookContent": "id.content@textNodes", |
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
{ | |
"bookSourceGroup": "", | |
"bookSourceName": "动漫之家", | |
"bookSourceUrl": "http://v2.api.dmzj.com", | |
"checkUrl": "", | |
"enable": true, | |
"httpUserAgent": "", | |
"ruleBookAuthor": "@JSon:$.authors", | |
"ruleBookContent": "tag.body@textNodes", | |
"ruleBookKind": "", |
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
[ | |
{ | |
"bookSourceGroup": "优+", | |
"bookSourceName": "爱看TXT⑩", | |
"bookSourceUrl": "http://www.aikantxt.la", | |
"checkUrl": "", | |
"enable": true, | |
"httpUserAgent": "", | |
"ruleBookAuthor": "id.info@tag.p.0@text#作者:", | |
"ruleBookContent": "id.content@textNodes", |