MCPcopy
hub / github.com/philc/vimium / hideUI

Function hideUI

pages/action.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected