diff --git a/package.json b/package.json index c777295..ca5e555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@list-kr/namulink", - "version": "5.0.0", + "version": "5.0.1", "description": "", "type": "module", "scripts": { diff --git a/sources/banner.txt b/sources/banner.txt index 8a8cf8b..eeea975 100644 --- a/sources/banner.txt +++ b/sources/banner.txt @@ -8,7 +8,7 @@ // @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/namulink@latest/dist/NamuLink.user.js // @license MIT // -// @version 5.0.0 +// @version 5.0.1 // @author PiQuark6046 and contributors // // @match https://namu.wiki/* diff --git a/sources/src/index.ts b/sources/src/index.ts index 2acd2da..06b70c9 100644 --- a/sources/src/index.ts +++ b/sources/src/index.ts @@ -17,7 +17,7 @@ Win.Proxy = new Proxy(Win.Proxy, { }).forEach((TargetEle: HTMLElement) => { TargetEle.setAttribute('style', 'visibility: hidden !important; width: 1px !important; height: 1px !important;') }) - }, 2000) + }, 5000) return } return Reflect.construct(Target, Args, NewTarget)