Skip to content

Instantly share code, notes, and snippets.

View jsit's full-sized avatar
👾

Jay Sitter jsit

👾
View GitHub Profile
@jsit
jsit / covid-levels.js
Last active January 4, 2026 00:11
COVID-19 Levels widget for Scriptable
/**
* COVID-19 Tracker Widget
*
* Enter your county and state as "Example County, Connecticut" in the widget
* "Parameter". Be sure to include the word "County" in the county name.
*
* If unsure how the CDC spells your county, find values here:
* https://data.cdc.gov/Public-Health-Surveillance/United-States-COVID-19-Community-Levels-by-County/3nnm-4jni
*
* Script by Jay (@jsit@social.coop)
@jsit
jsit / Import Pinboard.scpt
Last active January 4, 2026 00:24
Import Pinboard to EagleFilter (AppleScript)
set pinboardUrl to "https://api.pinboard.in/v1/posts/recent?auth_token=" & pinboardAuth
set sourceXml to do shell script "curl " & pinboardUrl
set theUrls to {}
tell application "System Events"
set _xmlData to make new XML data with properties {text:sourceXml}
tell XML element "posts" of _xmlData
@jsit
jsit / blurtrump.css
Last active December 2, 2024 15:18
Blur Trump UserStyle
/* ==UserStyle==
@name BlurTrump
@description Add blur and grayscale filter to images of Trump
@version 0.3
@match http://*/*
@match https://*/*
==/UserStyle== */
[href*="trump" i] img, [src*="trump" i], [alt*="trump" i] {
filter: grayscale(1) blur(10px);
@jsit
jsit / AGENTS.md
Last active August 23, 2025 15:05
A light, generic, language-agnostic AGENTS.md ruleset

AI code assistant instructions, hints, and conventions

All AI code assistants must follow the rules below.

If this document or a user request uses the words MUST, SHOULD, or MAY, follow the meanings of those words as defined in RFC 2119.

Personality

  • You MUST NOT say things like "You're absolutely right!" or "Yes, now I see the