Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackSpacee committed Feb 4, 2024
1 parent 566558b commit b0db5a4
Show file tree
Hide file tree
Showing 42 changed files with 38 additions and 111 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/Fork_Filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
echo "$file not found."
fi
done
# 适配 AdGuard Loon 规则
- name: Edit Ruleset/AdGuardChinese.list
run: |
Expand All @@ -177,22 +178,21 @@ jobs:
run: |
mkdir -p Loon-repo/Ruleset/Own/
touch Loon-repo/Ruleset/Own/Direct.list
if [ -f "Loon-repo/Ruleset/Own/Direct.list" ] ; then
# 清空 Direct.list 文件
> Loon-repo/Ruleset/Own/Direct.list
cat Loon-repo/Ruleset/Unbreak.list >> Loon-repo/Ruleset/Own/Direct.list
echo " " >> Loon-repo/Ruleset/Own/Direct.list # 添加两行空格
cat Loon-repo/Ruleset/fmz200/Direct_fmz200.list >> Loon-repo/Ruleset/Own/Direct.list
# 使用awk进行去重, 保留注释行, 方便排查问题和反馈.
awk '!seen[$0]++' Loon-repo/Ruleset/Own/Direct.list > tmpfile && mv tmpfile Loon-repo/Ruleset/Own/Direct.list
else
echo "$file not found."
fi


- name: output Reject.list
run: |
touch Loon-repo/Ruleset/Own/Reject.list
Expand All @@ -214,7 +214,6 @@ jobs:
else
echo "$file not found."
fi
- name: Commit and Push Changes
run: |
Expand Down
4 changes: 1 addition & 3 deletions Plugin/AdBlock/555ad.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/555.png
#!date = [2023/9/9]

[Rewrite]

[Rewrite]
^https?:\/\/vpic\.cms\.qq\.com\/nj_vpic\/.+ - reject

[Script]

http-response ^https?:\/\/.*\.(weilai555\.com:1000|ecoliving168\.com)\/api\/v\d\/movie\/(index_recommend.+|detail) script-path=https://raw.githubusercontent.com/chxm1023/Advertising/main/555ad.js, requires-body=true

[MITM]

hostname =  a.weilai555.com,app-v1.ecoliving168.com,vpic.cms.qq.com
1 change: 0 additions & 1 deletion Plugin/AdBlock/BIliBiliSM.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@


[Rewrite]

(?=resource\?resourceUrl|upos\-sz\-staticcos) - reject
(?=.*(hdslb\.com.*(\.zip|\.mp4)))^((?!(hdslb\.com\/bfs\/app-static\/)).)*$ - reject
7 changes: 2 additions & 5 deletions Plugin/AdBlock/BaiduCloudAdBlock.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,22 @@
#!date = [2023/7/30]




[Rewrite]

# > 百度网盘_设置信息流@ddgksf2013
^https?:\/\/pan\.baidu\.com\/act\/v\d\/(bchannel|welfare)\/list - reject-200
# > 百度网盘_通用广告@ddgksf2013
^https?:\/\/pan\.baidu\.com\/rest\/.*\/pcs\/ad - reject-200
# > 百度网盘_活动推广@ddgksf2013
^https?:\/\/pan\.baidu\.com\/act\/api\/activityentry - reject-200

[Script]

[Script]
# > 百度网盘_开屏广告@ddgksf2013
http-response ^https?:\/\/pan\.baidu\.com\/api\/getsyscfg script-path=https://gist.githubusercontent.com/ddgksf2013/f43026707830c7818ee3ba624e383c8d/raw/baiduCloud.vip.js, requires-body=true, timeout=60 ,tag=baiduCloud.vip_13

# > 百度网盘_会员权益@ddgksf2013
http-response ^https:\/\/pan\.baidu\.com\/rest\/.*\/membership\/user\?app_id script-path=https://gist.githubusercontent.com/ddgksf2013/f43026707830c7818ee3ba624e383c8d/raw/baiduCloud.vip.js, requires-body=true, timeout=60 ,tag=baiduCloud.vip_21

