1.1.0 • Published 10 years ago
inline-bookmark v1.1.0
inline-bookmark
Create inline bookmarks.
Usage
npm i -g inline-bookmark
bookmark -hinline
bookmark -f example/alert.jsalert.js
alert('Hi, there!')output:
javascript:(function%20wrapper()%7Bfunction%20e()%7Balert(%22Hi%2C%20there!%22)%7Dvar%20t%3Ddocument.createElement(%22script%22)%3Bt.innerText%3D%22!%22%2Be.toString()%2B%22()%22%2Cdocument.head.appendChild(t)%7D)()external
bookmark -x http://spriteme.org/spriteme.jsoutput:
javascript:(function%20wrapper()%7Bvar%20e%3Ddocument.createElement(%22script%22)%3Be.type%3D%22text%2Fjavascript%22%2Ce.src%3D%22http%3A%2F%2Fspriteme.org%2Fspriteme.js%22%2Cdocument.head.appendChild(e)%7D)()