Tools to Capture and Convert the Web

How to use the hash character with the JavaScript API?

If you are not using GrabzIt's JavaScript Library, and are capturing URL's that include the # character with the JavaScript API the browser will treat everything past the hash character as a HTML bookmark. Therefore you need encode all hash characters by replacing # with %23, this will ensure all hashes are passed to GrabzIt.