Skip to content

Instantly share code, notes, and snippets.

@Explosion-Scratch
Explosion-Scratch / bangs.json
Created April 2, 2025 12:54
Duckduckgo Bangs
This file has been truncated, but you can view the full file.
[{"c":"Tech","d":"www.01net.com","r":4,"s":"01net","sc":"Downloads (apps)","t":"01net","u":"http://www.01net.com/recherche/recherche.php?searchstring={{{s}}}&chaine=home"},{"c":"Entertainment","d":"www.bmw2002faq.com","r":0,"s":"BMW 2002 FAQ","sc":"Forum","t":"02faq","u":"https://www.bmw2002faq.com/search/?q={{{s}}}"},{"c":"Entertainment","d":"boxofficemojo.com","r":0,"s":"Box Office Mojo","sc":"Movies","t":"0bo","u":"http://boxofficemojo.com/search/?q={{{s}}}"},{"c":"Online Services","d":"0to255.com","r":3,"s":"0to255","sc":"Tools","t":"0to255","u":"http://0to255.com/{{{s}}}"},{"c":"News","d":"1001boom.com","r":0,"s":"1001boom","sc":"Magazine","t":"1001","u":"http://1001boom.com/?s={{{s}}}"},{"c":"Tech","d":"www.1001fonts.com","r":0,"s":"1001 Fonts","sc":"Design","t":"1001fonts","u":"http://www.1001fonts.com/search.html?search={{{s}}}&x=0&y=0"},{"c":"Tech","d":"www.101domain.com","r":0,"s":"101 Domain","sc":"Domains","t":"101","u":"http://www.101domain.com/domain-availability-search.htm?q={{{s}}}&sa.x=0&sa.y
// ==UserScript==
// @name CleanTube2
// @namespace mailto:[email protected]
// @version 1.0
// @description A script to clean up and enhance YouTube experience
// @author Explosion Scratch
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
@Explosion-Scratch
Explosion-Scratch / Web Search Navigator.user.js
Last active March 26, 2025 17:38
Web Search Navigator Userscript
// ==UserScript==
// @name Web Search Navigator
// @version 0.5.2
// @description Keyboard shortcuts for Google search, YouTube, Startpage, Brave Search, Google Scholar, Github, Gitlab, and Amazon.
// @author Web Search Navigator
// @iconURL data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0T///////8JWPfcAAAAB3RJTUUH4goDFzU3zLh1KgAABfpJREFUSMe1lWtQVecZhZ/32/scDgdB4HiFgKihgjbiddC2RKI1GkOisbYkRpPaasOUJJ2AbVqNQ7zGCxoTpY4TMwaimEQNNYmoVWtHra2tiUxVIt7QAt4KgnDg3PbeX3/UzFhn+jPPv3dmrZn1412zhAc49PThxMPnwF/mX9W5CDLJzMycAa4JrslmHmBgYAAa/T9GQQCIJVbiwC9+f8cNqNxYOaryPPSY7ivosRDmN8yfUXzsftsDaK211rjvneHzc+pyL6S5lnk2eyo8n5hBGmmkka/RD0SQ/0aQbLIZQ8adta0LWgusycNfGLYq67NIzj2VKSIigvWNzXwwQPuFjnP+GsJ2ib3Qfj19U8qvU0pTPnkrSnbJUanr+QtChAhpxf9jF2HqeC9xtq/Cd+LOntrA1/r8j97w+Tb7dvmO1LY8KDdHuZb0bG0C3aLPsBuMrUbIXALaq706Or3GWG28bZQ9U8IHVMiHKoIfv+4EIkSIABYOgEyVLBSoIlkiw0B9Kn9jCTlGvmpU+7b39Q72XvROqm0Z+fvFz98pAhkn70k/UJ5c
{
"000": "Computer science, information, general works",
"001": "Knowledge",
"002": "The book",
"003": "Systems",
"004": "Data processing and computer science",
"005": "Computer programming, programs, data",
"006": "Special computer methods",
"010": "Bibliography",
"011": "Bibliographies",
// ==UserScript==
// @name Replace Alert with No-op on lmsys.org
// @namespace mailto:[email protected]
// @version 1.0
// @description Replaces the alert function with a no-op on *.lmsys.org
// @match *://*.lmsys.org/*
// @run-at document-start
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Get accent color
// @namespace mailto:[email protected]
// @version 2024-07-25
// @description try to take over the world!
// @author You
// @match https://open.spotify.com/*
// @require https://cdnjs.cloudflare.com/ajax/libs/vibrant.js/1.0.0/Vibrant.min.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=spotify.com
// @grant none
/**
* Creates a custom HTML element and appends it to a container element.
*
* @param {{tag: string, container: HTMLElement, name: string, style: string, placement: string}} options
* @param {string} options.tag - The tag name of the element to create (default: "div").
* @param {HTMLElement} options.container - The container element where the new element will be appended.
* @param {string} options.name - The name of the custom element.
* @param {string} [options.style=""] - The CSS styles to apply to the custom element.
* @param {string} [options.placement="beforeend"] - The placement of the new element relative to the container (beforebegin, afterbegin, beforeend, afterend).
* @returns {{el: HTMLElement, document: DocumentFragment, stylesheet: CSSStyleSheet}} - An object containing the created element, its shadow root, and the stylesheet.

Rule 1: Good Design is as Little Design as Possible

• Focus on essential features and make them better and more useful for users • Avoid clutter on the screen by using fewer colors, words, and elements • Start with the key functionality or main selling point of the website, such as a heading, input field, and button • Design as little as possible, as this is often all that is needed

Rule 2: Use the Law of Similarity and Proximity to Simplify Design

• Use shape, size, color, and spacing to group elements and create a simple design

// ==UserScript==
// @name YouTube Inline Full Screen
// @namespace mailto:[email protected]
// @version 1.0
// @description Toggle inline full screen on YouTube with Shift + F
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
(function() {
@Explosion-Scratch
Explosion-Scratch / Make local VSCode open for "code" on remote machine.sh
Last active June 25, 2024 16:00
Open local VSCode instance from SSH terminal
#!/usr/bin/env bash
# Put this file in PATH somewhere, e.g. ~/.local/bin/code then use like regular VSCode code cli
# Examples:
# code --wait ~/.zshrc # Will open up VSCode on the local machine and wait until you've finished editing
# code . # Opens current directory
# Requirements:
# - The SSH VSCode extension
# - Two machines that can SSH into each other