This Chrome extension blocks Readrboard's engage.js.
To install, clone this gist or save the files in a new directory. Then visit Chrome's extension dashboard (chrome://extensions/), enable developer mode, and install the unpacked extension.
You can modify the URLs by modifying the urls array in background.js. See Chrome's Match Patterns for valid URL patterns. Note you'll also need to add/update the respective URL in the permissions section of manifest.json to allow the extension to block the scripts from the specified addresses.
See the documentation for Chrome's webRequest.onBeforeRequest for more information.