Open Jack5079 opened 10 months ago
Skyrockets are bookmarklets on steroids. They're automatically bundled, have access to NPM, and have a separate CSP. Skyrockets are the "yes code" answer to Arc Boosts.
Imagining something like
/*skyrocket* name: "Copy as Markdown", description: "Copy a piped link", permissions: ["clipboard-write"], */ navigator.clipboard.writeText(`[${document.title}](${location.href})`)
import "my-funny-package"
If Arc boosts, Tangent skyrockets.
https://www.geoffreylitt.com/2019/07/29/browser-extensions
Skyrockets are bookmarklets on steroids. They're automatically bundled, have access to NPM, and have a separate CSP. Skyrockets are the "yes code" answer to Arc Boosts.
Inspiration
Format
Imagining something like
Questions
If so, is it possible for them to have newlines and indentation?They can!import "my-funny-package"