skip ads on ESPN's gamecast
sl = document.getElementById('skip-link')
i_id = setInterval(sl.click.bind(sl), 500)
If for some reason you want them back, clear the interval.
clearInterval(i_id)
Written by Alexander
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#