Cleanup
This commit is contained in:
parent
ed17c1a6e1
commit
33de898d1d
|
@ -31,7 +31,6 @@ fi
|
|||
|
||||
ORIGIN_DOMAIN=$(sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/' <<< "$URL")
|
||||
|
||||
|
||||
if [ -z "$FILTERED_DOMAINS" ]
|
||||
then
|
||||
echo "No need to blot"
|
||||
|
@ -40,21 +39,6 @@ else
|
|||
grab bloat_firefox
|
||||
fi
|
||||
|
||||
# while IFS= read -r DOMAIN; do
|
||||
# # these domains return a 404 anyways, no need to waste time on them:
|
||||
# if is_http_error "$DOMAIN"; then echo "skipping $DOMAIN"; continue; fi
|
||||
# load_website "$DOMAIN?hl=pl" "$DOMAIN"
|
||||
# sleep 1 # sometimes the consent popup needs a little time
|
||||
# open_console
|
||||
# grab "$DOMAIN before"
|
||||
# (tr '\n' ' ' < click-accept-all.js) | xclip -sel clip
|
||||
# keycombo Control_L v
|
||||
# sleep 0.3
|
||||
# xdotool key Return
|
||||
# sleep 1.5
|
||||
# grab "$DOMAIN after"
|
||||
# done <<< "$DOMAINS"
|
||||
|
||||
click 1270 217 # the "trash" icon, so requests from plamienie don't appear in the screenshots
|
||||
|
||||
load_website "$URL" "$URL"
|
||||
|
|
Loading…
Reference in New Issue
Block a user