summaryrefslogtreecommitdiff
path: root/Pancake/Configuration.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pancake/Configuration.hs')
-rw-r--r--Pancake/Configuration.hs8
1 files changed, 7 insertions, 1 deletions
diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs
index bfac392..c01ad96 100644
--- a/Pancake/Configuration.hs
+++ b/Pancake/Configuration.hs
@@ -109,7 +109,13 @@ instance Default Config where
, historyDepth = 100
, referenceDigits = "0123456789"
, indentDivs = False
- , unclutter = M.empty
+ , unclutter = M.fromList
+ [ ("duckduckgo", "^https://duckduckgo\\.com/lite/\\?q=")
+ , ("lobsters", "^https://lobste\\.rs/((page|recent|newest).*)?$")
+ , ("hacker-news",
+ "^https://news\\.ycombinator\\.com/((news|show|ask).*)?$")
+ , ("mediawiki", "^https://en\\.(m.)?(wiktionary|wikipedia)\\.org/wiki/")
+ , ("github", "^https://github\\.com/")]
}
where
curl = "curl --compressed -4 -L " ++