remove telemetry completely

This commit is contained in:
SethBurkart123
2024-05-24 16:58:33 +10:00
parent 8cbf60fef5
commit 7a5f91a8c1
9 changed files with 1 additions and 26 deletions
-3
View File
@@ -778,9 +778,6 @@ function main(storedSetting: SettingsState) {
browser.runtime.sendMessage({ type: 'setDefaultStorage' })
}
if (storedSetting.telemetry && storedSetting.onoff) {
}
const handleDisabled = () => {
waitForElm('.code').then(AppendElementsToDisabledPage)
}