https://github.com/9dxd/bookmarklets
https://github.com/9dxd/bookmarklets
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/9dxd/bookmarklets
- Owner: 9DXD
- Created: 2023-12-11T15:23:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T18:31:53.000Z (over 2 years ago)
- Last Synced: 2025-06-29T15:01:57.098Z (12 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)()