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

chore: add some domains as Ad-Shield and matched domains #194

Merged
merged 5 commits into from
Jun 5, 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
6 changes: 4 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.20",
"version": "4.5.21",
"description": "",
"type": "module",
"scripts": {
Expand Down
4 changes: 3 additions & 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.20
// @version 4.5.21
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -165,6 +165,8 @@
// @match *://*.slobodnadalmacija.hr/*
// @match *://carscoops.com/*
// @match *://*.carscoops.com/*
// @match *://indiatimes.com/*
// @match *://*.indiatimes.com/*
//
// @description microShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield widely.
// @description:ko microShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 널리 저항할 수 있도록 합니다.
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 @@ -84,7 +84,9 @@ export const AdshieldDomains = [
'f8a070.xyz',
'4e990.xyz',
'6a6672.xyz',
'0395d1.xyz'
'0395d1.xyz',
'156fd4.xyz',
'b82978.xyz'
]

export const AdshieldKeywords = [
Expand Down