Skip to content

Instantly share code, notes, and snippets.

View OutRite's full-sized avatar

OutRite OutRite

View GitHub Profile
@OutRite
OutRite / 534assoc.rule
Created May 14, 2025 23:02
tiny hashcat rule file for bcrypt association attacks
:
l
]
]]
]]]
]]]]
]]]]]
]]]]]]
l]
l]]
@OutRite
OutRite / ytarchive.user.js
Last active May 26, 2025 07:54
YouTube Archive++
// ==UserScript==
// @name YouTube Archive++
// @namespace 534
// @match https://web.archive.org/web/*
// @grant none
// @version 1.3
// @author 534
// @description Improves Wayback Machine YouTube archives. View legacy CIDs, disable themeRefresh, and make das_captcha less annoying.
// @run-at document-body
// ==/UserScript==
@OutRite
OutRite / pcd.user.js
Last active December 25, 2024 04:31
Bluesky Profile Creation Date
// ==UserScript==
// @name Profile Creation Date
// @namespace 534
// @match https://bsky.app/*
// @grant GM_addStyle
// @version 1.2
// @author 534
// @description Adds a creation date to profiles on bluesky.
// ==/UserScript==
@OutRite
OutRite / featuregatekey.user.js
Last active December 19, 2024 02:29
Feature Gate Key
// ==UserScript==
// @name Feature Gate Key
// @namespace 534
// @match https://bsky.app/*
// @match https://main.bsky.dev/*
// @match https://*.onrender.com/*
// @grant GM_getValue
// @grant GM_setValue
// @version 1.1
// @author 534
# CLIpclops
import requests
import json
import sys
import base64
import getpass
pds = 'put the DM endpoint domain here'
handle_cache = {}