mrcoles / bookmarklet

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

Home Page:https://www.npmjs.com/package/bookmarklet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on Windows 10

larrybahr opened this issue · comments

When using this with any code (including running test/run.sh) I am getting the following in the output file:

javascript:(function()%7BNaN%7D)()

I am getting the same result on macos from the test/run.sh:

javascript:(function()%7BNaN%7D)()

When I run it on the js file I want to turn into a bookmarklet, I get:

javascript:(function()%7Bundefined%7D)()

I'm also getting the same thing - undefined.

Should be solved form #8 🥂