MalinandClaude Sonnet 5 e267365def feat: strip Yahoo/Verizon Media GUCE consent-redirect params
guccounter/guce_referrer/guce_referrer_sig -- confirmed live on a
yahoo.com news article reached via Google News. Not caught by the
existing tracker list; these are Yahoo's own GUCE consent-flow
redirect params, distinct from Yandex's yclid already covered.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-18 07:01:32 +02:00

Userscripts

Browser userscripts (Tampermonkey / Violentmonkey / Greasemonkey compatible). One directory per script. Every script here is local-only by policy — no telemetry, no third-party network calls, no AI hand-off — unless a script's own README explicitly says otherwise.

Scripts

  • UI Token Extractor — extracts colors, typography, spacing, effects, and component styles from the current page's live DOM and shows them on-screen as selectable text. Inspired by uidrop.site's extraction categories, without its AI hand-off — nothing is ever sent anywhere.
  • Clean URL Tracking Params — strips known ad/tracking query parameters (fbclid, gclid, utm_*, msclkid, ttclid, and more) from the URL bar on load and on SPA navigation, via history.replaceState — no reload, no network requests.

Installing a script

  1. Install Tampermonkey (Chrome/Edge/ Firefox/Safari) or Violentmonkey.
  2. Open the script's .user.js file's raw content and the extension will offer to install it, or use the extension's "Create new script" / import-from-file option and paste the contents.
S
Description
Browser userscripts (Tampermonkey/Violentmonkey) — local-only, no telemetry, one script per tool
Readme
45 KiB
Languages
JavaScript 100%