I'm trying to run a javascript command on this site: http://cur.lv/r5pid
to click "Skip Ad", but it does not work.
The command is this: document.getElementById('skip-ad')click().
But I get an error message claiming that the id skip-ad is null:
Uncaught TypeError: Can not read property 'click' of null (...)
Can someone lend a hand? Thanks.