Skip to content

Instantly share code, notes, and snippets.

@raffeyang
Last active December 4, 2022 01:06
Show Gist options
  • Save raffeyang/6ef15d36cae61cdb0a6bdb4cca3a46b4 to your computer and use it in GitHub Desktop.
Save raffeyang/6ef15d36cae61cdb0a6bdb4cca3a46b4 to your computer and use it in GitHub Desktop.
Quick Search
#!name=Quick Search
#!desc=Safari Search Add-ons by Raffe Yang
[URL Rewrite]
^https:\/\/duckduckgo.com\/\?q=bd\+([^&]+).+ https://www.baidu.com/s?wd=$1 302
^https:\/\/duckduckgo.com\/\?q=db\+([^&]+).+ https://m.douban.com/search/?query=$1 302
^https:\/\/duckduckgo.com\/\?q=gh\+([^&]+).+ https://github.com/search?q=$1 302
^https:\/\/duckduckgo.com\/\?q=tb\+([^&]+).+ https://s.taobao.com/search?q=$1 302
^https:\/\/duckduckgo.com\/\?q=gg\+([^&]+).+ https://www.google.com/search?q=$1 302
^https:\/\/duckduckgo.com\/\?q=zh\+([^&]+).+ https://www.zhihu.com/search?type=content&q=$1 302
^https:\/\/duckduckgo.com\/\?q=ddg\+([^&]+).+ https://duckduckgo.com/?ia=about&q=$1 302
^https:\/\/duckduckgo.com\/\?q=([^&]+).+ https://www.google.com/search?q=$1 302
[MITM]
hostname = %APPEND% duckduckgo.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment