Skip to content

Instantly share code, notes, and snippets.

@xlimit91
xlimit91 / autoit-silkroad-autotyper.au3
Last active April 30, 2019 17:35
Paste text to silkroad with autoit - projecthax
#RequireAdmin
; www.projecthax.com
;
; Copy text press strg+c
; Paste text press "Pause" Button to silkroad
;
Dim $sKeyToPress = "{PAUSE}" ; you can change this for paste button
HotKeySet($sKeyToPress, "copy_paste")
@xlimit91
xlimit91 / darkpihole.css
Created October 30, 2017 13:38
dark pihole theme design
.layout-boxed {
background: black;
}
.skin-blue .main-header .navbar {
/* background-color: #3c8dbc; */
}
.skin-blue .main-header .logo {
/* background-color: #367fa9; */