Skip to content

Instantly share code, notes, and snippets.

@PEZ
Last active January 21, 2026 22:58
Show Gist options
  • Select an option

  • Save PEZ/282f263a6789ca4a502a82bbc27a1684 to your computer and use it in GitHub Desktop.

Select an option

Save PEZ/282f263a6789ca4a502a82bbc27a1684 to your computer and use it in GitHub Desktop.
{:epupp/script-name "pez/document_start_test.cljs"
:epupp/site-match ["https://gist.github.com/*" "https://github.com/*"]
:epupp/description "Testing document-start run-at things."
:epupp/run-at "document-start"}
(ns my-userscript)
;; This code runs before page scripts execute
(js/console.log "BOOM! Intercepting page initialization!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment