mirror of https://github.com/gorhill/uBlock.git
Fix typo breaking the collapsing of placeholders
Related issue: - https://github.com/gorhill/uBlock/issues/2848
This commit is contained in:
parent
fc0b5e4ef1
commit
aff75b3527
|
@ -1166,7 +1166,7 @@ vAPI.injectScriptlet = function(doc, text) {
|
|||
if ( collapseToken === undefined ) {
|
||||
collapseToken = vAPI.randomToken();
|
||||
vAPI.userStylesheet.add(
|
||||
`[${collapseToken}]\ndisplay:none!important;}`,
|
||||
`[${collapseToken}]\n{display:none!important;}`,
|
||||
true
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue