()
| 13 | this.tabUrl = activeTab.url; |
| 14 | |
| 15 | const hideUI = () => { |
| 16 | document.querySelector("#dialog-body").style.display = "none"; |
| 17 | document.querySelector("footer").style.display = "none"; |
| 18 | }; |
| 19 | |
| 20 | // In Firefox, prompt the user if they haven't enabled the "all hosts" permission. Vimium needs |
| 21 | // this permission to work correctly, and as of 2023-11-06, Firefox does not grant this |