JavaScript Restrictor
Browser extension that improves privacy and security
Loading...
Searching...
No Matches
options_nbs.js File Reference

Code that handles NBS options specific to Firefox. More...

Variables

var fragment
 
var nbs_description_div = document.querySelector("#proxy-protection-config .nbs_description:last-of-type")
 

Detailed Description

Code that handles NBS options specific to Firefox.

Author
Copyright (C) 2023 Libor Polcak
License:
SPDX-License-Identifier: GPL-3.0-or-later

Variable Documentation

◆ fragment

var fragment
Initial value:
= document.createRange().createContextualFragment(`
<p>${browser.i18n.getMessage("NBSHttpProxyDNSAPINote")}</p>
`)
$
Definition wrappingS-DOM.js:37

◆ nbs_description_div

var nbs_description_div = document.querySelector("#proxy-protection-config .nbs_description:last-of-type")