mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2025-02-09 00:28:48 +01:00
Added superuser.com to AnonymousOverflow https://github.com/libredirect/browser_extension/issues/868
This commit is contained in:
parent
811f8766ee
commit
51ffdebd12
@ -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/"
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user