[MITM]

[MITM]
hostname = pan.baidu.com
1 change: 1 addition & 0 deletions Plugin/AdBlock/BaiduCloudSpped.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/BaiduCloud.png
#!date = [2023/1/16]


[Rewrite]
# > 百度网盘_设置信息流@ddgksf2013
^https?:\/\/pan\.baidu\.com\/act\/v\d\/(bchannel|welfare)\/list - reject-200
Expand Down
5 changes: 0 additions & 5 deletions Plugin/AdBlock/BiliBili.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#!date = [2024/1/14]



[Rewrite]

# ~ BiliBili_哔哩哔哩_屏蔽广告浮窗@ddgksf2013
Expand All @@ -30,9 +29,6 @@
^https?:\/\/upos-hz-mirrorakam\.akamaized\.net\/(.*) https://upos-sz-mirrorcos.bilivideo.com/$1 302





[Script]

# ~ BiliBili_哔哩哔哩_视频播放下方商品推广@ddgksf2013
Expand Down Expand Up @@ -104,7 +100,6 @@ http-response ^https?:\/\/app\.bilibili\.com\/x\/resource\/show\/skin\? script-p


[MITM]

hostname = -broadcast.chat.bilibili.com,-*cdn*.biliapi.net,-*tracker*.biliapi.net,app.bilibili.com,api.live.bilibili.com,*.bilibili.com,*.bilibili.*,grpc.biliapi.net,*biliapi.net,aisubtitle.hdslb.com,i0.hdslb.com,upos-hz-mirrorakam.akamaized.net
拦截prompt: _ThemeConfig_
本次不再显示
Expand Down
5 changes: 2 additions & 3 deletions Plugin/AdBlock/Coolapk.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@


[Rewrite]

# > 酷安_屏蔽热词@ddgksf2013
^https?:\/\/api\.coolapk\.com\/v6\/search\?.*type=hotSearch - reject-dict

[Script]

[Script]
# > 酷安_开屏广告@ddgksf2013
http-response ^https?:\/\/api.coolapk.com\/v6\/main\/init script-path=https://github.com/ddgksf2013/Scripts/raw/master/coolapk.js, requires-body=true, timeout=60 ,tag=coolapk_16

Expand All @@ -28,6 +27,6 @@ http-response ^https?:\/\/api.coolapk.com\/v6\/feed\/replyList script-path=https
# > 酷安_商品推广@ddgksf2013
http-response ^https?:\/\/api.coolapk.com\/v6\/feed\/detail script-path=https://github.com/ddgksf2013/Scripts/raw/master/coolapk.js, requires-body=true, timeout=60 ,tag=coolapk_24

[MITM]

[MITM]
hostname = api.coolapk.com
3 changes: 1 addition & 2 deletions Plugin/AdBlock/Meituan.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/Meituan.png
#!date = [2022/9/14]

[Rule]

[Rule]
URL-REGEX,^https?:\/\/(s3plus|flowplus)\.meituan\.net\/v\d\/\w+\/linglong\/\w+\.(gif|jpg|mp4),REJECT

[MITM]

