Skip to content

Instantly share code, notes, and snippets.

@tyhallcsu
tyhallcsu / Reddit Mail Redirect Cleaner.user.js
Created April 28, 2024 12:57
Automatically clean and redirect from tracking URLs in Reddit mail links.
// ==UserScript==
// @name Reddit Mail Redirect Cleaner
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Automatically clean and redirect from tracking URLs in Reddit mail links.
// @author sharmanhall
// @match *://*/*
// @grant none
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @run-at document-end
@tyhallcsu
tyhallcsu / macforge_beta_plugins.sh
Created May 22, 2024 10:27
Script to automatically download all the MacForge addons (for free)
#!/bin/bash
# ============================================
# MacForge Plugins Downloader
# ============================================
# This script extracts URLs of ZIP files from the packages.plist file,
# downloads the ZIP files, and unzips them into the specified directory.
#
# Official MacForge release: https://www.macenhance.com/macforge (v1.1.0)
# Beta version: https://github.com/jslegendre/appcast/blob/master/Beta/MacForge/MacForge.1.2.2-3.zip