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
| # Profile Enhancement Merge Template for Clash Verge | |
| profile: | |
| store-selected: true | |
| rule-providers: | |
| Apple: | |
| type: http | |
| behavior: classical | |
| url: "https://cdn.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Providers/Ruleset/Apple.yaml" |
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== | |
| // @ConfigName 墨鱼自用的QX配置文件 | |
| // @Author @ddgksf2013 | |
| // @TgChannel https://t.me/ddgksf2021 | |
| // @WechatID 墨鱼手记 | |
| // @Feedback 💡请通过邮件反馈问题[其它方式一概无视]:𝐝𝐝𝐠𝐤𝐬𝐟𝟐𝟎𝟏𝟑@𝟏𝟔𝟑.𝐜𝐨𝐦 💡 | |
| // @UpdateTime 2025/09/16 11:13UTC/GMT +8 | |
| // @Function 请参考对应的注释或Tag | |
| // @MainFunction 去开屏广告、应用净化、超级VIP、智能分流、自动优选、图标订阅、流媒体查询、Boxjs订阅、IOS更新屏蔽 | |
| // @ExpressThanks @ddgksf2013,@Nick-workflow,@KOP-XIAO,@DivineEngine,@blackmatrix7,@Orz-3,@yjqiang,@O7Y0,@Peng-YM,@Neurogram-R,@id77,@NobyDa,@17mon |
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
| /*********************************************** | |
| > 应用名称:墨鱼自用百度网盘SVIP+去开屏广告脚本 | |
| > 脚本作者:@ddgksf2013 | |
| > 微信账号:墨鱼手记 | |
| > 更新时间:2023-07-30 | |
| > 下载地址:https://apps.apple.com/cn/app/id547166701 | |
| > 通知频道:https://t.me/ddgksf2021 | |
| > 贡献投稿:https://t.me/ddgksf2013_bot | |
| > 问题反馈:[email protected] |
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
| parsers: # array | |
| - reg: ^.*(bajie|mojie).*?/.*$ | |
| # - reg: ^.*$ 匹配所有订阅,或 - url: https://example.com/profile.yaml 指定订阅 | |
| # 下面是删除服务商自带的策略组和规则 | |
| code: | | |
| module.exports.parse = (raw, { yaml }) => { | |
| const rawObj = yaml.parse(raw) | |
| const groups = [] | |
| const rules = [] | |
| return yaml.stringify({ ...rawObj, 'proxy-groups': groups, rules }) |
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 马原、毛概课堂派答题脚本喵 | |
| // @namespace https://gist.github.com/Murlors | |
| // @version 1.2.2 | |
| // @author Murlors | |
| // @description 点击答题卡就能用啦!!2023/6/16 01:00:00 | |
| // @match https://w.ketangpai.com/* | |
| // @match http://w.ketangpai.com/* | |
| // @run-at document-start | |
| // @grant GM_addStyle |