Skip to content

Instantly share code, notes, and snippets.

View caffeinewriter's full-sized avatar

Brandon Anzaldi caffeinewriter

  • Blitz
  • Greater Los Angeles Area, California
View GitHub Profile
# This is the configuration file for Ghostty.
#
# This template file has been automatically created at the following
# path since Ghostty couldn't find any existing config files on your system:
#
# /Users/brandonanzaldi/Library/Application Support/com.mitchellh.ghostty/config
#
# The template does not set any default options, since Ghostty ships
# with sensible defaults for all options. Users should only need to set
# options that they want to change from the default.
@caffeinewriter
caffeinewriter / hackernews.stylus.css
Created July 1, 2025 23:41
My custom HN UserStyles
/* ==UserStyle==
@name news.ycombinator.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com/") {
:root {
--bg-color: #222;
@caffeinewriter
caffeinewriter / winget-setup.ps1
Last active June 22, 2025 07:41
Just some favorite tools for Windows via WinGet
winget install -e --id AntibodySoftware.WizTree # Disk Usage Analyzer
winget install -e --id CodeSector.TeraCopy # Improved file copying
winget install -e --id MarekJasinski.FreeCommanderXE # Better file browser
winget install -e --id Microsoft.PowerToys # Various poweruser utils
winget install -e --id MHNexus.HxD # A solid hex editor
winget install -e --id Microsoft.Sysinternals.ProcessExplorer # A useful tool for exploring processes and finding their handles
winget install -e --id Microsoft.Sysinternals.ProcessMonitor # A useful tool for seeing process activity
winget install -e --id voidtools.Everything # A blazing fast search tool
const bodyData = document.body.dataset;
if (bodyData.bookmarkletPasswordToggle && bodyData.bookmarkletPasswordToggle === 'shown') {
const passInputs = document.querySelectorAll('input[data-password-shown=true]');
passInputs.forEach(v => {
v.type = 'password';
v.dataset.passwordShown = 'false';
});
bodyData.bookmarkletPasswordToggle = 'hidden';
} else {
const passInputs = document.querySelectorAll('input[type=password]');
@caffeinewriter
caffeinewriter / bookmarklet.html
Created December 7, 2017 07:40
Twitch Custom Username Color
<html>
<head>
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
@caffeinewriter
caffeinewriter / tgsd.js
Last active September 21, 2019 14:40
Telegram Sticker Pack Downloader
(function () {
if(document.location.hostname !== "web.telegram.org") {
alert("This script can only be used on web.telegram.org");
return;
}
if (!document.querySelector("[ng-bind=\"stickerset.title\"]")) {
var smInfo = `Sticker modal not open! Please open the sticker modal before continuing.
Example:
https://t.me/addstickers/LoZTriforceHeroes
meta.foundation-version {
font-family: "/5.5.1/"; }
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0; }
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0; }
@caffeinewriter
caffeinewriter / wp-fingerprint.py
Last active August 29, 2015 14:13
Wordpress Version Fingerprinter
import argparse
import requests # Requires install of Requests: http://python-requests.org/
import re
from urlparse import urlparse
def main():
parser = argparse.ArgumentParser("Detects WP version from readme.html or meta tag")
parser.add_argument("-t", "--target", action="append", dest="targets", help="Add a target to scan")
args = parser.parse_args()

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google