1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Fix broken advanced property uiStyles

Related commit:
- e3a6d8465f
This commit is contained in:
Raymond Hill 2020-10-17 12:05:03 -04:00
parent 32b08dc732
commit 6a10319f21
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -105,7 +105,7 @@ DOMListFactory.nodeFromSelector = function(selector) {
}
}
if ( response.uiStyles !== 'unset' ) {
document.body.style.cssText = response;
document.body.style.cssText = response.uiStyles;
}
});