diff options
Diffstat (limited to 'bonus/config.toml')
-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 |