diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-13 02:03:47 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-13 02:03:47 +0100 |
commit | 89750ef4ad621fe7fdce533d1265f3d970098a19 (patch) | |
tree | 0aa80ceb07ce0ad49e5c3ba369f96bb67c1b6dd5 /bonus | |
parent | d9e430c8147c8c2d81b4ca5405786269b2cfc94d (diff) | |
download | chawan-89750ef4ad621fe7fdce533d1265f3d970098a19.tar.gz |
Update config and config docs
Diffstat (limited to 'bonus')
-rw-r--r-- | bonus/config.toml | 15 |
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 |