Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
chore: add some domains as Ad-Shield domain (#184)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: add 1a1fb6.xyz as Ad-Shield domain

* chore: add 1a1fb6.xyz as Ad-Shield domain

* build userscript
  • Loading branch information
piquark6046 authored May 23, 2024
1 parent 0cc70e5 commit d78af3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions microShield.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microshield",
"version": "4.5.10",
"version": "4.5.11",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/gh/List-KR/microShield@latest/microShield.user.js
// @license Apache-2.0
//
// @version 4.5.10
// @version 4.5.11
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down
4 changes: 3 additions & 1 deletion sources/src/adshield/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export const AdshieldDomains = [
'634369.xyz',
'd8b0a5.xyz',
'5fd6bc.xyz',
'1116c5.xyz'
'1116c5.xyz',
'1a1fb6.xyz',
'7608d5.xyz'
]

export const AdshieldKeywords = [
Expand Down

0 comments on commit d78af3d

Please sign in to comment.