This commit is contained in:
ManeraKai 2023-12-08 22:49:02 +03:00
parent 811f8766ee
commit 51ffdebd12
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
}, },
"scripts": { "scripts": {
"start": "web-ext run", "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", "build": "web-ext build",
"test": "web-ext lint", "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/" "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/"

View File

@ -710,7 +710,8 @@
}, },
"targets": [ "targets": [
"^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/", "^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", "name": "Stack Overflow",
"options": { "options": {