mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix Google hint mode _again_
This commit is contained in:
parent
71ce9735d7
commit
9fa714b64f
1 changed files with 3 additions and 2 deletions
|
@ -58,8 +58,9 @@ 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 .rc > div > a
|
||||
bindurl www.google.com F hint -Jbc .rc > div > a
|
||||
bindurl www.google.com f hint -Jc .g > div > div > a
|
||||
bindurl www.google.com F hint -Jbc .g > div > div > a
|
||||
|
||||
|
||||
bindurl ^https://duckduckgo.com f hint -Jc [class=result__a]
|
||||
bindurl ^https://duckduckgo.com F hint -Jbc [class=result__a]
|
||||
|
|
Loading…
Add table
Reference in a new issue