mirror of https://github.com/gorhill/uBlock.git
fix for gorhill/uBlock#3464 (#3616)
Adding index to insertRule fixed the issue
This commit is contained in:
parent
23accd1c57
commit
33fa25bbe5
|
@ -594,7 +594,8 @@ var pageSelectorFromURLHash = (function() {
|
|||
if ( tabClass === '' ) { return; }
|
||||
sheet.insertRule(
|
||||
'#netInspector tr:not(.' + tabClass + '):not(.tab_bts) ' +
|
||||
'{display:none;}'
|
||||
'{display:none;}',
|
||||
0
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue