Skip to content

Commit

Permalink
fix(Naver): no chzzk pls
Browse files Browse the repository at this point in the history
  • Loading branch information
Slowlife01 committed Apr 25, 2024
1 parent 7995408 commit 2a80299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions websites/N/Naver/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ 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 2a80299

Please sign in to comment.