Skip to content

Instantly share code, notes, and snippets.

@lextra2
lextra2 / Start.bat
Last active May 28, 2019 13:16
Switches the power plan in the power options of windows to "High performance", Launches a steam game, and sets the power option to "Balanced" upon pressing any key inside the command line window (preferably after quitting the game). Read comment for additional info.
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
start steam://rungameid/638970
pause
powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e
@lextra2
lextra2 / waifu2x.bat
Created July 20, 2019 20:03
Waifu2x.bat for https://github.com/nihui/waifu2x-ncnn-vulkan/releases version 20190712 - optimized for a 4GB GPU
waifu2x-ncnn-vulkan.exe -i input -o output -n 3 -s 2 -t 300 -j 1:2:2
@lextra2
lextra2 / 0-ubuntu
Last active August 7, 2022 22:10
Ubuntu Terminal Commands
gstreamer
https://askubuntu.com/a/1340796
~/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib/wine/dxvk/d3d9.dll
Dxvk location
https://www.omgubuntu.co.uk/2022/07/nautilus-admin-open-file-as-root-ubuntu
to preview gtk themes:
thewidgetfactory / gtk3-widget-factory
@lextra2
lextra2 / Capture Desktop
Last active August 3, 2022 14:54
Capture Desktop
ffmpeg -y \
-thread_queue_size 512 -f x11grab \
-s 1920x1080 -r 60 \
-i :0 \
-thread_queue_size 1024 -f pulse \
-i default \
-c:v libx264 -preset fast -b:v 10M -pix_fmt nv12 \
-c:a aac -b:a 320K \
output.mkv
@lextra2
lextra2 / useful wildcards
Last active July 7, 2020 00:50
simple firefox css - hides some annoying things
* {
-moz-appearance: none !important;
border: none !important;
text-shadow: none !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
transition-duration: 1ms !important;
transition-delay: 1ms !important;
}
@lextra2
lextra2 / newest-ttv-css
Last active November 1, 2020 06:13
twitch.tv CSS
/* hides overlays - video player */
.passthrough-events {
display: none !important;
}
/* hides overlays - chat */
.new-chatter-ritual {
display: none !important;
}
@lextra2
lextra2 / reddit.com.css
Last active October 21, 2020 09:26
reddit.com CSS
/* hides some elements */
#sr-header-area,
#header-img,
#RESAccountSwitcherIcon,
#NREMail.nohavemail,
.res-toggle-filterline-visibility,
.res-show-images,
.side,
.userkarma,
.footer-parent,
@lextra2
lextra2 / techpowerup.com.css
Last active February 4, 2020 15:32
techpowerup.com CSS
/* background color */
.site-header,
#page {
background-color: rgb(235, 235, 235) !important;
}
/* hides sidebar */
.sidebar {
display: none;
}
@lextra2
lextra2 / NEWEST
Last active March 5, 2023 02:12
youtube.com CSS
/* country code besides the youtube logo - top left */
#country-code {
display: none !important;
}
/* video player gradients */
.ytp-gradient-top,
.ytp-gradient-bottom {
display: none !important;
}
@lextra2
lextra2 / 0_AVISYNTH
Last active March 7, 2024 10:35
AVISYNTH-2022
321