mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
This commit is contained in:
parent
a43b553020
commit
efe68e0f9c
@ -200,7 +200,7 @@ var onUserSettingsReady = function(fetched) {
|
||||
// https://github.com/gorhill/uBlock/issues/1892
|
||||
// For first installation on a battery-powered device, disable generic
|
||||
// cosmetic filtering.
|
||||
if ( µb.firstInstall && vAPI.battery ) {
|
||||
if ( µb.firstInstall && vAPI.webextFlavor.soup.has('mobile') ) {
|
||||
userSettings.ignoreGenericCosmeticFilters = true;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user