From 44efea17b5722fb97bc5f4a58b6f3edef6c1baf7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Feb 2022 15:51:52 +0100 Subject: [PATCH] home: firefox: tridactyl: fix DDG mapping Taken straight from upstream's sample configuration. --- home/firefox/tridactyl/tridactylrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/firefox/tridactyl/tridactylrc b/home/firefox/tridactyl/tridactylrc index 3dd1fd4..84c3927 100644 --- a/home/firefox/tridactyl/tridactylrc +++ b/home/firefox/tridactyl/tridactylrc @@ -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 " Only hint search results on DuckDuckGo -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 -Jc [class~=result__a] +bindurl ^https://duckduckgo.com F hint -Jbc [class~=result__a] " Only hint item pages on Hacker News bindurl news.ycombinator.com ;f hint -Jc .age > a