Skip to content

Commit

Permalink
add some domains and grant unsafeWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Sep 24, 2024
1 parent 1b14780 commit b0f677b
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@list-kr/microshield",
"version": "4.11.2",
"version": "4.11.3",
"description": "",
"type": "module",
"scripts": {
Expand Down
16 changes: 15 additions & 1 deletion sources/banner-ios-blocker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/microshield@latest/dist/microShield-ios-blocker.user.js
// @license Apache-2.0
//
// @version 4.11.2
// @version 4.11.3
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -222,6 +222,20 @@
// @match *://*.smsonline.cloud/*
// @match *://crosswordsolver.com/*
// @match *://*.crosswordsolver.com/*
// @match *://heureka.cz/*
// @match *://*.heureka.cz/*
// @match *://oradesibiu.ro/*
// @match *://*.oradesibiu.ro/*
// @match *://oeffnungszeitenbuch.de/*
// @match *://*.oeffnungszeitenbuch.de/*
// @match *://the-crossword-solver.com/*
// @match *://*.the-crossword-solver.com/*
// @match *://woxikon.*/*
// @match *://*.woxikon.*/*
// @match *://oraridiapertura24.it/*
// @match *://*.oraridiapertura24.it/*
// @match *://laleggepertutti.it/*
// @match *://*.laleggepertutti.it/*
//
// @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
16 changes: 15 additions & 1 deletion sources/banner-ios-recovery.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/microshield@latest/dist/microShield-ios-recovery.user.js
// @license Apache-2.0
//
// @version 4.11.2
// @version 4.11.3
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -222,6 +222,20 @@
// @match *://*.smsonline.cloud/*
// @match *://crosswordsolver.com/*
// @match *://*.crosswordsolver.com/*
// @match *://heureka.cz/*
// @match *://*.heureka.cz/*
// @match *://oradesibiu.ro/*
// @match *://*.oradesibiu.ro/*
// @match *://oeffnungszeitenbuch.de/*
// @match *://*.oeffnungszeitenbuch.de/*
// @match *://the-crossword-solver.com/*
// @match *://*.the-crossword-solver.com/*
// @match *://woxikon.*/*
// @match *://*.woxikon.*/*
// @match *://oraridiapertura24.it/*
// @match *://*.oraridiapertura24.it/*
// @match *://laleggepertutti.it/*
// @match *://*.laleggepertutti.it/*
//
// @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
17 changes: 16 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/npm/@list-kr/microshield@latest/dist/microShield.user.js
// @license Apache-2.0
//
// @version 4.11.2
// @version 4.11.3
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down Expand Up @@ -222,6 +222,20 @@
// @match *://*.smsonline.cloud/*
// @match *://crosswordsolver.com/*
// @match *://*.crosswordsolver.com/*
// @match *://heureka.cz/*
// @match *://*.heureka.cz/*
// @match *://oradesibiu.ro/*
// @match *://*.oradesibiu.ro/*
// @match *://oeffnungszeitenbuch.de/*
// @match *://*.oeffnungszeitenbuch.de/*
// @match *://the-crossword-solver.com/*
// @match *://*.the-crossword-solver.com/*
// @match *://woxikon.*/*
// @match *://*.woxikon.*/*
// @match *://oraridiapertura24.it/*
// @match *://*.oraridiapertura24.it/*
// @match *://laleggepertutti.it/*
// @match *://*.laleggepertutti.it/*
//
// @description microShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield widely.
// @description:ko microShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 널리 저항할 수 있도록 합니다.
Expand All @@ -231,6 +245,7 @@
// @grant GM.setValue
// @grant GM.listValues
// @grant GM.deleteValue
// @grant unsafeWindow
// @run-at document-start
// ==/UserScript==
// Original Srouce Code:
Expand Down

0 comments on commit b0f677b

Please sign in to comment.