deploy: 939a119a528386be98b059ce0b6df65fb75bce0b

This commit is contained in:
SukkaBot
2022-08-22 04:41:01 +00:00
parent 37cd36f06a
commit 523ee8a080
3 changed files with 513 additions and 653 deletions

View File

@@ -6,6 +6,7 @@ exports.dedupe = ({ chunk }) => {
for (let i = 0, l = chunk.length; i < l; i++) {
const domainFromInput = chunk[i];
for (const domainFromFullSet of workerData) {
if (outputToBeRemoved.has(domainFromFullSet)) continue;
if (domainFromFullSet === domainFromInput) continue;
if (domainFromFullSet.charAt(0) !== '.') continue;
// domainFromFullSet is now startsWith a "."

File diff suppressed because it is too large Load Diff

View File

@@ -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-08-21T13:16:16.241Z</p>
<p>Last Updated: 2022-08-22T04:40:59.769Z</p>
<hr>
<br>
<ul>