This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).
3 Matching Annotations
- Last 7 days
-
github.com github.com
-
- Jun 2024
-
www.colbyrussell.com www.colbyrussell.com
-
This doesn't allow easy creation of bookmarklets like:
javascript:(`foo <b>bar</b>`)We need explicit detection/support for these.
-
- Apr 2022
-
-
output.addEventListener("click", ((event) => { if (event.target == output.querySelector("a.bookmarklet")) { alert("It's not an ordinary link; you need to bookmark it");
This should use the registered control service pattern (or something). It's too hard to override this behavior. For example, I could remix the page and remove it, but I should also be able to write a bookmarklet that achieves the same effect.
-