But of course!
When a user has logged in, and when a comment has been posted, I want
to run a function which counts the user's comments (via
DISQUS.jsonData.posts) and replaces the textarea with a message if the
number of comments is above a set limit. Since listening to DOM
changes doesn't seem to work in IE < 9 I figured my options where
either capturing the Disqus JS events or using the API with a custom
front-end.
Best,
Simon