mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-20 19:04:01 +00:00
deploy: 7aaabd6d99f4e73d3b93e114ebb20e60eb0efb6b
This commit is contained in:
@@ -11,7 +11,8 @@ const threads = Math.max(require('os').cpus().length, 12);
|
||||
// Parse from remote hosts & domain lists
|
||||
(await Promise.all([
|
||||
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true),
|
||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt')
|
||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'),
|
||||
processHosts('https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt')
|
||||
])).forEach(hosts => {
|
||||
hosts.forEach(host => {
|
||||
if (host) {
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
# >> Sukka
|
||||
ruleset.skk.moe
|
||||
pic.skk.moe
|
||||
img.skk.moe
|
||||
cdn.skk.moe
|
||||
|
||||
# >> Open Source CDN
|
||||
.jsdelivr.net
|
||||
.unpkg.com
|
||||
@@ -242,6 +248,8 @@ i.giphy.com
|
||||
.sirv.com
|
||||
.ik.imagekit.io
|
||||
.cdn.imghaste.com
|
||||
.98avcdn.xyz
|
||||
pics.dmm.co.jp
|
||||
|
||||
# >> Medium
|
||||
cdn-client.medium.com
|
||||
@@ -317,6 +325,8 @@ snippets.freshchat.com
|
||||
wl-apps.yourwebsite.life
|
||||
shopify.cleverecommerce.com
|
||||
waitlisted.co
|
||||
checkout.stripe.com
|
||||
cdn.cookielaw.org
|
||||
|
||||
# >> Headless CMS
|
||||
cdn.sanity.io
|
||||
@@ -348,6 +358,8 @@ static.tumblr.com
|
||||
.sndcdn.com
|
||||
# Vercel
|
||||
assets.vercel.com
|
||||
# Heroku
|
||||
.assets.heroku.com
|
||||
# Slack
|
||||
.slack-edge.com
|
||||
# Instagram
|
||||
@@ -417,6 +429,7 @@ media.wired.com
|
||||
.cookielaw.org
|
||||
.fontawesome.com
|
||||
use.typekit.net
|
||||
fontbit.io
|
||||
pornimg.xyz
|
||||
.pimg.tw
|
||||
.pixfs.net
|
||||
@@ -468,3 +481,7 @@ static.cracked.to
|
||||
ws-assets.zoominfo.com
|
||||
res2.weblium.site
|
||||
code.benco.io
|
||||
assets.capterra.com
|
||||
cdn.ipinfo.io
|
||||
static.missav.com
|
||||
cdn.missav.com
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -650,6 +650,7 @@ tongji.tom.com
|
||||
ads.tvb.com
|
||||
ad.juksy.com
|
||||
.actonservice.com
|
||||
tag.clearbitscripts.com
|
||||
|
||||
# >> Alexa
|
||||
data.alexa.com
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<main class="container">
|
||||
<h1>Sukka Surge Ruleset Server</h1>
|
||||
<p>Made by <a href="https://skk.moe">Sukka</a> | <a href="https://github.com/SukkaW/Surge/">Source @ GitHub</a> | Licensed under <a href="https://github.com/SukkaW/Surge/blob/master/LICENSE" target="_blank">AGPL-3.0</a></p>
|
||||
<p>Last Updated: 2022-05-02T12:41:18.570Z</p>
|
||||
<p>Last Updated: 2022-05-03T09:47:59.157Z</p>
|
||||
<hr>
|
||||
<br>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user