Skip to content

Instantly share code, notes, and snippets.

@NrI3
Last active April 18, 2018 13:37
Show Gist options
  • Select an option

  • Save NrI3/408a0de214195214bc7dffd23793a363 to your computer and use it in GitHub Desktop.

Select an option

Save NrI3/408a0de214195214bc7dffd23793a363 to your computer and use it in GitHub Desktop.
HangOuts Full Screen - keyboard shortcut
// Instrucciones
// Ctrl + Shift + C
// Click en cualquier elemento
// Seleccionar pestaña Consola
// Pegar el script y presionar Enter
// Cerra la ventana y podes usar los atajos de las teclas siguientes:
// Ctrl + z :: Full Screen
// Ctrl + x :: Hiden Options
// Ctrl + c :: Show Options
document.onkeydown = function(key){
//
// Writed by BleICer for CLS - CTF
//
if ( key.keyCode == 17 ){
this.onkeydown = function(k){
if ( k.keyCode == 90 ){
document.getElementsByClassName('p2hjYe rCuEk')[0].style = "position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: black;"
}else if ( k.keyCode == 88 ){
document.getElementsByClassName('G1OBde')[0].style="visibility: hidden;"
document.getElementsByClassName('oNuiKf B4D2wf')[0].style="visibility: hidden;"
}else if ( k.keyCode == 67 ){
document.getElementsByClassName('G1OBde')[0].style="visibility: visible;"
document.getElementsByClassName('oNuiKf B4D2wf')[0].style="visibility: visible;"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment