🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️
🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️🟧⬛️
A bash script that replaces spaces, +, and certain invalid characters in filenames with underscores. It processes all files in a directory.
Run the following command to download and make the script executable:
curl -sSL "https://gist.zod.tf/4bb1596111018a3d086b6e031ba64c98/raw/cleanFilenames.sh" -o cleanFilenames.sh && chmod +x cleanFilenames.sh
// ==UserScript== | |
// @name GBN2 | |
// @namespace https://website.url | |
// @version 1.7.1 | |
// @description Download GIFs directly from Giphy with a stylish button. | |
// @author me and a mouse | |
// @match *://*/* | |
// @grant GM_xmlhttpRequest | |
// @grant GM_download | |
// @run-at document-end |
// ==UserScript== | |
// @name CGPT Markdown Cleaner | |
// @namespace http://gh.zod.tf/ | |
// @version 1.9.4 | |
// @description Convert GPT Markdown to Standard GitHub Flavor Markdown on OpenAI Chat | |
// @author zudsniper | |
// @match https://chat.openai.com/* | |
// @grant none | |
// ==/UserScript== |
A curated list of essential packages for Debian 11 'Bullseye' for developers and system administrators.
These packages may be included only in the contrib
or non-free
source repo for apt
. These must be added manually in most debian distros. Here is a "1-liner" that will add them, respecting the current version of debian installed.
// ==UserScript== | |
// @name Gist Infinite Scroll | |
// @namespace https://gist.github.com/* | |
// @version 0.1 | |
// @description Infinite Scroll on github gists | |
// @author Jason McElhenney | |
// @match http://gist.github.com/* // Adjust this to match the websites you want the script to run on | |
// @grant GM_xmlhttpRequest | |
// @grant unsafeWindow | |
// @require https://code.jquery.com/jquery-3.6.0.min.js |
Such as Xcode, which is pretty important I've heard...
THIS GUIDE MAY INSTRUCT YOU TO VIOLATE APPLE'S OFFICIAL TERMS OF USE.
I IN NO WAY ENDORSE YOU DOING SO.
THIS GUIDE IS PRESENTED EXCLUSIVELY AS A PROOF OF CONCEPT
INTENDED ONLY FOR EDUCATIONAL / RESEARCH USE
# PowerShell script to revert Windows 11 to Windows 10 aesthetics | |
# v0.0.1 | |
# 2023-08-15 | |
# Function to print colored messages | |
function Write-Color([string]$Message, [string]$Color) { | |
Write-Host $Message -ForegroundColor $Color | |
} | |
# Revert Right-Click Context Menu |
// ==UserScript== | |
// @name ChatGPT Remove Link Previews | |
// @namespace http://zod.tf/ | |
// @version 1.0.1 | |
// @description Disable link previews on ChatGPT interface | |
// @author zudsniper | |
// @icon https://chat.openai.com/favicon.ico | |
// @match https://chat.openai.com/* | |
// @grant none | |
// ==/UserScript== |