forked from sve1r/Rules-For-Quantumult-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sve1r#110 from sve1r/develop
July Update
- Loading branch information
Showing
13 changed files
with
422 additions
and
371 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
// @ScriptName 微博&微博国际版净化[墨鱼版] | ||
// @Author @ddgksf2013, @zmqcherish | ||
// @ForHelp 若有屏蔽广告的需求,可公众号后台回复APP名称 | ||
// @WechatID 公众号墨鱼手记 | ||
// @WechatID 墨鱼手记 | ||
// @TgChannel https://t.me/ddgksf2021 | ||
// @Contribute https://t.me/ddgksf2013_bot | ||
// @Feedback 📮 [email protected] 📮 | ||
// @UpdateTime 2024-04-22 | ||
// @UpdateTime 2024-07-14 | ||
// @Attention 微博、微博国际版净化,现已二合一,使用中若有问题请发邮件! | ||
// @Attention 使用时请注意关闭QuantumultX的[兼容性增强]开关,否则无法去除微博广告 | ||
// @Suitable 自行观看“# > ”注释内容 | ||
// @Attention 如需引用请注明出处,谢谢合作! | ||
// @Version V2.0.97 | ||
// @Version V2.0.98 | ||
// @ScriptURL https://github.com/ddgksf2013/Rewrite/raw/master/AdBlock/Weibo.conf | ||
// ==/UserScript== | ||
|
||
|
@@ -24,62 +24,62 @@ hostname = api.weibo.*, *.api.weibo.*, mapi.weibo.*, *.uve.weibo.com, new.vip.we | |
# > 微博_AD_Preload@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/ad\/preload url reject-dict | ||
# > 微博_首页顶部homeExtend@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/groups\/allgroups\/v\d url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/api\.weibo\.cn\/\d\/groups\/allgroups\/v\d url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_帖子下方广告banner@ddgksf2013 | ||
^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=open_app url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=open_app url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_趋势页热门影片@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/cardlist\?v_f=.*Weibo_intl url reject-dict | ||
# > 微博_用户推荐弹窗@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/profile\/recommend_popuser url reject-dict | ||
# > 微博_开屏广告预加载处理@ddgksf2013 | ||
^https?:\/\/boot.*weibo\.com\/v\d\/ad\/preload url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/boot.*weibo\.com\/v\d\/ad\/preload url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博_未登陆状态下首页信息流处理@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/\w{5}\/(statuses_unread_hot_timeline|timeline) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/api\.weibo\.cn\/\d\/\w{5}\/(statuses_unread_hot_timeline|timeline) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博_每日一次的开屏广告请求@ddgksf2013 | ||
^https?:\/\/boot.*weibo\.com\/v\d\/ad\/realtime url reject-200 | ||
# > 微博_视频信息处理@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/video\/tiny_stream_mid_detail url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/api\.weibo\.cn\/\d\/video\/tiny_stream_mid_detail url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博_去除底部超话栏表层浮icon及tips@ddgksf2013 | ||
^https?:\/\/api\.weibo\.cn\/\d\/!\/huati\/discovery_home_bottom_getdotinfo url reject-dict | ||
# > 微博_屏蔽首页左上角每日的弹窗tips@ddgksf2013 | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d/push/daily url reject-dict | ||
# > 微博_屏蔽发现页面搜索框热词@ddgksf2013 | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/\w{5}\/cardlist url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/\w{5}\/cardlist url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博_应用内弹窗广告@ddgksf2013 | ||
^https?:\/\/(preload-click|preload-impression)\.uve\.weibo\.com\/(interface\/wbpullad\/wbpullad_click\.php|wbapplua\/get_wbpullad_log\.lua) url reject | ||
# > 微博_屏蔽sdkconfig请求@ddgksf2013 | ||
^https?:\/\/sdkapp\.uve\.weibo\.com\/interface\/sdk\/sdkconfig\.php url reject | ||
# > 微博_Spotlight@ddgksf2013 | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/hot\/hours_spotlight url reject-dict | ||
# > 微博_自定义tab皮肤@zmqcherish | ||
^https://api.weibo.cn/2/!/client/light_skin url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https://api.weibo.cn/2/!/client/light_skin url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博_非会员设置tab皮肤@zmqcherish | ||
^https://new.vip.weibo.cn/littleskin/preview url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https://new.vip.weibo.cn/littleskin/preview url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博_去广告以及去除各部分推广模块@zmqcherish,@ddgksf2013 | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/(searchall|page\?|messageflow) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/statuses/(unread_)?friends(/|_)timeline url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/groups/timeline url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/statuses/(container_timeline|unread_hot_timeline|extend|video_mixtimeline|unread_topic_timeline) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/profile/(me|container_timeline) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/video/(community_tab|remind_info|tiny_stream_video_list) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/search/(finder|container_timeline|container_discover) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/(checkin/show|\!/live/media_homelist|comments/build_comments|container/get_item) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/cardlist url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/(searchall|page\?|messageflow) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/statuses/(unread_)?friends(/|_)timeline url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/groups/timeline url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/statuses/(container_timeline|unread_hot_timeline|extend|video_mixtimeline|unread_topic_timeline) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/profile/(me|container_timeline) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/video/(community_tab|remind_info|tiny_stream_video_list) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/search/(finder|container_timeline|container_discover) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/(checkin/show|\!/live/media_homelist|comments/build_comments|container/get_item) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/cardlist url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_屏蔽hotsearch@ddgksf2013 | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php\?a=hot_search_users url reject-dict | ||
# > 微博国际版_屏蔽热推荐@ddgksf2013 | ||
^https?:\/\/m?api\.weibo\.c(n|om)\/\d\/ad\/weibointl\? url reject-dict | ||
# > 微博国际版_屏蔽searching_info@shiro | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*user&a=get_searching_info url echo-response text/html echo-response https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo_search_info.json | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*a=get_searching_info url echo-response text/html echo-response https://github.com/ddgksf2013/Scripts/raw/master/weibo_search_info.json | ||
# > 微博国际版_屏蔽search_topic@shiro | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*feed&a=search_topic url echo-response text/html echo-response https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo_search_topic.json | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*feed&a=search_topic url echo-response text/html echo-response https://github.com/ddgksf2013/Scripts/raw/master/weibo_search_topic.json | ||
# > 微博国际版_屏蔽开屏广告@ddgksf2013 | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*get_coopen_ads url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*get_coopen_ads url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_屏蔽sdkad@ddgksf2013 | ||
^https?://(sdk|wb)app\.uve\.weibo\.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?://(sdk|wb)app\.uve\.weibo\.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_趋势顶部Card去广告@ddgksf2013 | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*feed&a=trends url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/weibointl\.api\.weibo\.c(n|om)\/portal\.php.*a=trends url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_屏蔽用户VIP栏@ddgksf2013 | ||
^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=user_center url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=user_center url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js | ||
# > 微博国际版_热搜处理@ddgksf2013 | ||
^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=search_topic url script-response-body https://rules-for-qx.sveir.xyz/Scripts/AdBlock/Weibo/weibo.min.js | ||
^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=search_topic url script-response-body https://github.com/ddgksf2013/Scripts/raw/master/weibo_json.js |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# NAME: BlockHTTPDNS | ||
# AUTHOR: blackmatrix7 | ||
# REPO: https://github.com/blackmatrix7/ios_rule_script | ||
# UPDATED: 2024-07-03 16:19:12 | ||
# HOST:21 | ||
# HOST-SUFFIX:1 | ||
# IP-CIDR:35 | ||
# IP6-CIDR:4 | ||
# REJECT:18 | ||
# MITM:16 | ||
# TOTAL:95 | ||
|
||
hostname = *.httpdns.pro,101.35.204.35,103.37.155.60,110.76.8.150,114.110.96.26,119.29.29.29,119.29.29.98,119.29.29.99,180.76.76.112,182.256.116.116,amdc-sibling.alipay.com.cn,amdc.alipay.com,api.weibo.cn,dns.jd.com,dns.weixin.qq.com,short.weixin.qq.com | ||
|
||
# REJECT | ||
^http:\/\/101\.35\.204\.35\/d url reject | ||
^http:\/\/103\.37\.155\.60\/fetch url reject | ||
^http:\/\/114\.110\.96\.26\/d url reject | ||
^http:\/\/116\.63\.10\.135\/resolve url reject | ||
^http:\/\/117\.185\.228\.108\/resolve url reject | ||
^http:\/\/180\.76\.76\.112\/v4\/resolve url reject | ||
^http:\/\/182\.256\.116\.116\/d url reject | ||
^http:\/\/api\.weibo\.cn\/2\/httpdns\/config url reject | ||
^https:\/\/dns\.jd\.com\/v6\/b url reject | ||
^https?:\/\/110\.76\.8\.150\/squery url reject | ||
^https?:\/\/119\.29\.29\.29\/d url reject | ||
^https?:\/\/203\.209\.230\.39\/squery url reject | ||
^https?:\/\/2400:B180:6001::18F\/squery url reject | ||
^https?:\/\/2400:B200:1005:3000::155\/squery url reject | ||
^https?:\/\/amdc-sibling\.alipay\.com\.cn\/s?query url reject | ||
^https?:\/\/amdc\.alipay\.com\/s?query url reject | ||
^https?:\/\/dns\.weixin\.qq\.com\/cgi-bin\/micromsg-bin\/newgetdns url reject | ||
^https?:\/\/short\.weixin\.qq\.com\/cgi-bin\/micromsg-bin\/getcdndns url reject |
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# NAME: SafeRedirect | ||
# AUTHOR: blackmatrix7 | ||
# REPO: https://github.com/blackmatrix7/ios_rule_script | ||
# UPDATED: 2024-07-03 16:18:44 | ||
# REDIRECT:60 | ||
# MITM:122 | ||
# TOTAL:182 | ||
|
||
hostname = abbyychina.com,aicoin.cn,alienskins.cn,anydeskchina.cn,app.biliintl.com,bartender.cc,beyondcompare.cc,bingdianhuanyuan.cn,chemdraw.com.cn,cn.ultraiso.net,codesoftchina.com,coreldrawchina.com,crossoverchina.com,ditu.google.cn,dongmansoft.com,earmasterchina.cn,easyrecoverychina.com,ediuschina.com,firefox.com.cn,flstudiochina.com,folxchina.cn,formysql.com,g.cn,google.cn,guitarpro.cc,huishenghuiying.com.cn,hypeapp.cn,hypersnap.mairuan.com,iconworkshop.cn,idmchina.net,ign.xn--fiqs8s,imazingchina.com,imindmap.cc,jd.com,jihehuaban.com.cn,kingdeecn.cn,logoshejishi.com,logoshejishi.mairuan.com,luping.net.cn,map.google.cn,mathtype.cn,mi.com,mindmanager.cc,mindmanager.cn,mindmapper.cc,mycleanmymac.com,nicelabel.cc,ntfsformac.cn,officesoftcn.com,overturechina.com,passport.biliintl.com,passwordrecovery.cn,pdfexpert.cc,photozoomchina.com,shankejingling.com,suning.com,taobao.com,vegaschina.cn,www.abbyychina.com,www.aicoin.cn,www.alienskins.cn,www.anydeskchina.cn,www.bartender.cc,www.betterzip.com,www.betterzip.net,www.betterzipcn.com,www.betterzipcn.net,www.beyondcompare.cc,www.bingdianhuanyuan.cn,www.chemdraw.com.cn,www.codesoftchina.com,www.coreldrawchina.com,www.crossoverchina.com,www.dongmansoft.com,www.earmasterchina.cn,www.easyrecoverychina.com,www.ediuschina.com,www.firefox.com.cn,www.flstudiochina.com,www.folxchina.cn,www.formysql.com,www.g.cn,www.google.cn,www.guitarpro.cc,www.huishenghuiying.com.cn,www.hypeapp.cn,www.iconworkshop.cn,www.idmchina.net,www.ign.xn--fiqs8s,www.imazingchina.com,www.imindmap.cc,www.jd.com,www.jihehuaban.com.cn,www.kingdeecn.cn,www.logoshejishi.com,www.luping.net.cn,www.mathtype.cn,www.mi.com,www.mindmanager.cc,www.mindmanager.cn,www.mindmapper.cc,www.mycleanmymac.com,www.nicelabel.cc,www.ntfsformac.cn,www.officesoftcn.com,www.overturechina.com,www.passwordrecovery.cn,www.pdfexpert.cc,www.photozoomchina.com,www.shankejingling.com,www.suning.com,www.xitongqingli.com,www.xshellcn.com,www.yhd.com,www.yuanchengxiezuo.com,www.zbrushcn.com,xitongqingli.com,xshellcn.com,yhd.com,you.163.com,yuanchengxiezuo.com,zbrushcn.com | ||
|
||
|
||
# REDIRECT | ||
(^https?:\/\/app\.biliintl\.com\/(x\/)?(intl|dm|reply|history|v\d\/(fav|msgfeed)).+?)(&s_locale=zh-Hans_[A-Z]{2})(.+?)(&sim_code=\d+)(.+) url 302 $1&s_locale=zh-Hans_PH$6&sim_code=51503$8 | ||
(^https?:\/\/passport\.biliintl\.com\/x\/intl\/passport-login\/.+)(&s_locale=zh-Hans_[A-Z]{2})(.+)(&sim_code=\d+)(.+) url 302 $1&s_locale=zh-Hans_PH$35&sim_code=51503$5 | ||
^http:\/\/(www.)?aicoin\.cn\/$ url 302 https://www.aicoin.com/ | ||
^http:\/\/(www.)?jd\.com\/ url 302 https://www.jd.com/ | ||
^http:\/\/(www.)?mi\.com\/ url 302 https://www.mi.com/ | ||
^http:\/\/(www.)?suning\.com\/ url 302 https://suning.com/ | ||
^http:\/\/(www.)?taobao\.com\/ url 302 https://taobao.com/ | ||
^http:\/\/(www.)?yhd\.com\/ url 302 https://yhd.com/ | ||
^http:\/\/you\.163\.com\/ url 302 https://you.163.com/ | ||
^https?:\/\/(ditu|maps).google\.cn url 302 https://maps.google.com | ||
^https?:\/\/(www.)?(betterzipcn|betterzip)\.(com|net)\/ url 302 https://macitbetter.com/ | ||
^https?:\/\/(www.)?(g|google)\.cn url 302 https://www.google.com | ||
^https?:\/\/(www.)?(mycleanmymac|xitongqingli)\.com\/ url 302 https://macpaw.com/ | ||
^https?:\/\/(www.)?abbyychina\.com\/ url 302 https://www.abbyy.cn/ | ||
^https?:\/\/(www.)?alienskins\.cn\/ url 302 https://exposure.software/ | ||
^https?:\/\/(www.)?anydeskchina\.cn\/ url 302 https://anydesk.com/zhs | ||
^https?:\/\/(www.)?bartender\.cc\/ url 302 https://www.macbartender.com/ | ||
^https?:\/\/(www.)?beyondcompare\.cc\/ url 302 https://www.scootersoftware.com/ | ||
^https?:\/\/(www.)?bingdianhuanyuan\.cn\/ url 302 https://www.faronics.com/zh-hans/products/deep-freeze | ||
^https?:\/\/(www.)?chemdraw\.com\.cn\/ url 302 https://www.perkinelmer.com.cn/ | ||
^https?:\/\/(www.)?codesoftchina\.com\/ url 302 https://www.teklynx.com/ | ||
^https?:\/\/(www.)?coreldrawchina\.com\/ url 302 https://www.coreldraw.com/cn/ | ||
^https?:\/\/(www.)?crossoverchina\.com\/ url 302 https://www.codeweavers.com/ | ||
^https?:\/\/(www.)?dongmansoft\.com\/ url 302 https://www.udongman.cn/ | ||
^https?:\/\/(www.)?earmasterchina\.cn\/ url 302 https://www.earmaster.com/ | ||
^https?:\/\/(www.)?easyrecoverychina\.com\/ url 302 https://www.ontrack.com/ | ||
^https?:\/\/(www.)?ediuschina\.com\/ url 302 https://www.grassvalley.com/ | ||
^https?:\/\/(www.)?firefox\.com\.cn\/(download\/)?$ url 302 https://www.mozilla.org/zh-CN/firefox/new/ | ||
^https?:\/\/(www.)?flstudiochina\.com\/ url 302 https://www.image-line.com/ | ||
^https?:\/\/(www.)?folxchina\.cn\/ url 302 https://mac.eltima.com/cn/download-manager.html | ||
^https?:\/\/(www.)?formysql\.com\/ url 302 https://www.navicat.com.cn/ | ||
^https?:\/\/(www.)?guitarpro\.cc\/ url 302 https://www.guitar-pro.com/ | ||
^https?:\/\/(www.)?huishenghuiying\.com\.cn\/ url 302 https://www.coreldraw.com/cn/ | ||
^https?:\/\/(www.)?hypeapp\.cn\/ url 302 https://tumult.com/hype/ | ||
^https?:\/\/(www.)?iconworkshop\.cn\/ url 302 https://www.axialis.com/ | ||
^https?:\/\/(www.)?idmchina\.net\/ url 302 https://www.internetdownloadmanager.com/ | ||
^https?:\/\/(www.)?ign\.xn--fiqs8s\/ url 302 http://cn.ign.com/ccpref/us | ||
^https?:\/\/(www.)?imazingchina\.com\/ url 302 https://imazing.com/zh | ||
^https?:\/\/(www.)?imindmap\.cc\/ url 302 https://www.ayoa.com/previously-imindmap/ | ||
^https?:\/\/(www.)?jihehuaban\.com\.cn\/ url 302 https://www.chartwellyorke.com/sketchpad/x24795.html | ||
^https?:\/\/(www.)?kingdeecn\.cn\/ url 302 http://www.kingdee.com/ | ||
^https?:\/\/(www.)?logoshejishi\.com url 302 https://www.sothink.com/product/logo-design-software/ | ||
^https?:\/\/(www.)?luping\.net\.cn\/ url 302 https://www.techsmith.com/ | ||
^https?:\/\/(www.)?mathtype\.cn\/ url 302 https://www.dessci.com/ | ||
^https?:\/\/(www.)?mindmanager\.(cc|cn)\/ url 302 https://www.mindjet.com/cn/ | ||
^https?:\/\/(www.)?mindmapper\.cc\/ url 302 https://www.mindmapper.com/ | ||
^https?:\/\/(www.)?nicelabel\.cc\/ url 302 https://www.nicelabel.com/zh/ | ||
^https?:\/\/(www.)?ntfsformac\.cn\/ url 302 https://china.paragon-software.com/home-mac/ntfs-for-mac/ | ||
^https?:\/\/(www.)?officesoftcn\.com\/ url 302 https://www.microsoft.com/zh-cn/microsoft-365 | ||
^https?:\/\/(www.)?overturechina\.com\/ url 302 https://sonicscores.com/ | ||
^https?:\/\/(www.)?passwordrecovery\.cn\/ url 302 https://cn.elcomsoft.com/aopr.html | ||
^https?:\/\/(www.)?pdfexpert\.cc\/ url 302 https://pdfexpert.com/zh | ||
^https?:\/\/(www.)?photozoomchina\.com\/ url 302 https://www.benvista.com/ | ||
^https?:\/\/(www.)?shankejingling\.com\/ url 302 https://www.sothink.com/product/flashdecompiler/ | ||
^https?:\/\/(www.)?vegaschina\.cn\/ url 302 https://www.vegascreativesoftware.com/ | ||
^https?:\/\/(www.)?xshellcn\.com\/ url 302 https://www.netsarang.com/zh/xshell/ | ||
^https?:\/\/(www.)?yuanchengxiezuo\.com\/ url 302 https://www.teamviewer.com/ | ||
^https?:\/\/cn\.ultraiso\.net\/ url 302 https://cn.ezbsystems.com/ultraiso/ | ||
^https?:\/\/hypersnap\.mairuan\.com\/ url 302 https://www.keyshot.com/ | ||
^https?:\/\/logoshejishi\.mairuan\.com\/ url 302 https://www.sothink.com/product/logo-design-software/ |
Oops, something went wrong.