Skip to content

Instantly share code, notes, and snippets.

@whaoa
whaoa / clash-sub-converter-config.ini
Last active April 10, 2026 13:29
config for clash subconverter
[custom]
;clash_rule_base=https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/GeneralClashConfig.yml
enable_rule_generator=true
overwrite_original_rules=true
custom_proxy_group=🎭 Proxy`select`[]🔰 Select`[]🇺🇸 UnitedStates`[]🇸🇬 Singapore`[]🇯🇵 Japan`[]🇭🇰 HongKong`[]🇨🇳 Taiwan`[]DIRECT
custom_proxy_group=🎯 Direct`select`[]DIRECT`[]🎭 Proxy
custom_proxy_group=🚦 Unmatch`select`[]🎯 Direct`[]🎭 Proxy
@whaoa
whaoa / .gitignore
Created January 5, 2026 04:54
Git Ignore Config File
# See https://help.github.com/ignore-files/ for more about ignoring files.
# misc
.DS_Store
*.local
# editors
.idea/
.vscode/
!.vscode/extensions.json
@whaoa
whaoa / index.html
Last active July 15, 2021 09:17
electron-bug-print-Impact-input
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>