hostname = flowplus.meituan.net
2 changes: 1 addition & 1 deletion Plugin/AdBlock/Tieba.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ http-response ^http(s:\/\/tiebac|:\/\/c\.tieba)\.baidu\.com\/(c\/f\/(frs\/(page|
http-response ^http(s:\/\/tiebac|:\/\/c\.tieba)\.baidu\.com\/c\/f\/(frs\/(page|threadlist|generalTabList)|pb\/page|excellent\/personalized)\?cmd script-path = https://raw.githubusercontent.com/app2smile/rules/master/js/tieba-proto.js, requires-body = true, binary-body-mode = true, timeout = 10, tag = 贴吧proto

[Mitm]
hostname = tiebac.baidu.com
hostname = tiebac.baidu.com
2 changes: 0 additions & 2 deletions Plugin/AdBlock/aDrive.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@


[Script]

http-response ^https?:\/\/(api|member)\.(aliyundrive|alipan)\.com\/(.+\/(users|activity|user\/get)|((business|apps)\/.+\/users|adrive\/.+\/user)) script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/alidrive.js, requires-body=true

[MITM]

hostname = *.aliyundrive.com,*.alipan.com
3 changes: 0 additions & 3 deletions Plugin/Corn/Acfun.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@


[Script]

http-request ^https?:\/\/api-ipv6\.app\.acfun\.cn\/rest\/app\/user\/(signIn|hasSignedIn|getSignInInfos) script-path=https://raw.githubusercontent.com/MCdasheng/QuantumultX/main/Scripts/myScripts/acfun.cookie.js, timeout=60 ,tag=Acfun获取Cookie

cron "5 0 * * *" script-path=https://raw.githubusercontent.com/MCdasheng/QuantumultX/main/Scripts/myScripts/acfun.js, timeout=60, tag=Acfun签到

[MITM]

hostname = api-ipv6.app.acfun.cn,*.acfun.cn,*.app.acfun.cn
2 changes: 0 additions & 2 deletions Plugin/Corn/Baidu_tieba.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


[Script]

# 百度贴吧每日自动签到
http-request ^https?:\/\/(c\.tieba\.baidu\.com|180\.97\.\d+\.\d+)\/c\/s\/login script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js,tag=贴吧_获取Cookie1
http-request ^https?:\/\/c\.tieba\.baidu\.com\/c\/s\/channelIconConfig script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js,tag=贴吧_新版Cookie2
Expand All @@ -15,5 +14,4 @@ http-request ^https?:\/\/tiebac\.baidu\.com\/c\/u\/follow\/getFoldedMessageUserI
cron "7 0 * * *" script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js, timeout=10, tag=百度贴吧签到, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/tieba.png

[MITM]

hostname = c.tieba.baidu.com,tiebac.baidu.com
2 changes: 1 addition & 1 deletion Plugin/Corn/BiliBiliDailyBonus.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[Script]
# BiliBili每日等级任务

http-request ^https?:\/\/app\.bilibili\.com\/x\/resource\/domain\? script-path = https://raw.githubusercontent.com/ClydeTime/Quantumult/main/Script/Task/BiliBili.js, tag=B站Cookie(APP)
http-request ^https?:\/\/app\.bilibili\.com\/x\/resource\/fingerprint\? script-path = https://raw.githubusercontent.com/ClydeTime/Quantumult/main/Script/Task/BiliBili.js, tag=B站Cookie(APP)
cron "30 0 * * *" script-path = https://raw.githubusercontent.com/ClydeTime/Quantumult/main/Script/Task/BiliBili.js, tag=B站每日等级任务

[MITM]
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Corn/BiliBiliLive.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/BiliBili_White.png
#!date = [2022/7/12]

[Script]

[Script]
http-request ^https:\/\/(www|live)\.bilibili\.com\/?.? script-path = https://raw.githubusercontent.com/chavyleung/scripts/master/bilibili/bilibili.cookie.js, timeout=10, tag=BiliBili直播签到Cookie
cron "0 1 * * *" script-path = https://raw.githubusercontent.com/chavyleung/scripts/master/bilibili/bilibili.js, timeout=86400, tag=BiliBili直播签到, img-url=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/BiliBili.png

Expand Down
2 changes: 1 addition & 1 deletion Plugin/Corn/CCBLife.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[Script]

http-request ^https:\/\/yunbusiness\.ccb\.com\/(clp_coupon|clp_service)\/txCtrl\?txcode=(A3341A038|autoLogin), script-path = https://raw.githubusercontent.com/FoKit/Scripts/main/scripts/jhsh_checkIn.js,requires-body=1,tag=建行生活Cookie
http-request ^https:\/\/yunbusiness\.ccb\.com\/(clp_coupon|clp_service)\/txCtrl\?txcode=(A3341A038|autoLogin) script-path = https://raw.githubusercontent.com/FoKit/Scripts/main/scripts/jhsh_checkIn.js,requires-body=1,tag=建行生活Cookie

cron "23 1 * * *" script-path = https://raw.githubusercontent.com/FoKit/Scripts/main/scripts/jhsh_checkIn.js,tag = 建行生活签到

Expand Down
4 changes: 1 addition & 3 deletions Plugin/Corn/Tianyi_adrive.plugin
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!name = 天翼云盘签到&Cookie
#!author = MCdasheng

[Script]

[Script]
http-request ^https:\/\/api\.cloud\.189\.cn\/mkt\/userSign\.action? script-path=https://raw.githubusercontent.com/MCdasheng/QuantumultX/main/Scripts/myScripts/ty.cookie.js, timeout=60 ,tag=天翼云盘获取Cookie

cron "30 10 * * *" script-path=https://raw.githubusercontent.com/MCdasheng/QuantumultX/main/Scripts/myScripts/ty.js, timeout=60, tag=天翼云盘签到

[MITM]

hostname = api.cloud.189.cn
5 changes: 2 additions & 3 deletions Plugin/Corn/Ximalaya.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/Ximalaya.png
#!date = [2023/11/3]

[Script]

http-request ^https?:\/\/xmc\.ximalaya\.com\/xmlymain-login-web\/login\/,script-path = https://raw.githubusercontent.com/ClydeTime/Surge/main/Script/Task/xmly.js,tag=喜马拉雅Cookie
[Script]
http-request ^https?:\/\/xmc\.ximalaya\.com\/xmlymain-login-web\/login\/ script-path = https://raw.githubusercontent.com/ClydeTime/Surge/main/Script/Task/xmly.js,tag=喜马拉雅Cookie
cron "35 1 * * *" script-path = https://raw.githubusercontent.com/ClydeTime/Surge/main/Script/Task/xmly.js, timeout=60, tag=喜马拉雅签到任务

[MITM]

hostname = xmc.ximalaya.com
4 changes: 1 addition & 3 deletions Plugin/Corn/aDrive.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/AliYunDrive_April.png
#!date = [2023/9/27]

[Script]

[Script]
http-response https:\/\/auth.(aliyundrive|alipan).com\/v2\/account\/token script-path=https://raw.githubusercontent.com/lowking/Scripts/master/ali/aliYunPanCheckIn.js, requires-body=true, tag=阿里云盘签到Cookie

cron "0 10 0 * * ?" script-path = https://raw.githubusercontent.com/lowking/Scripts/master/ali/aliYunPanCheckIn.js, timeout=60, tag=阿里云盘签到

[MITM]

hostname = auth.alipan.com
4 changes: 0 additions & 4 deletions Plugin/Corn/aMap.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@


[Script]

http-response ^https:\/\/(m5(|-zb)|dache)\.amap\.com\/(ws\/yuece\/(act|openapi\/activity\/current)\/query|common\/(alipaymini|wxmini)\?_ENCRYPT=) script-path=https://raw.githubusercontent.com/wf021325/qx/master/task/ampDache.js, requires-body=true, timeout=60 ,tag=高德打车Cookie

cron "1 0 * * *" script-path=https://raw.githubusercontent.com/wf021325/qx/master/task/ampDache.js, timeout=60, tag=高德打车签到


[MITM]

hostname = *.amap.com
1 change: 0 additions & 1 deletion Plugin/Function/DoubanWebsite.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ http-response ^https://m.douban.com/movie/subject/.+ script-path=https://github.
http-request ^https://m.douban.com/movie/subject/.+\?seen=\d script-path=https://github.com/ddgksf2013/Scripts/raw/master/douban.js, timeout=60 ,tag=douban_17

[MITM]

hostname = m.douban.com
2 changes: 0 additions & 2 deletions Plugin/Function/EndlessGoogle.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@


[Script]

http-response ^https?:\/\/www\.google\..*\/search script-path = https://raw.githubusercontent.com/BlackSpacee/Loon/main/Script/JavaScript/Function/EndlessGoogle.js, requires-body=true, tag=endlessgoogle_9

[MITM]

hostname = www.google.*
3 changes: 0 additions & 3 deletions Plugin/UnlockVip/Aiqicha.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@


[Script]

http-response ^https:\//aiqicha.baidu.com\/usercenter\/getvipinfoajax requires-body=1,script-path=https://raw.githubusercontent.com/litieyin/AD_VIP/main/Script/aiqicha.js


[MITM]

hostname = aiqicha.baidu.com
3 changes: 0 additions & 3 deletions Plugin/UnlockVip/Apowersoft.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@


[Script]

# ~ 傲软抠图解锁会员权限(2023-11-30)@ddgksf2013
http-response ^https?:\/\/.*aoscdn\.com\/base\/vip\/v\d\/vips script-path=https://raw.githubusercontent.com/ddgksf2013/MoYu/master/ApowersoftProCrack.js, requires-body=true, timeout=60, tag=ApowersoftProCrack_13


[MITM]

hostname = *.aoscdn.com
13 changes: 2 additions & 11 deletions Plugin/UnlockVip/Baimiao.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,13 @@
#!date = [2023/6/27]



[MITM]

hostname = baimiao.uzero.cn



[URL Rewrite]

^https?:\/\/baimiao\.uzero\.cn\/api\/v2\.user\/c(heckLoginClient|leanAccount) - reject-array



[Script]

# > 白描解锁黄金会员
http-response ^https?:\/\/baimiao\.uzero\.cn\/api\/v2\.user\/appLaunchWithUser script-path=https://raw.githubusercontent.com/yqc007/QuantumultX/master/BaiMiaoGoldVipCrack.js, requires-body=true, timeout=60, tag=BaiMiaoGoldVipCrack_11


[MITM]
hostname = baimiao.uzero.cn
3 changes: 0 additions & 3 deletions Plugin/UnlockVip/BodianMusic.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
#!date = [2023/12/11]



[Script]

http-response ^https:\/\/bd-api\.kuwo\.cn\/api\/(ucenter\/users|play\/listening\/user|service\/(home\/index|banner\/myPage|advert\/watch)) script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/bodian.js, requires-body=true, timeout=60, tag=bodian


[MITM]
hostname = bd-api.kuwo.cn
3 changes: 1 addition & 2 deletions Plugin/UnlockVip/CamScanner.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/Saomiao.png
#!date = [2023/8/19]

[Script]

[Script]
http-response ^https:\/\/.*\.(intsig\.net|camscanner\.com) script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/CamScanner.js, requires-body=true ,tag=CamScanner_8

[MITM]

hostname = *.camscanner.com,*.intsig.net
2 changes: 2 additions & 0 deletions Plugin/UnlockVip/Dianshijia.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#!icon = https://raw.githubusercontent.com/BlackSpacee/icon/main/Apps/Dianshijia.png
#!date = [2022/11/13]


[Script]
http-response ^http[s]?:\/\/123.56.125.184 script-path=https://raw.githubusercontent.com/89996462/Quantumult-X/main/ycdz/dsj.js,requires-body=true

[MITM]
hostname = 123.56.125.184
1 change: 0 additions & 1 deletion Plugin/UnlockVip/Gaoding.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#!date = [2024/1/7]



[Script]
http-response ^https:\/\/qiye\.gaoding\.com\/api\/(structure\/company\/current|ccm\/editors\/risk_materials) script-path = https://raw.githubusercontent.com/BlackSpacee/Loon/main/Script/JavaScript/UnlockVip/Gaoding.js, requires-body=true, timeout=60, tag=稿定

Expand Down
Loading

0 comments on commit b0db5a4

Please sign in to comment.