Skip to content

Instantly share code, notes, and snippets.

View utxo-detective's full-sized avatar

utxo detective utxo-detective

  • @utxodetective
  • utxoverse
View GitHub Profile
// ==UserScript==
// @name React Component Picker+ (Deep Context + Multi-Select)
// @namespace https://example.local/
// @version 0.3.0
// @description Pick DOM/React components via Fiber and copy rich context for LLMs. Cmd/Ctrl+C toggles picker; Cmd/Ctrl+Shift+C copies context.
// @match https://app.hyperliquid.xyz/*
// @match https://*.your-domain.com/*
// @match http://localhost:*/*
// @match http://127.0.0.1:*/*
// @grant GM_setClipboard
@utxo-detective
utxo-detective / unisat-provider.ts
Created September 13, 2024 17:51
sCrypt Unisat Provider
import {
Provider,
Signer,
SignatureRequest,
SignatureResponse,
AddressOption
} from 'scrypt-ts'
import { bsv } from 'scryptlib'
import { Transaction } from '@scure/btc-signer'