Es tan simple como poner dos veces lo mismo.
- La primera, hace visible instalar app en my cloud.
javascript:APP_INSTALL_FUNCTION=1; - La segunda, acepta el contrato de eula y ejecuta aceptar.
javascript:APPS_EULA=1; check_app_eula();
Aclaracion !!! si pones la instruccion completa en la url
javascript:APP_INSTALL_FUNCTION=1; APPS_EULA=1; check_app_eula();
Tendras que introducirla dos veces para que funcione!!!
It’s as simple as putting the same thing twice.
- The first one, makes it visible to install an app in my cloud.
javascript: APP_INSTALL_FUNCTION = 1; - The second, accept the contract of eula and execute accept.
javascript: APPS_EULA = 1; check_app_eula ();
Clarification! if you put the complete instruction in the url
javascript: APP_INSTALL_FUNCTION = 1; APPS_EULA = 1; check_app_eula ();
You will have to enter it twice to make it work !!!