diff options
author | bd <bdunahu@operationnull.com> | 2025-10-12 20:04:18 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-10-12 20:04:18 -0400 |
commit | 1f224a94dc70d415ec821acc6081fb99b1a2e230 (patch) | |
tree | 5da36bf32f41ed927bce37884e5a660fdb93b200 | |
parent | 1e092dd044e985cba67fb67f28d1f0c01a892193 (diff) |
add archive of our own to search engines
-rw-r--r-- | .config/emacs/modules/bd--browse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el index 8bb828e..57ace2e 100644 --- a/.config/emacs/modules/bd--browse.el +++ b/.config/emacs/modules/bd--browse.el @@ -66,6 +66,7 @@ (bd/search-candidate "Wikipedia" "https://en.wikipedia.org/w/index.php?search=" 1) (bd/search-candidate "Invidious" "https://inv.nadeko.net/search?q=" 0) (bd/search-candidate "Urban Dictionary" "https://www.urbandictionary.com/define.php?term=" 1) + (bd/search-candidate "Archive of Our Own" "https://archiveofourown.org/works/search?work_search%5Bquery%5D=" 0) (bd/search-candidate "Archwiki" "https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=" 0) (bd/selector-rip-video) |