mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 10:17:34 +01:00
On re-consideration, remove popupPanelGodMode
`filterAuthorMode` is sufficient to enable the ability to create _allow_ rules from popup panel.
This commit is contained in:
parent
903616f9a8
commit
cd1fef2d5c
2 changed files with 1 additions and 2 deletions
|
@ -68,7 +68,6 @@ const µBlock = (( ) => { // jshint ignore:line
|
||||||
popupFontSize: 'unset',
|
popupFontSize: 'unset',
|
||||||
popupPanelDisabledSections: 0,
|
popupPanelDisabledSections: 0,
|
||||||
popupPanelLockedSections: 0,
|
popupPanelLockedSections: 0,
|
||||||
popupPanelGodMode: false,
|
|
||||||
popupPanelHeightMode: 0,
|
popupPanelHeightMode: 0,
|
||||||
requestJournalProcessPeriod: 1000,
|
requestJournalProcessPeriod: 1000,
|
||||||
selfieAfter: 3,
|
selfieAfter: 3,
|
||||||
|
|
|
@ -280,7 +280,7 @@ const popupDataFromTabId = function(tabId, tabTitle) {
|
||||||
globalAllowedRequestCount: µb.localSettings.allowedRequestCount,
|
globalAllowedRequestCount: µb.localSettings.allowedRequestCount,
|
||||||
globalBlockedRequestCount: µb.localSettings.blockedRequestCount,
|
globalBlockedRequestCount: µb.localSettings.blockedRequestCount,
|
||||||
fontSize: µbhs.popupFontSize,
|
fontSize: µbhs.popupFontSize,
|
||||||
godMode: µbhs.filterAuthorMode || µbhs.popupPanelGodMode,
|
godMode: µbhs.filterAuthorMode,
|
||||||
netFilteringSwitch: false,
|
netFilteringSwitch: false,
|
||||||
rawURL: tabContext.rawURL,
|
rawURL: tabContext.rawURL,
|
||||||
pageURL: tabContext.normalURL,
|
pageURL: tabContext.normalURL,
|
||||||
|
|
Loading…
Reference in a new issue