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 and matched domains (#194)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: add indiatimes.com in matched domains

* chore: add 156fd4.xyz as Ad-Shield domain

* chore: add b82978.xyz as Ad-Shield domain

* build userscript
  • Loading branch information
piquark6046 authored Jun 5, 2024
1 parent 430ceaf commit bef2ae9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
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

0 comments on commit bef2ae9

Please sign in to comment.