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

Commit

Permalink
chore: add 1116c5.xyz as Ad-Shield domain (#183)
Browse files Browse the repository at this point in the history
* chore: add 1116c5.xyz as Ad-Shield domain

* chore: update version

* build userscript
  • Loading branch information
piquark6046 authored May 22, 2024
1 parent 0f7da31 commit 0cc70e5
Show file tree
Hide file tree
Showing 4 changed files with 6 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.9",
"version": "4.5.10",
"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.9
// @version 4.5.10
// @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 @@ -62,7 +62,8 @@ export const AdshieldDomains = [
'20519a.xyz',
'634369.xyz',
'd8b0a5.xyz',
'5fd6bc.xyz'
'5fd6bc.xyz',
'1116c5.xyz'
]

export const AdshieldKeywords = [
Expand Down

0 comments on commit 0cc70e5

Please sign in to comment.