This file contains 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
.js-header-wrapper, nope.hx_page-header-bg>div.d-flex { | |
height: 10px; | |
overflow:hidden; | |
margin: 0px !important; | |
} | |
.js-header-wrapper:hover, .hx_page-header-bg>div.d-flex:hover { | |
height: auto; | |
overflow: visible; | |
} |
This file contains 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 | |
REM run this on ROUTER computer which can't reach TARGET computer placed behind the NAT | |
set HAMACHI_PATH="C:\Program Files (x86)\LogMeIn Hamachi\x64\" | |
REM Hamachi target username | |
set target_username=Example | |
pushd %HAMACHI_PATH% | |
for /f "tokens=3" %%I in ('hamachi-2.exe --cli list ^| find /i ^"%target_username:"=%^" ') do set target_VPN_IP=%%I |
This file contains 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
button.authorize { | |
position: fixed !important; | |
top: 8px !important; | |
background: white !important; | |
right: 8px !important; | |
} |