Skip to content

Instantly share code, notes, and snippets.

@supershadoe
supershadoe / MY-UBLOCK-FILTERS.md
Last active April 13, 2024 14:20
Some uBlock₀ filters

Many of these filters are usually cosmetic instead of for blocking/skipping ads or something (Although some are used for that purpose like yt-filter)

To import a filter into Some uB₀, type the link https://gist.github.com/supershadoe/aed9db4c220b9150d2361a369f7be2f2/raw/{the filter to import, e.g., spotify; without the braces obviously}-ublock-filter.txt into uB₀ settings -> Filter lists -> Custom -> Import

Links to copy for filters (this may not be up to date)

Website Link
Spotify Spotify
@supershadoe
supershadoe / reboot-menu.sh
Last active May 11, 2022 15:27
systemd-boot reboot menu in zenity
#!/usr/bin/env sh
# vim:sw=4:ts=4:sts=4:et
# Reboot menu script
# This script displays a list of boot entries registered in systemd-boot
# Makes it easier to directly reboot to another OS (if dual or multi-booting)
# Created by supershadoe <supershadoe5[at]gmail[dot]com>
# (Skip to line 43 if you want to just see the code)
# COPYRIGHT NOTICE
@supershadoe
supershadoe / ytmp.sh
Created June 25, 2020 11:46
A script to play a youtube video or its audio alone in mpv.
#!/bin/sh
# vim:sw=4:ts=4:et
################################################################################
# #
# A shell script which searches youtube for a video or audio #
# and plays it in mpv. #
# Created by Supershadoe #
# #
################################################################################