Skip to content

Commit 878fcbc

Browse files
committed
remove the u query param
1 parent a07dcaa commit 878fcbc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

public/background.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
}
44
);*/
55

6-
const uninstallUrl = `https://hackertab.dev/uninstall.html`;
7-
var anonymousUserId = window.localStorage.getItem('hackerTabAnalyticsId')
8-
6+
const uninstallUrl = `https://hackertab.dev/uninstall.html`
97
if (chrome.runtime.setUninstallURL) {
10-
chrome.runtime.setUninstallURL(`${uninstallUrl}?u=${anonymousUserId}`)
8+
chrome.runtime.setUninstallURL(uninstallUrl)
119
}

0 commit comments

Comments
 (0)