Created
April 18, 2023 14:34
-
-
Save glureau/3e5240ea15f824858ab6496c55b9ce2b to your computer and use it in GitHub Desktop.
This file contains 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
document$.subscribe(() => { | |
// this executes after each navigation | |
alert(25) | |
}) | |
function greg(){ | |
alert(33); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment