From 3726dbe199d574cc231b71b21bafc3e7a598bf55 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 20 Sep 2014 11:46:55 -0700 Subject: [PATCH] index.html: Supply nmbug.js as a bookmarklet Distribute the bookmarklet as a link, so folks can just drag it up onto their bookmark toolbar. We're trying to avoid external dependencies, so I don't want to force folks to load nmbug.js whenever they run the bookmarklet. Instead, load_bookmarklet fetches nmbug.js, adds a bit of wrapping code to create the bookmarklet, and injects that as the nmbug link's href. --- index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..952b669 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + +

+ This is the nmbug bookmarklet. +

+ + -- 2.26.2