JavaScript Restrictor
Browser extension that improves privacy and security
|
Code that handles domain-specific levels handling in options. More...
Functions | |
function | restore_domain (domain, settings) |
function | remove_domain (domain) |
function | show_restore_domain_level (levelLiEl, domain) |
function | show_domain_level (levelsEl, domain) |
function | show_domain_level_custom_level (levelLiEl, domain) |
function | insert_domain_levels () |
document | getElementById ("add_domain").addEventListener("click" |
if (escape(domain) !==domain) | |
if (domain in domains) | |
function | update_domain_level (dlel, set_value) |
Variables | |
function | e |
let | domainEl = document.getElementById("domain-text") |
let | domain = domainEl.value |
let | domainLevel = document.getElementById("domain-level") |
domains [domain] | |
domainEl | value = "" |
var | allDomainsElement = document.getElementById("domain-level-list") |
Code that handles domain-specific levels handling in options.
document getElementById | ( | "add_domain" | ) |
if | ( | domain in | domains | ) |
if | ( | escape(domain) ! = = domain | ) |
function insert_domain_levels | ( | ) |
function remove_domain | ( | domain | ) |
function restore_domain | ( | domain, | |
settings | |||
) |
function show_domain_level | ( | levelsEl, | |
domain | |||
) |
function show_domain_level_custom_level | ( | levelLiEl, | |
domain | |||
) |
function show_restore_domain_level | ( | levelLiEl, | |
domain | |||
) |
function update_domain_level | ( | dlel, | |
set_value | |||
) |
var allDomainsElement = document.getElementById("domain-level-list") |
let domain = domainEl.value |
let domainEl = document.getElementById("domain-text") |
let domainLevel = document.getElementById("domain-level") |
domains[domain] |
domainEl value = "" |