Last active
September 2, 2020 17:33
-
-
Save Tylerdclark/c1f4ee45ffdddffb3386ad071965d80a to your computer and use it in GitHub Desktop.
this runs in the omnibox. self executing function?
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
javascript:(function(){ | |
alert('success!') | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment