aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/config.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 139d4773..d388da1f 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
},
"scripts": {
"start": "web-ext run",
- "start_ar": "web-ext run --firefox=/home/esmail/Downloads/ar/firefox/firefox --pref font.language.group=ar",
+ "start-nightly": "web-ext run --firefox=/home/manerakai/Downloads/firefox/firefox",
"build": "web-ext build",
"test": "web-ext lint",
"html": "pug --basedir ./ --obj ./src/config.json src/pages/options/index.pug --out src/pages/options/ && pug --basedir ./ --obj ./src/config.json src/pages/popup/popup.pug --out src/pages/popup/"
diff --git a/src/config.json b/src/config.json
index f17ba8f5..52358170 100644
--- a/src/config.json
+++ b/src/config.json
@@ -710,7 +710,8 @@
},
"targets": [
"^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/",
- "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/"
+ "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/",
+ "^https?:\\/{2}(www\\.)?superuser\\.com\\/"
],
"name": "Stack Overflow",
"options": {