update shit again

This commit is contained in:
matty 2023-12-13 10:06:06 -05:00
parent 8937dbd4b8
commit f76e9794f9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ async function register({
target: "action:router.navigation-end",
handler: async (params) => {
if (params.path.startsWith("/my-account")) {
if (document.getElementById("subscription-link")) return;
if (document.getElementById("ncd-subscription-link")) return;
let href = "/p/ncd-my-subscription";