Last active
January 21, 2026 22:58
-
-
Save PEZ/282f263a6789ca4a502a82bbc27a1684 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {: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