@filteringdev/namulink 20.4.0 → 20.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,12 +8,14 @@
8
8
  // @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/namulink@latest/dist/NamuLink.user.js
9
9
  // @license MPL-2.0
10
10
  //
11
- // @version 20.4.0
11
+ // @version 20.5.0
12
12
  // @author PiQuark6046 and contributors
13
13
  //
14
14
  // @grant unsafeWindow
15
15
  // @grant GM.xmlHttpRequest
16
16
  // @run-at document-start
17
+ // @connect self
18
+ // @connect namu.wiki
17
19
  //
18
20
  // @description NamuLink blocks the PowerLink advertisement on NamuWiki.
19
21
  // @description:ko NamuLink는 나무위키에 있는 파워링크 광고를 차단합니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filteringdev/namulink",
3
- "version": "20.4.0",
3
+ "version": "20.5.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {