Skip to content

Instantly share code, notes, and snippets.

@Spiderpig86
Created January 9, 2021 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spiderpig86/1d88557ff674dda6e1bbed9901b1a47e to your computer and use it in GitHub Desktop.
Save Spiderpig86/1d88557ff674dda6e1bbed9901b1a47e to your computer and use it in GitHub Desktop.
Markdium-Extensions: Google Chrome's Soft Underbelly (Part 1) πŸ”“
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