ChibiChiiChan wrote...
...stack trace...
The first error encountered is "Uncaught ReferenceError: inline_keyword_obj is not defined". This isn't from our code -- we neither reference nor define "inline_keyword_obj" anywhere. This implies that something is injecting javascript on the page, and it's breaking our scripts.
This is really nasty to fix; you basically have to go through all your extensions/plugins and determine which one is the culprit. In chrome, you can list and disable these via the following URLs --
chrome://chrome/extensions
chrome://plugins
(you'll have to copy-paste them into the address bar; chrome doesn't let you click 'em)
For a first test, I would just disable everything in both those lists to see if that makes the problem go away. If, after disabling all extensions/plugins the problem persists, then ... I really have no idea.
If the problem *DOES* go away after disabling everything, go through and re-enable them one by one until the problem comes back. This should isolate which one is causing it.
Whichever the case, please let me know how the tests go. Sorry I can't be of more help :(