Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbutcher committed Jan 16, 2025
1 parent d574c92 commit a01037b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions profiles/QuantumultX/evil.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,11 @@ https://m\.weibo\.cn/comments/hotflow.*max_id=.* url reject-dict
# 淘票票豆瓣评分
^https:\/\/guide-acs\.m\.taobao\.com\/gw\/mtop\.film\.mtopshowapi\.getextendshowbyid url script-response-body https://raw.githubusercontent.com/Peng-YM/QuanX/master/Rewrites/TaoPiaoPiao/taopiaopiao.js

# elecV2
# 知乎网页优化
// 先重写到桌面版
^https:\/\/www\.zhihu\.com\/ url request-header (\r\n)User-Agent:.+(\r\n) request-header $1User-Agent: Mozilla/5.0 (Windows Phone 10)$2
// 再注入 CSS 进行优化
^https:\/\/www\.zhihu\.com\/question url script-response-body https://raw.githubusercontent.com/elecV2/QuantumultX-Tools/master/betterweb/zhihux.user.js
// 去掉知乎跳转第三方网站时的中间确认页面
^https://link\.zhihu\.com/\?target=(https?)%3A//(.*) url 307 $1://$2
// 知乎专栏底部推荐阅读文章直接打开
^https://oia\.zhihu\.com url 307 https://zhuanlan.zhihu.com

# lowking
# 阿里云盘签到
https:\/\/auth.aliyundrive.com\/v2\/account\/token url script-response-body https://raw.githubusercontent.com/lowking/Scripts/master/ali/aliYunPanCheckIn.js

/*
# Q-Search
# Modified by nzw9314
# From Neurogram (https://raw.githubusercontent.com/Neurogram-R/Surge/master/module/Q-Search.sgmodule)
Expand Down Expand Up @@ -187,4 +177,5 @@ https:\/\/auth.aliyundrive.com\/v2\/account\/token url script-response-body http
^https:\/\/duckduckgo.com\/\?q=us&.+ url 302 https://itunes.apple.com/WebObjects/MZStore.woa/wa/resetAndRedirect?dsf=143441&mt=8&url=/WebObjects/MZStore.woa/wa/viewSoftware?mt=8&id=1108187390&cc=us&urlDesc=

# 无指令: 谷歌
^https:\/\/duckduckgo.com\/\?q=([^&]+).+ url 302 https://www.google.com/search?q=$1
^https:\/\/duckduckgo.com\/\?q=([^&]+).+ url 302 https://www.google.com/search?q=$1
*/

0 comments on commit a01037b

Please sign in to comment.