Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webdevian/uuids-to-file-bookmarklet

Bookmarklet for generating a variable number of uuids and saving them to a text file
https://github.com/webdevian/uuids-to-file-bookmarklet

Last synced: 1 day ago
JSON representation

Bookmarklet for generating a variable number of uuids and saving them to a text file

Awesome Lists containing this project

README

        

# UUIDs to text file bookmarklet
Bookmarklet for generating a variable number of uuids and saving them to a text file

## About
Save as a browser bookmarklet to quickly generate multiple v4 UUIDs

## Installation
- Create a new browser bookmark
- Set the `URL` to `javascript:` and the contents of `uuid.min.js`

```js
javascript:!function(){var n=new function(){function n(n){return 0|n*Math.random()}function t(t){for(var e="",o=0;oe+=`${e?"\n":""}${n.generate()}`,t),function(n,t){var e=document.createElement("a");e.href=window.URL.createObjectURL(new Blob([n])),e.download=t,document.body.appendChild(e),e.click(),e.parentNode.removeChild(e)}(e,`${t}xUUIDs.txt`)}();
```
![Bookmarklet](/bookmarklet.png)