diff --git a/index.html b/index.html index 18da0a6..80e906a 100644 --- a/index.html +++ b/index.html @@ -29,9 +29,6 @@

WTF?

Hey, I notice you use ! This means you care about privacy. Great!
-
- Hey, it looks like you have enabled. I hope you find the machines you're looking for! -
diff --git a/js/index.js b/js/index.js index e272e89..1b04e73 100644 --- a/js/index.js +++ b/js/index.js @@ -48,21 +48,12 @@ const privacyListener = { detected: [], }; -const discoverListener = { - id: 'discover', - services: [ - {url: 'http://127.0.0.1:5357', name: 'Microsoft Network Discovery'}, - ], - detected: [], -}; - window.onload = () => { start(developerListener); start(filesListener); start(gamesListener); start(mediaListener); start(privacyListener); - start(discoverListener); }; function start(listener) {