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" grab "after maximize"
sleep 1 sleep 1
grab "after sleep 1" grab "after sleep 1"
keycombo Control_L Shift_L e # no need to reopen the network tab, as it's almost certainly already open
grab "after ctrl+shift+e" # keycombo Control_L Shift_L e
keycombo Shift_L F5 #profiler # grab "after ctrl+shift+e"
grab "after shift-c F5" # keycombo Shift_L F5 #profiler
keycombo Control_L Shift_L e # grab "after shift-c F5"
sleep 5 # it needs some time # keycombo Control_L Shift_L e
# sleep 5 # it needs some time
} }
load_website(){ load_website(){