Skip to content

Commit

Permalink
fix: bypass namuwiki bait
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Dec 31, 2024
1 parent ac10833 commit a54063c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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/namulink",
"version": "8.0.1",
"version": "8.0.2",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 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/namulink@latest/dist/NamuLink.user.js
// @license MIT
//
// @version 8.0.1
// @version 8.0.2
// @author PiQuark6046 and contributors
//
// @match https://namu.wiki/*
Expand Down
3 changes: 0 additions & 3 deletions sources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ Win.Proxy = new Proxy(Win.Proxy, {
case 'object':
PowerLinkDataIndexKey[2]++
case 'number':
if ((IValue as number) > 1000) {
PowerLinkDataIndexKey[3] = -99
}
PowerLinkDataIndexKey[3]++
}
}
Expand Down

0 comments on commit a54063c

Please sign in to comment.