A project designed to help prevent streamers from accidentally doxxing themselves whilst broadcasting. Will cover things up like email address, subscription IDs, API keys etc... If you have an idea for a site that we're not yet covering, feel free to add an issue to the repo.
This was inspired by Clarkio's AZ Mask project, but rather than limiting to Azure, making it useful for a whole myriad of websites that a streamer could potentially bring up on stream which might leak Personal Identifiable Information (PII).
For the most part, I'm developing this mostly on live on twitch, why not head over and follow my channel to see when I go live! Alternatively, when I am live the badge at the top will update!
So, for sites like eBay and Amazon, they show your username and postcode/zip code on various pages if you're signed in. This will blur that information out, like so
The aim is to cover a lot more sites, currently in this early beta release (v0.0.1), only ebay.co.uk, ebay.com, amazon.co.uk and amazon.com are supported. You can see more of our plans by looking at the TODO file, if there is something not there that you think should be supported, feel free to open and/or vote for issues.
Until the extension becomes available on the browser web stores, in the meantime, you can install the app by enabling developer mode and loading an unpacked extension.
- Firefox: https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/
- Chrome: https://developer.chrome.com/extensions/getstarted
- Edge https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#run-your-extension-locally-in-your-browser-while-developing-it-side-loading
OS | Browser | Status |
---|---|---|
Windows | Edge (Chromium) | ✔ |
Windows | Chrome | ✔ |
Windows | Firefox | ✔ |
Mac OS | Safari | ⚠ |
Mac OS | Firefox | ⚠ |
Mac OS | Chrome | ⚠ |
Mac OS | Edge | ⚠ |
Linux | Firefox | ⚠ |
Linux | Chrome | ⚠ |
Linux | Edge | ⚠ |
✔ | Tested successfully |
⚠ | Untested |
❌ | Doesn't work / Not supported |