mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Update Rules
This commit is contained in:
parent
ae45b74893
commit
b01b018459
@ -245,7 +245,7 @@ async function processFilterRules(filterRulesUrl) {
|
||||
(await Promise.all(
|
||||
Array.from(domainSets).reduce((result, element, index) => {
|
||||
const chunk = index % threads;
|
||||
result[chunk] = result[chunk] ?? [];
|
||||
result[chunk] ??= [];
|
||||
|
||||
result[chunk].push(element);
|
||||
return result;
|
||||
|
||||
@ -20,6 +20,7 @@ cdn.pika.dev
|
||||
.jspm.io
|
||||
.jspm.dev
|
||||
polyfill.io
|
||||
ajax.microsoft.com
|
||||
|
||||
# >> NPM
|
||||
registry.npmjs.org
|
||||
@ -29,11 +30,13 @@ registry.yarnpkg.com
|
||||
# Python Packages
|
||||
.pypi.org
|
||||
.pythonhosted.org
|
||||
.repo.anaconda.com
|
||||
|
||||
# Docker
|
||||
.docker.io
|
||||
.cloudflare.docker.com
|
||||
.fastly.docker.com
|
||||
.desktop.docker.com
|
||||
|
||||
# Ubuntu / Debian Packages
|
||||
.ubuntu.com
|
||||
@ -48,6 +51,7 @@ i0.wp.com
|
||||
i1.wp.com
|
||||
i2.wp.com
|
||||
i3.wp.com
|
||||
c0.wp.com
|
||||
.gravatar.com
|
||||
|
||||
# >> GitHub
|
||||
@ -130,10 +134,37 @@ uploads.codesandbox.io
|
||||
.embedgram.com
|
||||
.tapecontent.net
|
||||
.sbcdnvideo.com
|
||||
.iframe.ly
|
||||
.olemovienews.com
|
||||
|
||||
# Archive.org
|
||||
.archive.org
|
||||
|
||||
# >> Mozilla
|
||||
.firefoxusercontent.com
|
||||
|
||||
# >> Hubspot
|
||||
.hubspotusercontent30.com
|
||||
.cdn2.hubspot.net
|
||||
.js.hubspotfeedback.com
|
||||
.js.usemessages.com
|
||||
.hsappstatic.net
|
||||
.static2cdn.hubspot.com
|
||||
.devrum.uptime.com
|
||||
.hs-scripts.com
|
||||
.hs-scripts.net
|
||||
|
||||
# >> Repl.it
|
||||
.cms.replit.com
|
||||
.cdn.replit.com
|
||||
|
||||
# >> Uber
|
||||
.uber-assets.com
|
||||
|
||||
# >> Zendesk
|
||||
cdn.smooch.io
|
||||
media.smooch.io
|
||||
|
||||
# >> Image CDN
|
||||
# Cloudinary
|
||||
cloudinary-res.cloudinary.com
|
||||
@ -158,10 +189,20 @@ i.jpg.dog
|
||||
.bmp.ovh
|
||||
i.niupic.com
|
||||
img.vim-cn.com
|
||||
i.giphy.com
|
||||
|
||||
# AdGuard Filter
|
||||
# >> Medium
|
||||
cdn-client.medium.com
|
||||
glyph.medium.com
|
||||
miro.medium.com
|
||||
|
||||
|
||||
# >> AdGuard Filter
|
||||
.adtidy.org
|
||||
|
||||
# >> 1Password
|
||||
.1passwordusercontent.com
|
||||
|
||||
# >> General CDN
|
||||
# CookieLaw
|
||||
.cdn.cookielaw.org
|
||||
@ -176,6 +217,8 @@ static.tumblr.com
|
||||
.files.wordpress.com
|
||||
# SoundCloud
|
||||
.sndcdn.com
|
||||
# Vercel
|
||||
assets.vercel.com
|
||||
# Instagram
|
||||
.cdninstagram.com
|
||||
# StackOverflow
|
||||
@ -210,6 +253,11 @@ cdn.sstatic.net
|
||||
.discordapp.net
|
||||
# Wikipedia
|
||||
upload.wikimedia.org
|
||||
# Glitch
|
||||
cdn.glitch.me
|
||||
cdn.glitch.com
|
||||
# GitBook
|
||||
.app.gitbook.com
|
||||
# Others
|
||||
.v2ex.co
|
||||
cdn.v2ex.com
|
||||
@ -234,3 +282,22 @@ assets.codepen.io
|
||||
cpwebassets.codepen.io
|
||||
.reasoningtheory.net
|
||||
.wikiplus-app.com
|
||||
dl.nssurge.com
|
||||
.typography.com
|
||||
.pastebin.com
|
||||
.pagecdn.io
|
||||
.badgen.net
|
||||
.shields.io
|
||||
.7mmtv.tv
|
||||
.99av.tv
|
||||
.javtxt.com
|
||||
.imgmrplay.xyz
|
||||
.pornimg.xyz
|
||||
.hits.b3log.org
|
||||
icons.duckduckgo.com
|
||||
hvmarket.xyz
|
||||
.safebrowsing.apple
|
||||
safebrowsing.googleapis.com
|
||||
api.wakatime.com
|
||||
.divio-media.net
|
||||
.widget.clutch.co
|
||||
|
||||
@ -598,7 +598,6 @@ beacon.wikia-services.com
|
||||
.gtags.net
|
||||
.statcounter.com
|
||||
.segment.io
|
||||
cdn.segment.com
|
||||
snap.licdn.com
|
||||
report.meituan.com
|
||||
.amplitude.com
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user