A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gorhill/uBlock/commit/9aef41738b66b25028403d8e0f25f7fb4deafb0e below:

Prevent non-stable `uiTheme` from being used in stable build · gorhill/uBlock@9aef417 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed Original file line number Diff line number Diff line change

@@ -182,7 +182,9 @@ const onMessage = function(request, sender, callback) {

182 182

case 'uiStyles':

183 183

response = {

184 184

uiStyles: µb.hiddenSettings.uiStyles,

185 -

uiTheme: µb.hiddenSettings.uiTheme,

185 +

uiTheme: vAPI.webextFlavor.soup.has('devbuild')

186 +

? µb.hiddenSettings.uiTheme

187 +

: 'unset',

186 188

};

187 189

break;

188 190

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4