Skip to content

Instantly share code, notes, and snippets.

View pethesdaniel's full-sized avatar

Daniel Imre Pethes pethesdaniel

View GitHub Profile
@pethesdaniel
pethesdaniel / userChrome.css
Last active June 8, 2021 00:24
Firefox 89.0beta Skeuomorph tabs
.tab-background {
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important;
margin-bottom: 0px !important;
}
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[multiselected="true"]:-moz-lwtheme, #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[selected="true"]:-moz-lwtheme {
background-image: linear-gradient(var(--toolbar-bgcolor, transparent), var(--toolbar-bgcolor, transparent)), linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important;
}
#TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected="true"], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme {
@pethesdaniel
pethesdaniel / magyar_betuk.ahk
Last active September 11, 2021 21:52
AutoHotKey script. Missing hungarian letters while holding Caps Lock for QWERTY type keyboards.
#KeyHistory 0
SetCapsLockState, AlwaysOff
#If GetKeyState("CapsLock","P")
o::Send {ö}
u::Send {ü}
+o::Send {Ö}
+u::Send {Ü}
<^>!o::Send {ő}
<^>!u::Send {ű}
+<^>!o::Send {Ő}