select profile on youtube with back/up/forward
This commit is contained in:
parent
d0724df587
commit
39f5f36c3f
1 changed files with 14 additions and 4 deletions
18
buttons.sh
18
buttons.sh
|
@ -83,6 +83,15 @@ firefox_youtube(){
|
||||||
split_right(){
|
split_right(){
|
||||||
xdotool_helper "key F11"
|
xdotool_helper "key F11"
|
||||||
}
|
}
|
||||||
|
move_up(){
|
||||||
|
ff_home 'ext+container:name=shared&url=https://youtube.com'
|
||||||
|
}
|
||||||
|
back(){
|
||||||
|
ff_home 'ext+container:name=hh&url=https://youtube.com'
|
||||||
|
}
|
||||||
|
forward(){
|
||||||
|
ff_home 'ext+container:name=fr&url=https://youtube.com'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
firefox_pbs(){
|
firefox_pbs(){
|
||||||
|
@ -188,10 +197,10 @@ Spotify(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
firefox(){
|
#firefox(){
|
||||||
|
|
||||||
echo "return and run all()"
|
# echo "return and run all()"
|
||||||
}
|
#}
|
||||||
|
|
||||||
discord(){
|
discord(){
|
||||||
|
|
||||||
|
@ -215,7 +224,8 @@ other(){
|
||||||
firefox_init(){
|
firefox_init(){
|
||||||
|
|
||||||
ff_home(){
|
ff_home(){
|
||||||
xdg-open $1
|
#xdg-open $1
|
||||||
|
firefox $1
|
||||||
sleep .1
|
sleep .1
|
||||||
xdotool_helper "key ctrl+shift+Tab"
|
xdotool_helper "key ctrl+shift+Tab"
|
||||||
sleep .1
|
sleep .1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue