mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Support auto-complete for from= same as domain=
This commit is contained in:
parent
6f8ce65765
commit
4c48148eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ function initHints() {
|
|||
matchRight[0]
|
||||
);
|
||||
}
|
||||
if ( matchLeft[0].startsWith('domain=') ) {
|
||||
if ( /^(domain|from)=/.test(matchLeft[0]) ) {
|
||||
return getOriginHints(cursor, line);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue