bookmarklet icon indicating copy to clipboard operation
bookmarklet copied to clipboard

A server-side bookmarklet compiler with greasemonkey userscript-like metadata options and the power of babel and uglify

Results 7 bookmarklet issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Would be awesome to be able to load external scripts as [ecma script modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) to do import statements inside the bookmarklets.

The feature that generates a demo page is a real time-saver. However, the styling makes the button and the link have very low contrast. The contrast ratio between the [white...

This means the minifier can do a better job because it knows it is safe to mangle variable and function names etc.

Hi. Awesome job - I used to have to do all that work manually. I haven't been so excited to find a new package like this in months! :) Have...

For #23 Add `--modify` (or `-m`) option to CLI script. Usage example: ```bash bookmarklet SOURCE.js -m '{parse:{bare_returns:true},compress:false,mangle:false}' ```

Hi, I have some scripts use `return` on top level thus can't be converted. Then I find we can tell Terser to enable `bare_returns` to accept it. https://github.com/terser/terser#parse-options Would it...