Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name 自动复制救援码
// @namespace https://gist.github.com/biuuu
// @version 0.7
// @description 自动复制最左边第一个救援码,调整顺序后刷新网页生效
// @author biuuu
// @include /^https?:\/\/gbf\.life.*$/
// @include /^https?:\/\/gbs\.eriri\.net.*$/
// @include /^https?:\/\/eriri\.net\/gbs.*$/
// @include /^https?:\/\/.+-raidfinder\.herokuapp\.com.*$/
@Francesco149
Francesco149 / building-qtwebengine-on-windows.md
Last active April 4, 2024 22:54
how to build qtwebengine and qutebrowser on windows with proprietary codecs

quick n dirty notes so I don't forget

choco install -y strawberryperl gperf visualcpp-build-tools windows-sdk-10.0

@FelixZhang
FelixZhang / osc-cheatsheet.md
Last active June 27, 2024 06:05
osc cheatsheet

osc cheatsheet

configuration

.oscrc

TBD

aliases

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 18, 2024 08:32
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname