We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a317 commit cb635beCopy full SHA for cb635be
1 file changed
public/background.js
@@ -4,6 +4,8 @@
4
);*/
5
6
const uninstallUrl = `https://hackertab.dev/uninstall.html`;
7
+var anonymousUserId = window.localStorage.getItem('hackerTabAnalyticsId')
8
+
9
if (chrome.runtime.setUninstallURL) {
- chrome.runtime.setUninstallURL(uninstallUrl);
10
+ chrome.runtime.setUninstallURL(`${uninstallUrl}?u=${anonymousUserId}`)
11
}
0 commit comments