Skip to content

Instantly share code, notes, and snippets.

@Paxxs
Paxxs / 白名单.Sender
Last active February 4, 2021 12:20
NekoSMS匹配
100..|10010..|10011..|10086..|95...|12520.*|12114.*|12110.*|11185.*|1065.*955.*|123
@Paxxs
Paxxs / settings.json
Last active December 23, 2021 04:51
winget 配置文件
{
"$schema": "https://aka.ms/winget-settings.schema.json",
// For documentation on these settings, see: https://aka.ms/winget-settings
"source": {
"autoUpdateIntervalInMinutes": 5
},
"installBehavior": {
"preferences": {
"locale": [
"en-US",
@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 / 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 / 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 / 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 {