written by
@dylanngo95
(styled by@zudsniper)
sudo apt update -y && sudo apt upgrade -y| // ==UserScript== | |
| // @name OpenAI Chat Full Width Adjustment for All Messages | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1 | |
| // @description Adjust the max-width of all message elements on OpenAI Chat website, for both user and ChatGPT messages | |
| // @author __nickerbocker__ | |
| // @match https://chat.openai.com/* | |
| // @grant none | |
| // ==/UserScript== |
written by
@dylanngo95
(styled by@zudsniper)
sudo apt update -y && sudo apt upgrade -yA 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