Changes made by JaiWWW:
Added 2 new config options:
Definitions on right in wide mode (instead of the usual left)
Default to exact search - controls whether the examples browser initially shows exact or non-exact search results
Added a script-wide prefix to the localStorage variables used in the script, to avoid potential clashing with other programs and make it easier to find variables belonging to this script
Favourites are still exported and imported without the script prefix for conciseness and full backwards compatibility
Non-prefixed variables will no longer be written, but they will still be read if no prefixed one is found (for backwards compatibility - in this case a prefixed version will also be created immediately) and removed (along with the prefixed version) on removing favourites.
Changes made by awoo:
Fixed new vocab parsing (issue where results would never load)