Bookmarklet Crunchinator

This is designed to aid programmers in writing bookmarklets. It was inspired by this bookmarklet crunchinator and the desire for more features. For anyone who can write a bookmarklet the features should be self explanitory, so have at it! Note though that almost all of the features require "proper" code with semicolons to separate statements.

Code changes (Note Mostly critical for bookmarklets.)

(Note Newlines count as whitespace, so this option is useful only when the above is not checked.)

(Note Required for size count to be compatible with WinIE6.)
(Note Do not use this option when your variable names occur elsewhere in the code, or they will be replaced there as well. (I.E. a variable named "loc" will screw up the call to document.location .))
(Note Do not use this option when your function names occur elsewhere in the code, or they will be replaced there as well.)
(Note Size is counted before translating HTML entities.
Will break clicking on the bookmarklet made, only useful for copying source directly into HTML.
)
(Note Generally unnecessary when using anonymous function.)
(Note Good practice but can sometimes limit possbilities.)
Code in Name:

Bytes:
Code out Code:

Bytes:
Link: Bookmarklet