mirror of https://github.com/gorhill/uBlock.git
no picker for behind-the-scene resources
This commit is contained in:
parent
d332298f40
commit
a48574dd1b
|
@ -808,7 +808,9 @@ var urlFilteringDialog = (function() {
|
|||
|
||||
uDom(dialog).descendants('.picker').toggleClass(
|
||||
'hide',
|
||||
type !== 'image' || /(?:^| )[dlsu]b(?: |$)/.test(tr.className)
|
||||
tr.classList.contains('tab_bts') ||
|
||||
type !== 'image' ||
|
||||
/(?:^| )[dlsu]b(?: |$)/.test(tr.className)
|
||||
);
|
||||
|
||||
// Shortest URL which for a valid URL filtering rule
|
||||
|
|
Loading…
Reference in New Issue