Update
This commit is contained in:
parent
a75a15b311
commit
4b1db397e2
|
@ -7,7 +7,7 @@ bloat_firefox(){
|
||||||
DOMAINS=$(printf '%s\n' "${BLOATING_DOMAINS[@]}")
|
DOMAINS=$(printf '%s\n' "${BLOATING_DOMAINS[@]}")
|
||||||
else
|
else
|
||||||
echo "Bloating Firefox by requested domain list..."
|
echo "Bloating Firefox by requested domain list..."
|
||||||
DOMAINS=`node filter-requested-domains.js "$(echo $1 | jq .third_party_domains)"`
|
DOMAINS=`node filter-requested-domains.js "$1"`
|
||||||
echo "selected domains"
|
echo "selected domains"
|
||||||
echo $DOMAINS
|
echo $DOMAINS
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -30,7 +30,7 @@ fi
|
||||||
|
|
||||||
ORIGIN_DOMAIN=$(sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/' <<< "$URL")
|
ORIGIN_DOMAIN=$(sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/' <<< "$URL")
|
||||||
|
|
||||||
bloat_firefox $INPUT
|
bloat_firefox "$DOMAINS"
|
||||||
grab bloat_firefox
|
grab bloat_firefox
|
||||||
|
|
||||||
click 1270 217 # the "trash" icon, so requests from plamienie don't appear in the screenshots
|
click 1270 217 # the "trash" icon, so requests from plamienie don't appear in the screenshots
|
||||||
|
|
Loading…
Reference in New Issue
Block a user