1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
Raymond Hill 2018-04-30 13:00:12 -04:00
parent a43b553020
commit efe68e0f9c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
}
};