home: firefox: tridactyl: fix DDG mapping
Taken straight from upstream's sample configuration.
This commit is contained in:
parent
af25f555ac
commit
44efea17b5
|
@ -22,8 +22,8 @@ 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 www.google.com F hint -Jbc #search div:not(.action-menu) > a
|
||||||
|
|
||||||
" Only hint search results on DuckDuckGo
|
" Only hint search results on DuckDuckGo
|
||||||
bindurl ^https://duckduckgo.com f hint -Jc [class=result__a]
|
bindurl ^https://duckduckgo.com f hint -Jc [class~=result__a]
|
||||||
bindurl ^https://duckduckgo.com F hint -Jbc [class=result__a]
|
bindurl ^https://duckduckgo.com F hint -Jbc [class~=result__a]
|
||||||
|
|
||||||
" Only hint item pages on Hacker News
|
" Only hint item pages on Hacker News
|
||||||
bindurl news.ycombinator.com ;f hint -Jc .age > a
|
bindurl news.ycombinator.com ;f hint -Jc .age > a
|
||||||
|
|
Loading…
Reference in a new issue