Skip to content

Instantly share code, notes, and snippets.

View Murlors's full-sized avatar
🤪

Murlors Murlors

🤪
View GitHub Profile
@Murlors
Murlors / merge.yml
Last active July 4, 2025 14:04
Clash Verge
# 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"
// ==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
/***********************************************
> 应用名称:墨鱼自用百度网盘SVIP+去开屏广告脚本
> 脚本作者:@ddgksf2013
> 微信账号:墨鱼手记
> 更新时间:2023-07-30
> 下载地址:https://apps.apple.com/cn/app/id547166701
> 通知频道:https://t.me/ddgksf2021
> 贡献投稿:https://t.me/ddgksf2013_bot
> 问题反馈:[email protected]
@Murlors
Murlors / cfw-settings.yaml
Last active January 30, 2024 14:23
Clash For Windows 配置文件预处理
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 })
@Murlors
Murlors / KeTangPai.update.js
Last active December 25, 2023 13:08
KeTangPai
// ==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