about summary refs log tree commit diff stats
path: root/bonus
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-12-13 02:03:47 +0100
committerbptato <nincsnevem662@gmail.com>2022-12-13 02:03:47 +0100
commit89750ef4ad621fe7fdce533d1265f3d970098a19 (patch)
tree0aa80ceb07ce0ad49e5c3ba369f96bb67c1b6dd5 /bonus
parentd9e430c8147c8c2d81b4ca5405786269b2cfc94d (diff)
downloadchawan-89750ef4ad621fe7fdce533d1265f3d970098a19.tar.gz
Update config and config docs
Diffstat (limited to 'bonus')
-rw-r--r--bonus/config.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/bonus/config.toml b/bonus/config.toml
deleted file mode 100644
index 39e6dc52..00000000
--- a/bonus/config.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[[omnirule]]
-match = '^ddg:'
-substitute-url = '(x) => "https://lite.duckduckgo.com/lite/?kp=-1&kd=-1&q=" + x.substring(4)'
-
-[[omnirule]]
-match = '^wk:'
-substitute-url = '(x) => "https://en.wikipedia.org/wiki/Special:Search?search=" + x.substring(4)'
-
-[[siteconf]]
-url = '/^https?:\/\/(www\.)?npr\.org/'
-rewrite-url = '(x) => x.pathname = x.pathname.replace(/(.*)\/.*/, "$1").replace(/.*\//, "")'
-
-[[siteconf]]
-url = "^https://news.ycombinator.com.*"
-cookie = true