Skip to content

Instantly share code, notes, and snippets.

@Paxxs
Paxxs / pkey.txt
Last active January 21, 2023 05:58
aida64_pkey
88338889154AF29DACE0FE5B8299007A26FCD633D7A662E0D1E13DEF2DCB1F62AE732582599B387CB50150FB0870540BFAEEB7456FC5FDF23D69C284025E385BAD6951127CD6C84C1B801F5E183B93E2150B36CDA8B18928713949CD2C975EB9D58216E0210C1390E5B9A2C01F055CF5CEA44588C5ECD2721B2781F9F8D5F2DBD601ABC97044F065021765FF947F58CF604EEA67AA6F809882FA240D5317C94733D697D05995B1C22B911C00F44049CCF2B31CB5B816EA660F7023FE14E85B604D7BFDEC88835257BCA1395D24AC03EEEB7266D5FD53BCEDEA09166DE424D5D84506CF972E712C5919E28EAB8B642B782C84DE4FF0896CAA2536779F8A9EDCA1C4DD753BCABB7DFF368A180B7AC8AECB74561DEDE54406B8B190A1995E9CD744180D55C445DB3B7D7CF634C5A227D97E9EFADF1169B88CC3AF351EFB2A4582FD22F5DBC6C3E1B019334AC4B5CB99E4CB987FC4E589399745C14B2F2213C63DCA1F04594A369D5255008D70221F6C666522FCA7972965602A0DDE5765F59A5E0BAA3F2CFE0A32B47D728868C80869EE25292631AD7161E9512700EFF9F5C5FEBB38C9BE835B3A33B8F5FFA1162B2B10EA2EF39E8728063085B8971E4B132708FDD3421684C7C982D59534BE67A479760B58F1A4FA9E36A0B3DEA52D36891DF542225B09BBC83EB18E5F30C240FAC4C07F6FFA856E6C137585A1E77246EB160B26
@Paxxs
Paxxs / relingo.css
Created March 25, 2023 02:06
relingo 双语字幕样式优化
#relingo-caption .relingo-caption {
backdrop-filter: none !important;
background: rgba(0,0,0,.5) !important;
}
#relingo-caption .relingo-caption .relingo-caption-origin {
font-size: 14px !important;
}
#relingo-caption .relingo-caption .relingo-caption-target {
@Paxxs
Paxxs / dns+tun.yaml
Created February 17, 2023 14:30
clash verge
# Merge Template for clash verge
# The `Merge` format used to enhance profile
prepend-rules:
prepend-proxies:
prepend-proxy-groups:
append-rules:
@Paxxs
Paxxs / SMS_Forward_Tasker.js
Created September 16, 2021 13:27
使用 Tasker 实现安卓的短信转发
// cspell:disable
// function global(param) {
// if (param == "SMSRN") return "MorFans.cn";
// if (param == "SMSRF") return "魔帆博客";
// if (param == "SMSRD") return "9-16-21";
// if (param == "SMSRT") return "14.45";
// if (param == "SMSRB") return "【魔帆博客】您的登录验证码是 6666,请于-30分钟内填写。如非本人操作,请试试加入咱们的讨论群,加入咱们。群号:179020064 301661143";
// }
let apiKey = "填写你的 bot token";
@Paxxs
Paxxs / mixin.yml
Created February 18, 2021 03:19
clash for windows mixin配置
mixin: # object
dns:
enable: true
listen: 0.0.0.0:53
# These nameservers are used to resolve the DNS nameserver hostnames below.
# Specify IP addresses only
default-nameserver:
- 114.114.114.114
- 222.246.129.80
@Paxxs
Paxxs / readme.md
Last active December 20, 2023 03:22
WSL2 fish shell 自动设置http代理

WSL2 fish shell 自动设置 http 代理

WSL2 使用来自宿主机的(clash)代理

使用

# echo "set -x ALL_PROXY http://(grep nameserver /etc/resolv.conf | awk '{ print \$2 }'):7890" > /etc/fish/conf.d/wsl2_proxy.fish