FarCry 3 Loader with css and javascript
Reference: https://33.media.tumblr.com/00b99366569796cd1dacaa176c788b4b/tumblr_midsepAC261qfjtx4o1_500.gif
A Pen by Lucas Fernandez on CodePen.
; AutoHotkey Media Keys | |
^!Space::Send {Media_Play_Pause} | |
^!Left::Send {Media_Prev} | |
^!Right::Send {Media_Next} | |
^!NumpadMult::Send {Volume_Mute} | |
^!NumpadAdd::Send {Volume_Up} | |
^!NumpadSub::Send {Volume_Down} |
1. Create a file: /etc/wsl.conf. | |
2. Put the following lines in the file in order to ensure the your DNS changes do not get blown away | |
[network] | |
generateResolvConf = false | |
3. In a cmd window, run wsl --shutdown | |
4. Restart WSL2 | |
5. Create a file: /etc/resolv.conf. If it exists, replace existing one with this new file. | |
6. Put the following line in the file |
FarCry 3 Loader with css and javascript
Reference: https://33.media.tumblr.com/00b99366569796cd1dacaa176c788b4b/tumblr_midsepAC261qfjtx4o1_500.gif
A Pen by Lucas Fernandez on CodePen.