Skip to content

Instantly share code, notes, and snippets.

@tyhallcsu
tyhallcsu / Trollstore_All_Links_8076_URLS_by_sharmanhall.txt
Created September 20, 2024 05:11
Trollstore-IPA-SwaggyP6300---8,076-IPA-Archive-Links So i scraped all the archive links, and here is an unabriged collection. Most of the URLs work, and you can download the IPA files thanks to archive[dot]org. Full compiled list of 8,076 IPA links: - https://gist.github.com/tyhallcsu/30a862531c44f3e422e182bf3b23488f -------- Archive Sources Scr…
@tyhallcsu
tyhallcsu / cid-converter.html
Created September 4, 2024 07:06
HTML page with embedded JavaScript that implements the core functionality of the CID converter tool.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CID Converter Tool</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<style>
body {
font-family: Arial, sans-serif;
@tyhallcsu
tyhallcsu / Extract-Google-Business-Data-user.js
Created September 2, 2024 23:38
Extracts and displays Google Business data with a slide-out panel for logging and information display
// ==UserScript==
// @name Extract Google Business Data (v11)
// @namespace https://example.com/
// @version 11.0
// @description Extracts and displays Google Business data with a slide-out panel for logging and information display
// @author sharmanhall
// @match https://www.google.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant GM_addStyle
// @grant GM_setValue
@tyhallcsu
tyhallcsu / 1337x - Combined Enhancements 2025 (v9) - TEST
Created August 8, 2024 11:05
1337x - Combined Enhancements 2025 (v9) - TEST
// ==UserScript==
// @name 1337x - Combined Enhancements 2025 (v9) - TEST
// @namespace http://tampermonkey.net/
// @version 2025.1
// @description Adds a column with torrent and magnet links, extends titles, adds images, full width site
// @author sharmanhall
// @contributor darkred, NotNeo, barn852, French Bond
// @match *://*.1337x.to/*
// @match *://*.1337x.to/torrent/*
// @match *://*.1337x.to/torrent/*
@tyhallcsu
tyhallcsu / 1337x - Combined Enhancements 2025 (v8)
Created July 26, 2024 03:34
1337x - Combined Enhancements 2025 (v8)
// ==UserScript==
// @name 1337x - Combined Enhancements 2025 (v8)
// @namespace http://tampermonkey.net/
// @version 2024.8
// @description Adds a column with torrent and magnet links, extends titles, adds images, full width site
// @author sharmanhall
// @contributor darkred, NotNeo, barn852, French Bond
// @match *://*.1337x.to/*
// @match *://*.1337x.to/torrent/*
// @match *://*.1337x.to/torrent/*
@tyhallcsu
tyhallcsu / pokemonGodEggCounter.user.js
Last active June 18, 2024 01:02
Detects and counts the number of times a specific image appears on a page, and maintains the count across page reloads
// ==UserScript==
// @name Pokemon Gods Egg Counter
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Detects and counts the number of times a specific image appears on a page, and maintains the count across page reloads
// @author sharmanhall
// @match https://pokemongods.com/*
// @grant none
// ==/UserScript==
@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
@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 / tmpdevmodify.sh
Created April 24, 2024 07:48 — forked from jetfir3/tmpdevmodify.sh
Temporarily enable developer mode for the Spotify desktop client on Linux and macOS.
#!/usr/bin/env bash
# Temporarily enable developer mode for the Spotify desktop client on Linux and macOS.
showHelp () {
echo -e \
"Usage: ./tmpdevmodify.sh [option]\n
Options:
-c, --clearcache Clear Spotify app cache
-d, --debug Add Debug Tools to user dropdown menu
@tyhallcsu
tyhallcsu / RARBG Torrents - Dynamic Column Highlighting v5.user.js
Last active April 24, 2024 06:23
This Tampermonkey script enhances your navigation on RARBG by automatically highlighting torrent rows with high seeder counts. It cleverly identifies the specific column labeled 'Seeders' within the torrent table—regardless of its position due to site updates or changes. By dynamically spotlighting these rows, the script makes it significantly e…
// ==UserScript==
// @name RARBG Torrents - Dynamic Column Highlighting v5
// @namespace tampermonkey
// @version 5.0
// @description This Tampermonkey script enhances your navigation on RARBG by automatically highlighting torrent rows with high seeder counts. It cleverly identifies the specific column labeled 'Seeders' within the torrent table—regardless of its position due to site updates or changes. By dynamically spotlighting these rows, the script makes it significantly easier for users to quickly spot the most popular and well-seeded torrents. This feature is particularly useful for distinguishing between torrents at a glance, thereby improving the efficiency of selecting high-quality downloads.
// https://greasyfork.org/en/scripts/493324-rarbg-torrents-dynamic-column-highlighting-v5
// @license MIT
// @downloadURL https://update.greasyfork.org/scripts/493324/RARBG%20Torrents%20-%20Dynamic%20Column%20Highlighting%20v5.user.js
// @updateURL https://update.greasyfork.org