mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -1166,7 +1166,7 @@ vAPI.injectScriptlet = function(doc, text) {
|
||||||
if ( collapseToken === undefined ) {
|
if ( collapseToken === undefined ) {
|
||||||
collapseToken = vAPI.randomToken();
|
collapseToken = vAPI.randomToken();
|
||||||
vAPI.userStylesheet.add(
|
vAPI.userStylesheet.add(
|
||||||
`[${collapseToken}]\ndisplay:none!important;}`,
|
`[${collapseToken}]\n{display:none!important;}`,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue