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

chore: add 1116c5.xyz as Ad-Shield domain #183

Merged
merged 3 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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