Skip to content

Instantly share code, notes, and snippets.

View legeiger's full-sized avatar

Leander Geiger legeiger

View GitHub Profile
@legeiger
legeiger / pyload_captcha_hotfix.js
Last active December 7, 2023 14:49
fix pyload captcha box too small
// ==UserScript==
// @name PyLoad captacha view width & height = 500px
// @namespace https://gist.githubusercontent.com/legeiger/a15df64d378ba61750eee78ca4bd71dc/raw/2debd56ce611a166f444d8ca8f6bdc1b5b1efddc/pyload_captcha_hotfix.js
// @version 0.2
// @description width & height = 500px
// @author https://github.com/legeiger
// @match http://192.168.1.101:8010/*
// @match http://debian-vm:8010/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=https://pyload.net/
// @grant none
@legeiger
legeiger / .aliases
Last active June 3, 2025 12:39
aliases for use with bash or zsh. git clone https://gist.github.com/fc4a70780aeea3bc7bef33abeed0adb4.git ~/.
# ~/.aliases
# Main aliases file - to be sourced by .bashrc or .zshrc
# --- General Aliases ---
# List files
alias ls='ls --color=auto'
alias la='ls -a'
alias ll='ls -lh --color=auto'
alias llh='ls -lh'