Created
December 2, 2022 21:31
-
-
Save fadyosman/c812c648d37e2a59274d9ecd81e40d70 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
var payloads = ["javascript://", "javascript::", "JavaScript:", "javajavascript:script:"]; | |
function doit(x, index) {setTimeout(function() {location.hash = "#" + x}, 1000 * index)} | |
payloads.forEach(doit); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment