From dd001853c4e62d026c610a7092ded49885a8c161 Mon Sep 17 00:00:00 2001 From: swever826 <108704585+swever826@users.noreply.github.com> Date: Fri, 19 Sep 2025 23:33:35 -0600 Subject: [PATCH] fix: add new default website url --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 378e444..a057aa7 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -18,7 +18,7 @@ export default definePlugin(() => { position: Position.TopRight, margin: 30, size: 1, - url: "https://netflix.com" + url: "https://m.youtube.com/?persist_app=1&app=m" }, JSON.parse(localStorage.getItem('pip') ?? '{}')));