mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor changes
This commit is contained in:
parent
6b7f929ec5
commit
1bcb7520dd
2 changed files with 1 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
color: var(--ink-2);
|
color: var(--ink-2);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: smaller;
|
font-size: small;
|
||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
}
|
}
|
||||||
#ubol-picker .resultsetWidgets > span:first-of-type {
|
#ubol-picker .resultsetWidgets > span:first-of-type {
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,6 @@ const docURL = new URL(document.baseURI);
|
||||||
chrome.runtime.sendMessage({
|
chrome.runtime.sendMessage({
|
||||||
what: 'injectCustomFilters',
|
what: 'injectCustomFilters',
|
||||||
hostname: docURL.hostname,
|
hostname: docURL.hostname,
|
||||||
}).then(selectors => {
|
|
||||||
self.ubolInjectedCustomFilters = selectors;
|
|
||||||
}).catch(( ) => {
|
}).catch(( ) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue