[BUG] Private tab button does not get created
Closed this issue · 3 comments
ricewind012 commented
Describe the bug
does not create the button, yells at this line
To Reproduce
Steps to reproduce the behavior:
- Install private tabs script
- Open Firefox
- Open browser toolbox
- See error
Expected behavior
it should appear
Desktop (please complete the following information):
- OS: Linux
- Firefox update channel: Nightly
- Version: 119.0a1
- Build ID: 20230905215534
aminomancer commented
Feel free to reopen if the latest update doesn't fix your issue
ricewind012 commented
it did not, but I replaced the variable with this and it worked:
let privateMask = document.getElementById(
"private-browsing-indicator-with-label"
);
aminomancer commented
Sorry lol, my mistake.