I'm using scriptish. I wanted to write a macro that would click for me. But it only works when I press Run in script editor. Does not work on autoload.
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js
// @run-at document-end
// @delay 100
// ==/UserScript==
$('.pagination.pagination-centered li:last a').click();
What could be a reason?
I want to write a script that would go through all available pages by clicking next.