mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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(
|
uDom(dialog).descendants('.picker').toggleClass(
|
||||||
'hide',
|
'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
|
// Shortest URL which for a valid URL filtering rule
|
||||||
|
Loading…
Reference in New Issue
Block a user