Name Description Size
manifest.toml 101
test_https_first.py const [url, resolve] = arguments; if ( ["interactive", "complete"].includes(document.readyState) && window.location.href == url ) { resolve(window.location.href); } else { window.addEventListener("DOMContentLoaded", () => { resolve(window.location.href) }, { once: true }); } 3057
test_ssl_status_after_restart.py const names = []; for (const name of arguments[0].classList) { names.push(name); } return names; 2067