Remove unnecessary sidebar toggle

This commit is contained in:
Kuba Orlik 2022-04-24 21:54:10 +02:00
parent f3398708ee
commit 54ed7308a8

View File

@ -78,12 +78,13 @@ prepare_firefox(){
grab "after maximize"
sleep 1
grab "after sleep 1"
keycombo Control_L Shift_L e
grab "after ctrl+shift+e"
keycombo Shift_L F5 #profiler
grab "after shift-c F5"
keycombo Control_L Shift_L e
sleep 5 # it needs some time
# no need to reopen the network tab, as it's almost certainly already open
# keycombo Control_L Shift_L e
# grab "after ctrl+shift+e"
# keycombo Shift_L F5 #profiler
# grab "after shift-c F5"
# keycombo Control_L Shift_L e
# sleep 5 # it needs some time
}
load_website(){