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
| // ==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 |
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
| /*! | |
| 王帅 的 Substore 订阅转换脚本 | |
| 基于 | |
| https://github.com/powerfullz/override-rules | |
| 修改 实现 Clash for Windows 中的 Parsers 的 prepend-rules append-proxies append-proxy-groups 功能 | |
| 支持的传入参数: | |
| - loadbalance: 启用负载均衡(url-test/load-balance,默认 false) | |
| - landing: 启用落地节点功能(如机场家宽/星链/落地分组,默认 false) | |
| - ipv6: 启用 IPv6 支持(默认 false) |