I wanted to create a simple auto-skip with Greasemonkey, but I found that no solution found on Stack Overflow actually works for me.
I need to click this button:
<div tip="next" title="Next" class="linkable fa fa-arrow-right" ng-click="View.next()"></div>
It doesn't have any id nor name and is hidden deep inside many divs. I could bypass the click wiht simulating enter or right arrow press, but that also didn't work for me.