I didn't try it out because you required me to log in. Sorry. Maybe have a 'try it now' button to a demo account, if it's really essential that you have logged in users.
Since the app is personalised (i.e., it shows you only the feeds you've subscribed to), I can't think of any way around having a login for long term use. Do you have any suggestions?
Send the user to a secret URL the first time they use it, which they can bookmark. Give them the option to create a username and password so they don't have to remember the URL in the future.
Do you have javascript enabled? I'm using reCaptcha (although I'm considering dropping that in favour of something simpler - "which of these pictures is the right way up?" or something like that).
Incidentally, you will also need javascript for the password entry to work - your password is hashed (SHA1) before transmission.
Otherwise - could it be some sort of ad-blocking extension maybe?