Skip to content

Instantly share code, notes, and snippets.

@ThePython10110
ThePython10110 / musescore_adblock_filters.txt
Last active October 8, 2025 20:11
Adblock filters for MuseScore.com
!!! ADS !!!
! Pro banner
musescore.com##._sQKq
! "What do you want to play?" (Pro ad in disguise)
musescore.com##.SGtse
! Recommended courses list
musescore.com##.Ltx8C.tKG5s.ffXrm
! Courses ad
musescore.com#?#.ffXrm:-abp-has(> div.q97kH.pYKjt.qoGvF > h2.Q_TBK.RIR92.cH1R2.EsnJC:-abp-contains("Recommended courses for you"))
! "Free" trial ad (ironically accurate randomly generated class name)
@ThePython10110
ThePython10110 / PKGBUILD
Created July 16, 2025 20:40
plogue-plugins PKGBUILD
# Maintainer: Katie Wolfe <~kt/[email protected]>
# Updated by ThePython10110
pkgname=('plogue-aria' 'plogue-chipspeech' 'plogue-chipsounds' 'plogue-sforzando' 'plogue-tablewarp2')
pkgbase=plogue-plugins
pkgver='1.982~beta1'
debver='1.982~beta1'
dirver='1.982beta1'
license=('custom')
pkgrel=1
epoch=1
@ThePython10110
ThePython10110 / arch_is_the_best.ws
Last active September 16, 2025 23:58
Arch is the best (whitespace)
@ThePython10110
ThePython10110 / install-ardour.sh
Last active July 19, 2024 15:33
How to install Ardour for free
#!/usr/bin/bash
# Step 0: Use Arch
# Step 0.5: If you don't use Arch, try Distrobox (and use Arch). https://github.com/89luca89/distrobox
# Step 1:
sudo pacman -S ardour
# That's it.
# This is why I use Arch, by the way.
# After using Linux Mint for a while, I got annoyed with APT
# because nothing was up to date unless you added a separate
# repository... And with Arch, if something can be installed
@ThePython10110
ThePython10110 / mc_symlink.py
Created April 14, 2024 14:33
Creates symlinks so Minecraft instances use the same data. Requires changes on non-Windows platforms (changing paths)