Skip to content

Commit

Permalink
fix(Naver): no chzzk pls 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slowlife01 committed Apr 25, 2024
1 parent 2a80299 commit d7f6e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions websites/N/Naver/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"blog.naver.com",
"cafe.naver.com"
],
"regExp": "((section)[.])?([a-z]+)[.]naver[.]([a-z0-9]+)",
"regExp": "((section)[.])?(?!chzzk)([a-z]+)[.]naver[.]([a-z0-9]+)",
"version": "2.0.0",
"logo": "https://cdn.rcd.gg/PreMiD/websites/N/Naver/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Naver/assets/thumbnail.png",
Expand All @@ -63,4 +63,4 @@
"value": true
}
]
}
}
2 changes: 0 additions & 2 deletions websites/N/Naver/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ presence.on("UpdateData", async () => {
data.isChecked = true;
}

if (location.hostname.includes("chzzk")) return;

const presenceData: PresenceData = {
name: data.service[0],
details: "Browsing...",
Expand Down

0 comments on commit d7f6e8a

Please sign in to comment.