mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
Fix #3259: more robust Google hint
This commit is contained in:
parent
9be12c72e7
commit
5eacb313ce
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ bindurl wikiwand.com yy composite js document.location.href.replace("wikiwand.co
|
|||
bindurl reddit.com gu urlparent 4
|
||||
|
||||
" Only hint search results on Google and DDG
|
||||
bindurl www.google.com f hint -Jc .g > div > div > a
|
||||
bindurl www.google.com F hint -Jbc .g > div > div > a
|
||||
bindurl www.google.com f hint -Jc #search div:not(.action-menu) > a
|
||||
bindurl www.google.com F hint -Jbc #search div:not(.action-menu) > a
|
||||
|
||||
|
||||
bindurl ^https://duckduckgo.com f hint -Jc [class=result__a]
|
||||
|
|
Loading…
Add table
Reference in a new issue