Skip to content

Instantly share code, notes, and snippets.

View tansautn's full-sized avatar
๐Ÿš€
Flying

Zuko tansautn

๐Ÿš€
Flying
View GitHub Profile
@transitive-bullshit
transitive-bullshit / claude-code-prompts.js
Last active May 10, 2025 01:09
Unminified prompts and tool definitions for Claude Code
// Claude Code is a Beta product per Anthropic's Commercial Terms of Service.
// By using Claude Code, you agree that all code acceptance or rejection decisions you make,
// and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms,
// and may be used to improve Anthropic's products, including training models.
// You are responsible for reviewing any code suggestions before use.
// (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
// Version: 0.2.9
@SJongeJongeJonge
SJongeJongeJonge / yt-blur.js
Last active September 20, 2020 22:07
YouTube thumbnail blur userscript
// ==UserScript==
// @name YouTube Thumbnail Blur
// @namespace YouTube Scripts
// @match https://www.youtube.com/*
// @grant none
// @version 1.1
// @author SJongeJongeJonge
// @description 21-9-2020 00:05:32 Blurs thumbnails on the youtube homepage.
// ==/UserScript==
@chadlavi
chadlavi / youtube-embedder.user.js
Last active October 16, 2020 23:19
a js script to embed youtube videos when a youtube url is present
// ==UserScript==
// @name youtube embedder
// @version 2.0.3
// @namespace https://gist.github.com/chadlavi/27c08ea6648d375c3f5de3ec7f43a015
// @downloadURL https://gist.github.com/chadlavi/27c08ea6648d375c3f5de3ec7f43a015/raw/youtube-embedder.user.js
// @updateURL https://gist.github.com/chadlavi/27c08ea6648d375c3f5de3ec7f43a015/raw/youtube-embedder.user.js
// @description embed youtube videos when a url is present
// @author Chad Lavimoniere
// @exclude http*://*youtube.com*
// @exclude http*://*facebook.com*