This UserScript injects the Eruda developer console into any website, providing powerful debugging tools for mobile browsers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /f "tokens=2* delims= " %%A in ('reg query "HKLM\SOFTWARE\WOW6432Node\Valve\Steam" /v InstallPath 2^>nul') do set "SteamPath=%%B" | |
set SteamVRBinPath=%SteamPath%\steamapps\common\SteamVR\bin\win64 | |
"%SteamVRBinPath%\vrcmd.exe" --mailboxcmd systemui_dashboard toggle_theater_stereo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
cls | |
mode con cols=40 lines=21 | |
color 0b | |
title Actualizando la hora | |
echo +--------------------------------------+ | |
echo ^| _ ^| | |
echo ^| ^,/_\^, ^| | |
echo ^| ^,/_/ \_\^, ^| | |
echo ^| /_/ ___ \_\ ^| |
NewerOlder