Pandora Auto Continue

By Mason Wan Last update Jul 3, 2012 — Installed 6,488 times.

Script Summary: Automatically click "I'm listening" and reload button in Pandora.com




Introduction

This userscript enhances your Pandora.com experience by automatically clicking "still listening" and "reload" buttons.


Requirement

Only Google Chrome is supported for now.

To have the best performance, this script uses DOM4 MutationObserver to track the change of document. Unfortunately, most browsers still use DOM3 deprecated methods, such as DOMAttrModified or DOMNodeInserted, as the way to detect changes in the DOM tree.

If you are looking for Firefox-compatible userscript, please check Pandora Unlimited instead.


Maintenance

Please submit your questions, suggestions or bug reports to the GitHub repository. Thank you.


Changelog

2012-07-02

[-] The release version won't contain logging functionality anymore.

[*] Buttons will be clicked correctly now.

2012-06-25

[+] Logging

The script will now save logs in localStorage['logs'], limited to 100 logs.

[+] Auto-click reload button

The script will now also click the reload button(link) automatically.