修改 实现 Clash for Windows 中的 Parsers 的 prepend-rules append-proxies append-proxy-groups 功能
本脚本用于在原有 Mihomo 配置基础上,动态追加:
- 自定义代理(appendProxies)
- 自定义策略组(appendProxyGroups)
- 自定义规则(prependRules)
| :: This bat file can be used to renew Resharper C# and Resharper C++ every time it runs out | |
| :: It most likely works for all Jetbrains tools, however, I did not test this. | |
| :: I was not able to find the original author for the reg key and the folders that needs to be deleted so if that is you feel free to reach out for credit | |
| @echo off | |
| setlocal enableDelayedExpansion | |
| :confirm | |
| echo Did you stop all Jetbrains services? | |
| echo Jetbrains toolbox AND any other tool using it such as Rider, Visual Studio, ... |
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>小程序跳转页</title> | |
| <style> | |
| :root { | |
| --bg: linear-gradient(135deg, #f6fbff 0%, #eef6f2 100%); | |
| --card: rgba(255, 255, 255, 0.92); |
| // ==UserScript== | |
| // @name Append label-id on selected element | |
| // @namespace https://tampermonkey.net/ | |
| // @description 当选中元素包含 .label.label-id 时,把其值按模板追加到元素末尾;用于禅道10.0.alpha | |
| // @author 王帅 | |
| // @match *://*/* | |
| // @version 0.1.3 | |
| // @updateURL https://gist.github.com/wangshuai-007/0f040ebf7076c0290a1d1b1a7e5a0d3c/raw/append-label-id.user.js | |
| // @downloadURL https://gist.github.com/wangshuai-007/0f040ebf7076c0290a1d1b1a7e5a0d3c/raw/append-label-id.user.js | |
| // @grant GM_getValue |