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

https://github.com/9dxd/bookmarklets


https://github.com/9dxd/bookmarklets

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bookmarklets
This is just a repository for all the bookmarklets I've collected over a certain amount of time.
======
#### Main.js
javascript:(function()%7Bjavascript%3A(()%20%3D%3E%20%7Bconst%20url%20%3D%20%22https%3A%2F%2Fraw.githubusercontent.com%2F9DXD%2Fbookmarklets%2Fmain%2Fmenu.js%22%3Bfetch(url).then(response%20%3D%3E%20response.text()).then(text%20%3D%3E%20eval(text)).catch(error%20%3D%3E%20console.error(error))%3B%7D)()%7D)()