Created
January 9, 2021 21:10
-
-
Save Spiderpig86/1d88557ff674dda6e1bbed9901b1a47e to your computer and use it in GitHub Desktop.
Markdium-Extensions: Google Chrome's Soft Underbelly (Part 1) π
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
function a() { | |
return "xxxexxxsxxxxxxxx".replace(/[xy]/g, function(a) { | |
var b = 16 * Math.random() | 0, | |
c = "x" === a ? b : 3 & b | 8; | |
return c.toString(16) | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment