diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 00525014d78de..42eedbac46769 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -95,6 +95,18 @@ "message":"or", "description":"English: or" }, + "popupBlockedOnThisPage_v2":{ + "message":"Blocked on this page", + "description":"For the new mobile-friendly popup design" + }, + "popupBlockedSinceInstall_v2":{ + "message":"Blocked since install", + "description":"For the new mobile-friendly popup design" + }, + "popupDomainsConnected_v2":{ + "message":"Domains connected", + "description":"For the new mobile-friendly popup design" + }, "popupTipDashboard":{ "message":"Open the dashboard", "description":"English: Click to open the dashboard" @@ -167,6 +179,26 @@ "message":"Click to no longer disable JavaScript on this site", "description":"Tooltip for the no-scripting per-site switch" }, + "popupNoLargeMedia_v2":{ + "message":"Large media elements", + "description":"Tip for the no-large-media per-site switch" + }, + "popupNoCosmeticFiltering_v2":{ + "message":"Cosmetic filtering", + "description":"Tip for the no-cosmetic-filtering per-site switch" + }, + "popupNoRemoteFonts_v2":{ + "message":"Remote fonts", + "description":"Tip for the no-remote-fonts per-site switch" + }, + "popupNoScripting_v2":{ + "message":"JavaScript", + "description":"Tip for the no-scripting per-site switch" + }, + "popupMoreButton_v2":{ + "message":"More", + "description":"Label to be used to toggle overview panel" + }, "popupTipGlobalRules":{ "message":"Global rules: this column is for rules which apply to all sites.", "description":"Tooltip when hovering the top-most cell of the global-rules column." diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css new file mode 100644 index 0000000000000..90f5fcf99e459 --- /dev/null +++ b/src/css/popup-fenix.css @@ -0,0 +1,484 @@ +body { + background-color: white; + border: 0; + margin: 0; + padding: 0; + white-space: nowrap; + } + +h2 { + background-color: #eee; + border: 0; + color: #666; + cursor: pointer; + font-size: 100%; + font-weight: normal; + padding: 0.2em; + text-align: center; + } +a { + color: inherit; + text-decoration: none; + } +:focus { + outline: 0; + } + +#main { + align-items: stretch; + display: flex; + flex-direction: column; + padding: 0; + position: relative; + width: 100%; + } +hr { + border: 0; + border-top: 1px solid #ddd; + margin: 0; + padding: 0; + } +.fa { + font-size: 120%; + } + +#sticky { + background-color: white; + position: sticky; + top: 0; + z-index: 100; + } +#switch { + display: flex; + justify-content: center; + margin: 1em 0; + } +#switch .fa-icon { + fill: #0046ff; + cursor: pointer; + font-size: 700%; + margin: 0; + padding: 0; + } +#switch .fa-icon:hover { + opacity: 0.9; + } +body.off #switch .fa-icon { + fill: #ccc; + } + +.itemRibbon { + display: grid; + grid-template: auto / auto auto; + padding: 1em 1em; + } +.itemRibbon > [data-i18n] + span { + justify-self: end; + } +.itemRibbon > .h-gutter { + display: inline-block; + height: 1em; + } + +#basicStats { + } + +.toolRibbon { + align-items: start; + display: grid; + grid-template: auto / 25% 25% 25% 25%; + justify-items: center; + margin: 1em 0; + white-space: normal; + } +.toolRibbon .tool { + display: flex; + flex-direction: column; + font-size: 1.4em; + min-width: 4em; + } +.toolRibbon [data-i18n] { + font-size: x-small; + margin-top: 0.8em; + text-align: center; + } + +.tool { + color: #444; + cursor: pointer; + fill: #444; + padding: 0 0.5em; + unicode-bidi: embed; + visibility: hidden; + } +.tool.enabled { + visibility: visible; + } +.tool.enabled:hover { + color: #444; + fill: #444; + } + +.statValue { + margin: 0; + } +#extraTools .fa-icon { + align-self: center; + position: relative; + } +#extraTools .fa-icon > .nope { + left: 50%; + position: absolute; + stroke: red; + stroke-width: 2; + transform: translateX(-50%); + visibility: hidden; + width: 1em; + } +#extraTools > span.on .fa-icon >.nope { + visibility: visible; + } +#extraTools > span:hover { + color: #222; + fill: #222; + } + +#main:not(.dfEnabled) #moreButton .fa-icon { + transform: rotate(180deg); + } + +#tooltip { + background-color: #ffffee; + border: 1px solid gray; + border-radius: 3px; + box-shadow: 1px 1px 3px gray; + box-sizing: border-box; + color: black; + cursor: pointer; + direction: ltr; + font: 12px sans-serif; + left: 5%; + line-height: 130%; + margin: 0.5em 0; + opacity: 0; + padding: 4px 6px; + pointer-events: none; + position: absolute; + text-align: center; + visibility: hidden; + white-space: pre-line; + width: 90%; + z-index: 100; + } +body[dir="rtl"] #tooltip { + direction: rtl; + } +#tooltip.show { + transition: opacity 0.15s 0.5s; + -webkit-transition: opacity 0.15s 0.5s; + visibility: visible; + opacity: 1; + } + +#firewallContainer { + border: 0; + flex-shrink: 0; + font-family: "Noto Sans", sans-serif; + font-size: 85%; + margin: 0; + padding: 0; + overflow-y: auto; + overflow-x: hidden; + text-align: right; + } +#main:not(.dfEnabled) #firewallContainer { + display: none; + } +#firewallContainer > div { + border: 0; + direction: ltr; + display: flex; + justify-content: flex-end; + margin: 0; + margin-top: 1px; + padding: 0; + } +#firewallContainer > div:first-child { + margin-top: 0; + } +#firewallContainer > div:first-child ~ div[data-des="*"] { + display: none; + } +#firewallContainer:not(.expanded) > div.isSubDomain:not(.expandException):not(.isRootContext), +#firewallContainer.expanded > div.isSubDomain.expandException:not(.isRootContext) { + display: none; + } +#firewallContainer > div > span { + background-color: #e6e6e6; + border: none; + box-sizing: border-box; + -moz-box-sizing: border-box; + color: #000; + display: inline-flex; + flex-shrink: 0; + line-height: 2; + position: relative; + } +#firewallContainer > div:first-of-type > span:first-of-type { + cursor: pointer; + } +#firewallContainer > div > span:first-of-type { + justify-content: flex-end; + padding-right: 2px; + width: calc(100% - 4em); + } +#firewallContainer > div.isCname > span:first-of-type { + color: mediumblue; + } +#firewallContainer > div > span:first-of-type > sup { + color: #666; + display: none; + font-size: 80%; + font-weight: normal; + line-height: 1; + } +#firewallContainer > div.isDomain > span.isIDN:first-of-type > sup { + display: inline-block; + } +#firewallContainer > div.isDomain > span.isIDN:first-of-type > sup::before { + content: '\0416\2002'; + } +#firewallContainer > div > span:first-of-type ~ span { + margin-left: 1px; + width: 4em; + } +#firewallContainer > div > span:nth-of-type(2) { + display: none; + } +#firewallContainer > div > span:nth-of-type(3), +#firewallContainer > div > span:nth-of-type(4) { + color: #444; + display: none; + font-family: monospace; + text-align: center; + } +#firewallContainer > div.isDomain > span:first-of-type { + font-weight: bold; + } +#firewallContainer > div:first-of-type > span:first-of-type::before { + color: #aaa; + content: '+'; + padding-right: 0.25em; + } +#firewallContainer.expanded > div:first-of-type > span:first-of-type::before { + content: '\2012'; + } +#firewallContainer > div[data-des="*"] > span:nth-of-type(3), +#firewallContainer > div.isSubDomain > span:nth-of-type(3), +#firewallContainer > div.isSubDomain.isRootContext > span:nth-of-type(3), +#firewallContainer.expanded > div:not(.expandException) > span:nth-of-type(3), +#firewallContainer:not(.expanded) > div.expandException > span:nth-of-type(3), +#firewallContainer:not(.expanded) > div.isDomain:not(.expandException) > span:nth-of-type(4), +#firewallContainer.expanded > div.isDomain.expandException > span:nth-of-type(4) { + display: inline-flex; + justify-content: space-between; + } +#firewallContainer > div > span[data-acount]::before, +#firewallContainer > div > span[data-bcount]::after { + content: ' '; + } +#firewallContainer > div > span[data-acount]::before { + padding-left: 0.1em; + } +#firewallContainer > div > span[data-acount="1"]::before { + content: '+'; + } +#firewallContainer > div > span[data-acount="2"]::before { + content: '++'; + } +#firewallContainer > div > span[data-acount="3"]::before { + content: '+++'; + } +#firewallContainer > div > span[data-bcount]::after { + padding-right: 0.1em; + } +#firewallContainer > div > span[data-bcount="1"]::after { + content: '\2212'; + } +#firewallContainer > div > span[data-bcount="2"]::after { + content: '\2212\2212'; + } +#firewallContainer > div > span[data-bcount="3"]::after { + content: '\2212\2212\2212'; + } + +body.advancedUser #firewallContainer > div > span:first-of-type { + width: calc(100% - 8em); + } +body.advancedUser #firewallContainer > div > span:nth-of-type(2) { + display: inline-flex; + } +body.advancedUser #firewallContainer > div:first-child ~ div[data-des="*"] { + display: flex; + } +body.advancedUser #firewallContainer > div > span:first-of-type ~ span { + cursor: pointer; + } + +/** + Small coloured label at the left of a row + */ +#firewallContainer > div.isRootContext > span:first-of-type::before, +#firewallContainer > div.allowed > span:first-of-type::before, +#firewallContainer > div.blocked > span:first-of-type::before, +#firewallContainer:not(.expanded) > div.isDomain.totalAllowed:not(.expandException) > span:first-of-type::before, +#firewallContainer:not(.expanded) > div.isDomain.totalBlocked:not(.expandException) > span:first-of-type::before, +#firewallContainer.expanded > div.isDomain.totalAllowed.expandException > span:first-of-type::before, +#firewallContainer.expanded > div.isDomain.totalBlocked.expandException > span:first-of-type::before { + box-sizing: border-box; + content: ''; + display: inline-block; + height: 100%; + left: 0; + opacity: 0.4; + position: absolute; + width: 7px; + } +#firewallContainer > div.isRootContext > span:first-of-type::before { + background-color: rgb(127, 127, 127); + width: 14px !important; + } +/** + Source for color-blind color scheme from https://github.com/WyohKnott: + https://github.com/chrisaljoudi/uBlock/issues/467#issuecomment-95177219 + */ +#firewallContainer > div.allowed > span:first-of-type::before, +#firewallContainer > div.isDomain.totalAllowed > span:first-of-type::before { + background-color: rgb(0, 160, 0); + } +#firewallContainer.colorBlind > div.allowed > span:first-of-type::before, +#firewallContainer.colorBlind > div.isDomain.totalAllowed > span:first-of-type::before { + background-color: rgb(255, 194, 57); + } +#firewallContainer > div.blocked > span:first-of-type::before, +#firewallContainer > div.isDomain.totalBlocked > span:first-of-type::before { + background-color: rgb(192, 0, 0); + } +#firewallContainer.colorBlind > div.blocked > span:first-of-type::before, +#firewallContainer.colorBlind > div.isDomain.totalBlocked > span:first-of-type::before { + background-color: rgb(0, 19, 110); + } +#firewallContainer > div.allowed.blocked > span:first-of-type::before, +#firewallContainer > div.isDomain.totalAllowed.totalBlocked > span:first-of-type::before { + background-color: rgb(192, 160, 0); + } +/* Rule cells */ +body.advancedUser #firewallContainer > div > span.allowRule { + background-color: rgba(0, 160, 0, 0.3); + } +body.advancedUser #firewallContainer.colorBlind > div > span.allowRule { + background-color: rgba(255, 194, 57, 0.4); + } +body.advancedUser #firewallContainer > div > span.blockRule { + background-color: rgba(192, 0, 0, 0.3); + } +body.advancedUser #firewallContainer.colorBlind > div > span.blockRule { + background-color: rgba(0, 19, 110, 0.4); + } +body.advancedUser #firewallContainer > div > span.noopRule { + background-color: rgba(108, 108, 108, 0.3); + } +body.advancedUser #firewallContainer.colorBlind > div > span.noopRule { + background-color: rgba(96, 96, 96, 0.4); + } +body.advancedUser #firewallContainer > div > span.ownRule { + color: white; + } +body.advancedUser #firewallContainer > div > span.allowRule.ownRule { + background-color: rgba(0, 160, 0, 1); + } +body.advancedUser #firewallContainer.colorBlind > div > span.allowRule.ownRule { + background-color: rgba(255, 194, 57, 1); + } +body.advancedUser #firewallContainer > div > span.blockRule.ownRule { + background-color: rgba(192, 0, 0, 1); + } +body.advancedUser #firewallContainer.colorBlind > div > span.blockRule.ownRule { + background-color: rgba(0, 19, 110, 1); + } +body.advancedUser #firewallContainer > div > span.noopRule.ownRule { + background-color: rgba(108, 108, 108, 1); + } + +#actionSelector { + bottom: 0; + left: 0; + position: absolute; + top: 0; + width: 4em; + z-index: 1; + } +#actionSelector > span { + display: inline-block; + height: 100%; + opacity: 0.2; + } +#actionSelector > span:first-of-type { + width: 33%; + } +#actionSelector > span:nth-of-type(2) { + width: 33.5%; + } +#actionSelector > span:nth-of-type(3) { + width: 33.5%; + } +#actionSelector > span:hover { + opacity: 0.75; + } +#actionSelector > span:first-of-type { + background-color: rgb(0, 160, 0); + } +#actionSelector.colorBlind > span:first-of-type { + background-color: rgb(255, 194, 57); + } +#actionSelector > span:nth-of-type(2) { + background-color: rgb(108, 108, 108); + } +#actionSelector > span:nth-of-type(3) { + background-color: rgb(192, 0, 0); + } +#actionSelector.colorBlind > span:nth-of-type(3) { + background-color: rgb(0, 19, 110); + } + +#rulesetTools { + background-color: transparent; + border: 0; + box-sizing: border-box; + display: flex; + flex-direction: column; + height: 100%; + justify-content: space-evenly; + left: 0; + padding: 0.2em; + position: absolute; + top: 0; + } +#rulesetTools [id] { + background-color: #ffe; + border: 1px solid #ddc; + border-radius: 4px; + cursor: pointer; + fill: #888; + font-size: 1.8em; + padding: 0.2em 0.4em; + visibility: hidden; + } +#rulesetTools [id]:hover { + fill: black; + } +body.needReload #refresh, +body.needSave #saveRules, +body.needSave #revertRules { + visibility: visible; + } diff --git a/src/js/background.js b/src/js/background.js index 3c92cb492a4fa..1c65ff1c32869 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -68,6 +68,7 @@ const µBlock = (( ) => { // jshint ignore:line selfieAfter: 3, strictBlockingBypassDuration: 120, suspendTabsUntilReady: 'unset', + uiFlavor: 'unset', updateAssetBypassBrowserCache: false, userResourcesLocation: 'unset', }; diff --git a/src/js/fa-icons.js b/src/js/fa-icons.js index 2edfbc3a4968e..ab8cc7448a7b0 100644 --- a/src/js/fa-icons.js +++ b/src/js/fa-icons.js @@ -23,7 +23,7 @@ /******************************************************************************/ -let faIconsInit = function(root) { +const faIconsInit = function(root) { const icons = (root || document).querySelectorAll('.fa-icon'); for ( const icon of icons ) { if ( icon.firstChild === null || icon.firstChild.nodeType !== 3 ) { diff --git a/src/js/popup-fenix.js b/src/js/popup-fenix.js new file mode 100644 index 0000000000000..2b87ad4f2c981 --- /dev/null +++ b/src/js/popup-fenix.js @@ -0,0 +1,1125 @@ +/******************************************************************************* + + uBlock Origin - a browser extension to block requests. + Copyright (C) 2014-present Raymond Hill + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see {http://www.gnu.org/licenses/}. + + Home: https://github.com/gorhill/uBlock +*/ + +/* global punycode, uDom */ + +'use strict'; + +/******************************************************************************/ + +{ +// >>>>> start of local scope + +/******************************************************************************/ + +let popupFontSize = vAPI.localStorage.getItem('popupFontSize'); +if ( typeof popupFontSize === 'string' && popupFontSize !== 'unset' ) { + document.body.style.setProperty('font-size', popupFontSize); +} + +// https://github.com/chrisaljoudi/uBlock/issues/996 +// Experimental: mitigate glitchy popup UI: immediately set the firewall +// pane visibility to its last known state. By default the pane is hidden. +let dfPaneVisibleStored = + vAPI.localStorage.getItem('popupFirewallPane') === 'true'; +if ( dfPaneVisibleStored ) { + document.getElementById('main').classList.add('dfEnabled'); +} + +/******************************************************************************/ + +const messaging = vAPI.messaging; +const reIP = /^\d+(?:\.\d+){1,3}$/; +const scopeToSrcHostnameMap = { + '/': '*', + '.': '' +}; +const hostnameToSortableTokenMap = new Map(); +const statsStr = vAPI.i18n('popupBlockedStats'); +const domainsHitStr = vAPI.i18n('popupHitDomainCount'); + +let popupData = {}; +let dfPaneBuilt = false; +let dfHotspots = null; +let allDomains = {}; +let allDomainCount = 0; +let allHostnameRows = []; +let touchedDomainCount = 0; +let cachedPopupHash = ''; + +// https://github.com/gorhill/uBlock/issues/2550 +// Solution inspired from +// - https://bugs.chromium.org/p/chromium/issues/detail?id=683314 +// - https://bugzilla.mozilla.org/show_bug.cgi?id=1332714#c17 +// Confusable character set from: +// - http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%D0%B0%D1%81%D4%81%D0%B5%D2%BB%D1%96%D1%98%D3%8F%D0%BE%D1%80%D4%9B%D1%95%D4%9D%D1%85%D1%83%D1%8A%D0%AC%D2%BD%D0%BF%D0%B3%D1%B5%D1%A1%5D&g=gc&i= +// Linked from: +// - https://www.chromium.org/developers/design-documents/idn-in-google-chrome +const reCyrillicNonAmbiguous = /[\u0400-\u042b\u042d-\u042f\u0431\u0432\u0434\u0436-\u043d\u0442\u0444\u0446-\u0449\u044b-\u0454\u0457\u0459-\u0460\u0462-\u0474\u0476-\u04ba\u04bc\u04be-\u04ce\u04d0-\u0500\u0502-\u051a\u051c\u051e-\u052f]/; +const reCyrillicAmbiguous = /[\u042c\u0430\u0433\u0435\u043e\u043f\u0440\u0441\u0443\u0445\u044a\u0455\u0456\u0458\u0461\u0475\u04bb\u04bd\u04cf\u0501\u051b\u051d]/; + +/******************************************************************************/ + +const cachePopupData = function(data) { + popupData = {}; + scopeToSrcHostnameMap['.'] = ''; + hostnameToSortableTokenMap.clear(); + + if ( typeof data !== 'object' ) { + return popupData; + } + popupData = data; + if ( Array.isArray(popupData.cnameSet) ) { + popupData.cnameSet = new Set(popupData.cnameSet); + } else if ( popupData.cnameSet === undefined ) { + popupData.cnameSet = new Set(); + } + scopeToSrcHostnameMap['.'] = popupData.pageHostname || ''; + const hostnameDict = popupData.hostnameDict; + if ( typeof hostnameDict !== 'object' ) { + return popupData; + } + for ( const hostname in hostnameDict ) { + if ( hostnameDict.hasOwnProperty(hostname) === false ) { continue; } + let domain = hostnameDict[hostname].domain; + let prefix = hostname.slice(0, 0 - domain.length - 1); + // Prefix with space char for 1st-party hostnames: this ensure these + // will come first in list. + if ( domain === popupData.pageDomain ) { + domain = '\u0020'; + } + hostnameToSortableTokenMap.set( + hostname, + domain + ' ' + prefix.split('.').reverse().join('.') + ); + } + return popupData; +}; + +/******************************************************************************/ + +const hashFromPopupData = function(reset) { + // It makes no sense to offer to refresh the behind-the-scene scope + if ( popupData.pageHostname === 'behind-the-scene' ) { + document.body.classList.remove('needReload'); + return; + } + + const hasher = []; + const rules = popupData.firewallRules; + for ( const key in rules ) { + const rule = rules[key]; + if ( rule === null ) { continue; } + hasher.push( + rule.src + ' ' + + rule.des + ' ' + + rule.type + ' ' + + rule.action + ); + } + hasher.sort(); + hasher.push(uDom('body').hasClass('off')); + hasher.push(uDom.nodeFromId('no-large-media').classList.contains('on')); + hasher.push(uDom.nodeFromId('no-cosmetic-filtering').classList.contains('on')); + hasher.push(uDom.nodeFromId('no-remote-fonts').classList.contains('on')); + hasher.push(uDom.nodeFromId('no-scripting').classList.contains('on')); + + const hash = hasher.join(''); + if ( reset ) { + cachedPopupHash = hash; + } + document.body.classList.toggle('needReload', hash !== cachedPopupHash); +}; + +/******************************************************************************/ + +const formatNumber = function(count) { + return typeof count === 'number' ? count.toLocaleString() : ''; +}; + +/******************************************************************************/ + +const rulekeyCompare = function(a, b) { + let ha = a.slice(2, a.indexOf(' ', 2)); + if ( !reIP.test(ha) ) { + ha = hostnameToSortableTokenMap.get(ha) || ' '; + } + let hb = b.slice(2, b.indexOf(' ', 2)); + if ( !reIP.test(hb) ) { + hb = hostnameToSortableTokenMap.get(hb) || ' '; + } + const ca = ha.charCodeAt(0); + const cb = hb.charCodeAt(0); + if ( ca !== cb ) { + return ca - cb; + } + return ha.localeCompare(hb); +}; + +/******************************************************************************/ + +const updateFirewallCell = function(scope, des, type, rule) { + const row = document.querySelector( + `#firewallContainer div[data-des="${des}"][data-type="${type}"]` + ); + if ( row === null ) { return; } + + const cells = row.querySelectorAll(`:scope > span[data-src="${scope}"]`); + if ( cells.length === 0 ) { return; } + + if ( rule !== null ) { + cells.forEach(el => { el.setAttribute('class', rule.action + 'Rule'); }); + } else { + cells.forEach(el => { el.removeAttribute('class'); }); + } + + // Use dark shade visual cue if the rule is specific to the cell. + if ( + (rule !== null) && + (rule.des !== '*' || rule.type === type) && + (rule.des === des) && + (rule.src === scopeToSrcHostnameMap[scope]) + + ) { + cells.forEach(el => { el.classList.add('ownRule'); }); + } + + if ( scope !== '.' || des === '*' ) { return; } + + // Remember this may be a cell from a reused row, we need to clear text + // content if we can't compute request counts. + if ( popupData.hostnameDict.hasOwnProperty(des) === false ) { + cells.forEach(el => { + el.removeAttribute('data-acount'); + el.removeAttribute('data-bcount'); + }); + return; + } + + const hnDetails = popupData.hostnameDict[des]; + let cell = cells[0]; + if ( hnDetails.allowCount !== 0 ) { + cell.setAttribute('data-acount', Math.min(Math.ceil(Math.log(hnDetails.allowCount + 1) / Math.LN10), 3)); + } else { + cell.setAttribute('data-acount', '0'); + } + if ( hnDetails.blockCount !== 0 ) { + cell.setAttribute('data-bcount', Math.min(Math.ceil(Math.log(hnDetails.blockCount + 1) / Math.LN10), 3)); + } else { + cell.setAttribute('data-bcount', '0'); + } + + if ( hnDetails.domain !== des ) { + return; + } + + cell = cells[1]; + if ( hnDetails.totalAllowCount !== 0 ) { + cell.setAttribute('data-acount', Math.min(Math.ceil(Math.log(hnDetails.totalAllowCount + 1) / Math.LN10), 3)); + } else { + cell.setAttribute('data-acount', '0'); + } + if ( hnDetails.totalBlockCount !== 0 ) { + cell.setAttribute('data-bcount', Math.min(Math.ceil(Math.log(hnDetails.totalBlockCount + 1) / Math.LN10), 3)); + } else { + cell.setAttribute('data-bcount', '0'); + } +}; + +/******************************************************************************/ + +const updateAllFirewallCells = function() { + const rules = popupData.firewallRules; + for ( const key in rules ) { + if ( rules.hasOwnProperty(key) === false ) { continue; } + updateFirewallCell( + key.charAt(0), + key.slice(2, key.indexOf(' ', 2)), + key.slice(key.lastIndexOf(' ') + 1), + rules[key] + ); + } + document.body.classList.toggle('needSave', popupData.matrixIsDirty === true); +}; + +/******************************************************************************/ + +const buildAllFirewallRows = function() { + // Do this before removing the rows + if ( dfHotspots === null ) { + dfHotspots = uDom('#actionSelector') + .toggleClass('colorBlind', popupData.colorBlindFriendly) + .on('click', 'span', setFirewallRuleHandler); + } + dfHotspots.detach(); + + // Update incrementally: reuse existing rows if possible. + const rowContainer = document.getElementById('firewallContainer'); + const toAppend = document.createDocumentFragment(); + const rowTemplate = document.querySelector('#templates > div:nth-of-type(1)'); + let row = rowContainer.querySelector('div:nth-of-type(7) + div'); + + for ( const des of allHostnameRows ) { + if ( row === null ) { + row = rowTemplate.cloneNode(true); + toAppend.appendChild(row); + } + + row.setAttribute('data-des', des); + + const hnDetails = popupData.hostnameDict[des] || {}; + const isDomain = des === hnDetails.domain; + const prettyDomainName = punycode.toUnicode(des); + const isPunycoded = prettyDomainName !== des; + + const span = row.querySelector('span:first-of-type'); + span.classList.toggle( + 'isIDN', + isPunycoded && + reCyrillicAmbiguous.test(prettyDomainName) === true && + reCyrillicNonAmbiguous.test(prettyDomainName) === false + ); + span.querySelector('span').textContent = prettyDomainName; + span.title = isDomain && isPunycoded ? des : ''; + + const classList = row.classList; + classList.toggle('isRootContext', des === popupData.pageHostname); + classList.toggle('isDomain', isDomain); + classList.toggle('isSubDomain', !isDomain); + classList.toggle('isCname', popupData.cnameSet.has(des)); + classList.toggle('allowed', hnDetails.allowCount !== 0); + classList.toggle('blocked', hnDetails.blockCount !== 0); + classList.toggle('totalAllowed', hnDetails.totalAllowCount !== 0); + classList.toggle('totalBlocked', hnDetails.totalBlockCount !== 0); + classList.toggle('expandException', expandExceptions.has(hnDetails.domain)); + + row = row.nextElementSibling; + } + + // Remove unused trailing rows + if ( row !== null ) { + while ( row.nextElementSibling !== null ) { + rowContainer.removeChild(row.nextElementSibling); + } + rowContainer.removeChild(row); + } + + // Add new rows all at once + if ( toAppend.childElementCount !== 0 ) { + rowContainer.appendChild(toAppend); + } + + if ( dfPaneBuilt !== true && popupData.advancedUserEnabled ) { + uDom('#firewallContainer') + .on('click', 'span[data-src]', unsetFirewallRuleHandler) + .on('mouseenter', '[data-src]', mouseenterCellHandler) + .on('mouseleave', '[data-src]', mouseleaveCellHandler); + dfPaneBuilt = true; + } + + updateAllFirewallCells(); +}; + +/******************************************************************************/ + +const renderPrivacyExposure = function() { + allDomains = {}; + allDomainCount = touchedDomainCount = 0; + allHostnameRows = []; + + // Sort hostnames. First-party hostnames must always appear at the top + // of the list. + const desHostnameDone = {}; + const keys = Object.keys(popupData.firewallRules) + .sort(rulekeyCompare); + for ( const key of keys ) { + const des = key.slice(2, key.indexOf(' ', 2)); + // Specific-type rules -- these are built-in + if ( des === '*' || desHostnameDone.hasOwnProperty(des) ) { continue; } + const hnDetails = popupData.hostnameDict[des] || {}; + if ( allDomains.hasOwnProperty(hnDetails.domain) === false ) { + allDomains[hnDetails.domain] = false; + allDomainCount += 1; + } + if ( hnDetails.allowCount !== 0 ) { + if ( allDomains[hnDetails.domain] === false ) { + allDomains[hnDetails.domain] = true; + touchedDomainCount += 1; + } + } + allHostnameRows.push(des); + desHostnameDone[des] = true; + } + + const summary = domainsHitStr + .replace('{{count}}', touchedDomainCount.toLocaleString()) + .replace('{{total}}', allDomainCount.toLocaleString()); + uDom.nodeFromSelector('[data-i18n^="popupDomainsConnected"] + span').textContent = summary; +}; + +/******************************************************************************/ + +const updateHnSwitches = function() { + uDom.nodeFromId('no-large-media').classList.toggle( + 'on', popupData.noLargeMedia === true + ); + uDom.nodeFromId('no-cosmetic-filtering').classList.toggle( + 'on', + popupData.noCosmeticFiltering === true + ); + uDom.nodeFromId('no-remote-fonts').classList.toggle( + 'on', + popupData.noRemoteFonts === true + ); + uDom.nodeFromId('no-scripting').classList.toggle( + 'on', + popupData.noScripting === true + ); +}; + +/******************************************************************************/ + +// Assume everything has to be done incrementally. + +const renderPopup = function() { + if ( popupData.tabTitle ) { + document.title = popupData.appName + ' - ' + popupData.tabTitle; + } + + let elem = document.body; + elem.classList.toggle( + 'advancedUser', + popupData.advancedUserEnabled === true + ); + elem.classList.toggle( + 'off', + popupData.pageURL === '' || popupData.netFilteringSwitch !== true + ); + + const canElementPicker = popupData.canElementPicker === true && + popupData.netFilteringSwitch === true; + uDom.nodeFromId('gotoPick').classList.toggle('enabled', canElementPicker); + uDom.nodeFromId('gotoZap').classList.toggle('enabled', canElementPicker); + + let blocked = popupData.pageBlockedRequestCount, + total = popupData.pageAllowedRequestCount + blocked, + text; + if ( total === 0 ) { + text = formatNumber(0); + } else { + text = statsStr.replace('{{count}}', formatNumber(blocked)) + .replace('{{percent}}', formatNumber(Math.floor(blocked * 100 / total))); + } + uDom.nodeFromSelector('[data-i18n^="popupBlockedOnThisPage"] + span').textContent = text; + + blocked = popupData.globalBlockedRequestCount; + total = popupData.globalAllowedRequestCount + blocked; + if ( total === 0 ) { + text = formatNumber(0); + } else { + text = statsStr.replace('{{count}}', formatNumber(blocked)) + .replace('{{percent}}', formatNumber(Math.floor(blocked * 100 / total))); + } + uDom.nodeFromSelector('[data-i18n^="popupBlockedSinceInstall"] + span').textContent = text; + + // This will collate all domains, touched or not + renderPrivacyExposure(); + + // Extra tools + updateHnSwitches(); + + // Report large media count on badge + total = popupData.largeMediaCount; + uDom.nodeFromSelector('#no-large-media .fa-icon-badge') + .textContent = total ? Math.min(total, 99).toLocaleString() : ''; + + // Report remote font count on badge + total = popupData.remoteFontCount; + uDom.nodeFromSelector('#no-remote-fonts .fa-icon-badge') + .textContent = total ? Math.min(total, 99).toLocaleString() : ''; + + // https://github.com/chrisaljoudi/uBlock/issues/470 + // This must be done here, to be sure the popup is resized properly + const dfPaneVisible = popupData.dfEnabled; + + // https://github.com/chrisaljoudi/uBlock/issues/1068 + // Remember the last state of the firewall pane. This allows to + // configure the popup size early next time it is opened, which means a + // less glitchy popup at open time. + if ( dfPaneVisible !== dfPaneVisibleStored ) { + dfPaneVisibleStored = dfPaneVisible; + vAPI.localStorage.setItem('popupFirewallPane', dfPaneVisibleStored); + } + + uDom.nodeFromId('main').classList.toggle( + 'dfEnabled', + dfPaneVisible === true + ); + + uDom.nodeFromId('firewallContainer').classList.toggle( + 'colorBlind', + popupData.colorBlindFriendly === true + ); + + setGlobalExpand(popupData.firewallPaneMinimized === false, true); + + // Build dynamic filtering pane only if in use + if ( dfPaneVisible ) { + buildAllFirewallRows(); + } + + renderTooltips(); +}; + +/******************************************************************************/ + +// https://github.com/gorhill/uBlock/issues/2889 +// Use tooltip for ARIA purpose. + +const renderTooltips = function(selector) { + for ( const entry of tooltipTargetSelectors ) { + if ( selector !== undefined && entry[0] !== selector ) { continue; } + const text = vAPI.i18n( + entry[1].i18n + + (uDom.nodeFromSelector(entry[1].state) === null ? '1' : '2') + ); + const elem = uDom.nodeFromSelector(entry[0]); + elem.setAttribute('aria-label', text); + const tip = elem.querySelector('.tip'); + if ( tip !== null ) { + tip.textContent = text; + } else { + elem.setAttribute('data-tip', text); + } + if ( tip === null && selector !== undefined ) { + uDom.nodeFromId('tooltip').textContent = + elem.getAttribute('data-tip'); + } + } +}; + +const tooltipTargetSelectors = new Map([ + [ + '#switch', + { + state: 'body.off', + i18n: 'popupPowerSwitchInfo', + } + ], + [ + '#no-large-media', + { + state: '#no-large-media.on', + i18n: 'popupTipNoLargeMedia' + } + ], + [ + '#no-cosmetic-filtering', + { + state: '#no-cosmetic-filtering.on', + i18n: 'popupTipNoCosmeticFiltering' + } + ], + [ + '#no-remote-fonts', + { + state: '#no-remote-fonts.on', + i18n: 'popupTipNoRemoteFonts' + } + ], + [ + '#no-scripting', + { + state: '#no-scripting.on', + i18n: 'popupTipNoScripting' + } + ], +]); + +/******************************************************************************/ + +// All rendering code which need to be executed only once. + +let renderOnce = function() { + renderOnce = function(){}; + + if ( popupData.fontSize !== popupFontSize ) { + popupFontSize = popupData.fontSize; + if ( popupFontSize !== 'unset' ) { + document.body.style.setProperty('font-size', popupFontSize); + vAPI.localStorage.setItem('popupFontSize', popupFontSize); + } else { + document.body.style.removeProperty('font-size'); + vAPI.localStorage.removeItem('popupFontSize'); + } + } + + // https://github.com/uBlockOrigin/uBlock-issues/issues/22 + if ( popupData.advancedUserEnabled !== true ) { + uDom('#firewallContainer [data-i18n-tip][data-src]').removeAttr('data-tip'); + } +}; + +/******************************************************************************/ + +const renderPopupLazy = (( ) => { + let mustRenderCosmeticFilteringBadge = true; + + // https://github.com/uBlockOrigin/uBlock-issues/issues/756 + // Launch potentially expensive hidden elements-counting scriptlet on + // demand only. + { + const sw = uDom.nodeFromId('no-cosmetic-filtering'); + const badge = sw.querySelector(':scope .fa-icon-badge'); + badge.textContent = '\u22EF'; + + const render = ( ) => { + if ( mustRenderCosmeticFilteringBadge === false ) { return; } + mustRenderCosmeticFilteringBadge = false; + if ( sw.classList.contains('hnSwitchBusy') ) { return; } + sw.classList.add('hnSwitchBusy'); + messaging.send('popupPanel', { + what: 'getHiddenElementCount', + tabId: popupData.tabId, + }).then(count => { + let text; + if ( (count || 0) === 0 ) { + text = ''; + } else if ( count === -1 ) { + text = '?'; + } else { + text = Math.min(count, 99).toLocaleString(); + } + badge.textContent = text; + sw.classList.remove('hnSwitchBusy'); + }); + }; + + sw.addEventListener('mouseenter', render, { passive: true }); + } + + return async function() { + const count = await messaging.send('popupPanel', { + what: 'getScriptCount', + tabId: popupData.tabId, + }); + uDom.nodeFromSelector('#no-scripting .fa-icon-badge') + .textContent = (count || 0) !== 0 + ? Math.min(count, 99).toLocaleString() + : ''; + mustRenderCosmeticFilteringBadge = true; + }; +})(); + +/******************************************************************************/ + +const toggleNetFilteringSwitch = function(ev) { + if ( !popupData || !popupData.pageURL ) { return; } + messaging.send('popupPanel', { + what: 'toggleNetFiltering', + url: popupData.pageURL, + scope: ev.ctrlKey || ev.metaKey ? 'page' : '', + state: !uDom('body').toggleClass('off').hasClass('off'), + tabId: popupData.tabId, + }); + renderTooltips('#switch'); + hashFromPopupData(); +}; + +/******************************************************************************/ + +const gotoZap = function() { + messaging.send('popupPanel', { + what: 'launchElementPicker', + tabId: popupData.tabId, + zap: true, + }); + + vAPI.closePopup(); +}; + +/******************************************************************************/ + +const gotoPick = function() { + messaging.send('popupPanel', { + what: 'launchElementPicker', + tabId: popupData.tabId, + }); + + vAPI.closePopup(); +}; + +/******************************************************************************/ + +const gotoURL = function(ev) { + if ( this.hasAttribute('href') === false ) { return; } + + ev.preventDefault(); + + let url = this.getAttribute('href'); + if ( + url === 'logger-ui.html#_' && + typeof popupData.tabId === 'number' + ) { + url += '+' + popupData.tabId; + } + + messaging.send('popupPanel', { + what: 'gotoURL', + details: { + url: url, + select: true, + index: -1, + shiftKey: ev.shiftKey + }, + }); + + vAPI.closePopup(); +}; + +/******************************************************************************/ + +const toggleFirewallPane = function() { + popupData.dfEnabled = !popupData.dfEnabled; + + messaging.send('popupPanel', { + what: 'userSettings', + name: 'dynamicFilteringEnabled', + value: popupData.dfEnabled, + }); + + // https://github.com/chrisaljoudi/uBlock/issues/996 + // Remember the last state of the firewall pane. This allows to + // configure the popup size early next time it is opened, which means a + // less glitchy popup at open time. + dfPaneVisibleStored = popupData.dfEnabled; + vAPI.localStorage.setItem('popupFirewallPane', dfPaneVisibleStored); + + // Dynamic filtering pane may not have been built yet + uDom.nodeFromId('main').classList.toggle('dfEnabled', popupData.dfEnabled); + if ( popupData.dfEnabled && dfPaneBuilt === false ) { + buildAllFirewallRows(); + } +}; + +/******************************************************************************/ + +const mouseenterCellHandler = function() { + if ( uDom(this).hasClass('ownRule') === false ) { + dfHotspots.appendTo(this); + } +}; + +const mouseleaveCellHandler = function() { + dfHotspots.detach(); +}; + +/******************************************************************************/ + +const setFirewallRule = async function(src, des, type, action, persist) { + // This can happen on pages where uBlock does not work + if ( + typeof popupData.pageHostname !== 'string' || + popupData.pageHostname === '' + ) { + return; + } + + const response = await messaging.send('popupPanel', { + what: 'toggleFirewallRule', + tabId: popupData.tabId, + pageHostname: popupData.pageHostname, + srcHostname: src, + desHostname: des, + requestType: type, + action: action, + persist: persist, + }); + + cachePopupData(response); + updateAllFirewallCells(); + hashFromPopupData(); +}; + +/******************************************************************************/ + +const unsetFirewallRuleHandler = function(ev) { + const cell = ev.target; + const row = cell.closest('[data-des]'); + setFirewallRule( + cell.getAttribute('data-src') === '/' ? '*' : popupData.pageHostname, + row.getAttribute('data-des'), + row.getAttribute('data-type'), + 0, + ev.ctrlKey || ev.metaKey + ); + dfHotspots.appendTo(cell); +}; + +/******************************************************************************/ + +const setFirewallRuleHandler = function(ev) { + const hotspot = ev.target; + const cell = hotspot.closest('[data-src]'); + if ( cell === null ) { return; } + const row = cell.closest('[data-des]'); + let action = 0; + if ( hotspot.id === 'dynaAllow' ) { + action = 2; + } else if ( hotspot.id === 'dynaNoop' ) { + action = 3; + } else { + action = 1; + } + setFirewallRule( + cell.getAttribute('data-src') === '/' ? '*' : popupData.pageHostname, + row.getAttribute('data-des'), + row.getAttribute('data-type'), + action, + ev.ctrlKey || ev.metaKey + ); + dfHotspots.detach(); +}; + +/******************************************************************************/ + +const reloadTab = function(ev) { + messaging.send('popupPanel', { + what: 'reloadTab', + tabId: popupData.tabId, + select: vAPI.webextFlavor.soup.has('mobile'), + bypassCache: ev.ctrlKey || ev.metaKey || ev.shiftKey, + }); + + // Polling will take care of refreshing the popup content + // https://github.com/chrisaljoudi/uBlock/issues/748 + // User forces a reload, assume the popup has to be updated regardless + // if there were changes or not. + popupData.contentLastModified = -1; + + // No need to wait to remove this. + document.body.classList.remove('needReload'); +}; + +uDom('#refresh').on('click', reloadTab); + +// https://github.com/uBlockOrigin/uBlock-issues/issues/672 +document.addEventListener( + 'keydown', + ev => { + if ( ev.code !== 'F5' ) { return; } + reloadTab(ev); + ev.preventDefault(); + ev.stopPropagation(); + }, + { capture: true } +); + +/******************************************************************************/ + +const expandExceptions = new Set(); + +(( ) => { + try { + const exceptions = JSON.parse( + vAPI.localStorage.getItem('popupExpandExceptions') + ); + if ( Array.isArray(exceptions) === false ) { return; } + for ( const exception of exceptions ) { + expandExceptions.add(exception); + } + } + catch(ex) { + } + +})(); + +const saveExpandExceptions = function() { + vAPI.localStorage.setItem( + 'popupExpandExceptions', + JSON.stringify(Array.from(expandExceptions)) + ); +}; + +const setGlobalExpand = function(state, internal = false) { + uDom('.expandException').removeClass('expandException'); + if ( state ) { + uDom('#firewallContainer').addClass('expanded'); + } else { + uDom('#firewallContainer').removeClass('expanded'); + } + if ( internal ) { return; } + popupData.firewallPaneMinimized = !state; + expandExceptions.clear(); + saveExpandExceptions(); + messaging.send('popupPanel', { + what: 'userSettings', + name: 'firewallPaneMinimized', + value: popupData.firewallPaneMinimized, + }); +}; + +const setSpecificExpand = function(domain, state, internal = false) { + const unodes = uDom(`[data-des="${domain}"],[data-des$=".${domain}"]`); + if ( state ) { + unodes.addClass('expandException'); + } else { + unodes.removeClass('expandException'); + } + if ( internal ) { return; } + if ( state ) { + expandExceptions.add(domain); + } else { + expandExceptions.delete(domain); + } + saveExpandExceptions(); +}; + +uDom('[data-i18n="popupAnyRulePrompt"]').on('click', ev => { + // Special display mode: in its own tab/window, with no vertical restraint. + // Useful to take snapshots of the whole list of domains -- example: + // https://github.com/gorhill/uBlock/issues/736#issuecomment-178879944 + if ( ev.shiftKey && ev.ctrlKey ) { + messaging.send('popupPanel', { + what: 'gotoURL', + details: { + url: `popup-v2.html?tabId=${popupData.tabId}`, + select: true, + index: -1, + }, + }); + vAPI.closePopup(); + return; + } + + setGlobalExpand( + uDom('#firewallContainer').hasClass('expanded') === false + ); +}); + +uDom('#firewallContainer').on( + 'click', '.isDomain[data-type="*"] > span:first-of-type', + ev => { + const div = ev.target.closest('[data-des]'); + if ( div === null ) { return; } + setSpecificExpand( + div.getAttribute('data-des'), + div.classList.contains('expandException') === false + ); + } +); + +/******************************************************************************/ + +const saveFirewallRules = function() { + messaging.send('popupPanel', { + what: 'saveFirewallRules', + srcHostname: popupData.pageHostname, + desHostnames: popupData.hostnameDict, + }); + document.body.classList.remove('needSave'); +}; + +/******************************************************************************/ + +const revertFirewallRules = async function() { + document.body.classList.remove('needSave'); + const response = await messaging.send('popupPanel', { + what: 'revertFirewallRules', + srcHostname: popupData.pageHostname, + desHostnames: popupData.hostnameDict, + tabId: popupData.tabId, + }); + cachePopupData(response); + updateAllFirewallCells(); + updateHnSwitches(); + hashFromPopupData(); +}; + +/******************************************************************************/ + +const toggleHostnameSwitch = async function(ev) { + const target = ev.currentTarget; + const switchName = target.getAttribute('id'); + if ( !switchName ) { return; } + // For touch displays, process click only if the switch is not "busy". + if ( + vAPI.webextFlavor.soup.has('mobile') && + target.classList.contains('hnSwitchBusy') + ) { + return; + } + target.classList.toggle('on'); + renderTooltips('#' + switchName); + + const response = await messaging.send('popupPanel', { + what: 'toggleHostnameSwitch', + name: switchName, + hostname: popupData.pageHostname, + state: target.classList.contains('on'), + tabId: popupData.tabId, + persist: popupData.dfEnabled === false || ev.ctrlKey || ev.metaKey, + }); + + cachePopupData(response); + updateAllFirewallCells(); + hashFromPopupData(); +}; + +/******************************************************************************/ + +// Poll for changes. +// +// I couldn't find a better way to be notified of changes which can affect +// popup content, as the messaging API doesn't support firing events accurately +// from the main extension process to a specific auxiliary extension process: +// +// - broadcasting() is not an option given there could be a lot of tabs opened, +// and maybe even many frames within these tabs, i.e. unacceptable overhead +// regardless of whether the popup is opened or not. +// +// - Modifying the messaging API is not an option, as this would require +// revisiting all platform-specific code to support targeted broadcasting, +// which who knows could be not so trivial for some platforms. +// +// A well done polling is a better anyways IMO, I prefer that data is pulled +// on demand rather than forcing the main process to assume a client may need +// it and thus having to push it all the time unconditionally. + +const pollForContentChange = (( ) => { + let pollTimer; + + const pollCallback = async function() { + pollTimer = undefined; + const response = await messaging.send('popupPanel', { + what: 'hasPopupContentChanged', + tabId: popupData.tabId, + contentLastModified: popupData.contentLastModified, + }); + queryCallback(response); + }; + + const queryCallback = function(response) { + if ( response ) { + getPopupData(popupData.tabId); + return; + } + poll(); + }; + + const poll = function() { + if ( pollTimer !== undefined ) { return; } + pollTimer = vAPI.setTimeout(pollCallback, 1500); + }; + + return poll; +})(); + +/******************************************************************************/ + +const getPopupData = async function(tabId) { + const response = await messaging.send('popupPanel', { + what: 'getPopupData', + tabId, + }); + + cachePopupData(response); + renderOnce(); + renderPopup(); + renderPopupLazy(); // low priority rendering + hashFromPopupData(true); + pollForContentChange(); +}; + +/******************************************************************************/ + +const onShowTooltip = function(ev) { + if ( popupData.tooltipsDisabled ) { return; } + + const target = ev.target; + + // Tooltip container + const ttc = uDom(target).ancestors('.tooltipContainer').nodeAt(0) || + document.body; + const ttcRect = ttc.getBoundingClientRect(); + + // Tooltip itself + const tip = uDom.nodeFromId('tooltip'); + tip.textContent = target.getAttribute('data-tip'); + tip.style.removeProperty('top'); + tip.style.removeProperty('bottom'); + ttc.appendChild(tip); + + // Target rect + const targetRect = target.getBoundingClientRect(); + + // Default is "over" + let pos; + if ( target.getAttribute('data-tip-position') !== 'under' ) { + pos = ttcRect.height - targetRect.top + ttcRect.top; + tip.style.setProperty('bottom', pos + 'px'); + } else { + pos = targetRect.bottom - ttcRect.top; + tip.style.setProperty('top', pos + 'px'); + } + + tip.classList.add('show'); +}; + +const onHideTooltip = function() { + uDom.nodeFromId('tooltip').classList.remove('show'); +}; + +/******************************************************************************/ + +// Popup DOM is assumed to be loaded at this point -- because this script +// is loaded after everything else.. + +{ + // If there's no tab id specified in the query string, + // it will default to current tab. + let tabId = null; + + // Extract the tab id of the page this popup is for + const matches = window.location.search.match(/[\?&]tabId=([^&]+)/); + if ( matches && matches.length === 2 ) { + tabId = parseInt(matches[1], 10) || 0; + } + getPopupData(tabId); +} + +uDom('#switch').on('click', toggleNetFilteringSwitch); +uDom('#gotoZap').on('click', gotoZap); +uDom('#gotoPick').on('click', gotoPick); +uDom('#moreButton').on('click', toggleFirewallPane); +uDom('.hnSwitch').on('click', ev => { toggleHostnameSwitch(ev); }); +uDom('#saveRules').on('click', saveFirewallRules); +uDom('#revertRules').on('click', ( ) => { revertFirewallRules(); }); + +uDom('body').on('mouseenter', '[data-tip]', onShowTooltip) + .on('mouseleave', '[data-tip]', onHideTooltip); + +uDom('a[href]').on('click', gotoURL); + +/******************************************************************************/ + +// <<<<< end of local scope +} diff --git a/src/js/start.js b/src/js/start.js index 2792a030c877a..41ac66fc771e7 100644 --- a/src/js/start.js +++ b/src/js/start.js @@ -339,6 +339,19 @@ initializeTabs(); // active tab. µb.contextMenu.update(); +// Maybe install non-default popup document +if ( + browser.browserAction instanceof Object && + browser.browserAction.setPopup instanceof Function +) { + const uiFlavor = µb.hiddenSettings.uiFlavor; + if ( uiFlavor !== 'unset' && /\w+/.test(uiFlavor) ) { + browser.browserAction.setPopup({ + popup: vAPI.getURL(`popup-${uiFlavor}.html`) + }); + } +} + // https://github.com/uBlockOrigin/uBlock-issues/issues/717 // Prevent the extension from being restarted mid-session. browser.runtime.onUpdateAvailable.addListener(details => { diff --git a/src/popup-fenix.html b/src/popup-fenix.html new file mode 100644 index 0000000000000..913dfa6b7d676 --- /dev/null +++ b/src/popup-fenix.html @@ -0,0 +1,80 @@ + + + + + + + + + + + + + +
+
+
+ power-off +
+
+ refresh + lock + eraser +
+
+
+
+ bolt + eye-dropper + list-alt + sliders +
+
+
+ + + + + +
+
+
+ film + eye-slash + font + code +
+
+
+ angle-up +
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + +