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 (#178)
Browse files Browse the repository at this point in the history
* chore: add caa2c4.xyz as Ad-Shield domain

* chore: update version

* build: update dependencies

* build userscript
  • Loading branch information
piquark6046 authored May 14, 2024
1 parent 8d5a074 commit acaf986
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microshield",
"version": "4.5.4",
"version": "4.5.5",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -34,18 +34,18 @@
],
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.12.12",
"crypto-random-string": "^5.0.0",
"parse-domain": "^8.0.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"esbuild": "^0.20.2",
"esbuild": "^0.21.2",
"eslint": "^8.57.0",
"pnpm": "^9.0.5",
"pnpm": "^9.1.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0"
"typescript-eslint": "^7.9.0"
}
}
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.4
// @version 4.5.5
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down
3 changes: 2 additions & 1 deletion sources/src/adshield/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export const AdshieldDomains = [
'a67d12.xyz',
'ca9246.xyz',
'a49ebd.xyz',
'485728.xyz'
'485728.xyz',
'caa2c4.xyz'
]

export const AdshieldKeywords = [
Expand Down

0 comments on commit acaf986

Please sign in to comment.