mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
32b08dc732
commit
6a10319f21
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ DOMListFactory.nodeFromSelector = function(selector) {
|
|||
}
|
||||
}
|
||||
if ( response.uiStyles !== 'unset' ) {
|
||||
document.body.style.cssText = response;
|
||||
document.body.style.cssText = response.uiStyles;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue