Skip to content

Instantly share code, notes, and snippets.

View tribela's full-sized avatar
😺
😼

Jeong Arm tribela

😺
😼
View GitHub Profile
// ==UserScript==
// @name Fullscreen to lights off
// @version 1
// @grant GM.xmlHttpRequest
// @grant GM.setValue
// @grant GM.getValue
// @match https://app.plex.tv/*
// @match https://watcha.com/*
// @match https://www.netflix.com/*
// @match https://www.disneyplus.com/*
@tribela
tribela / upgrade.sh
Created September 23, 2023 14:29
Simple mastodon docker compose upgrade script
#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")" || exit 1
IMAGE_NAME='qdon/glitch'
TAG='beta'
HOSTNAME='beta.qdon.space'
rollback() {