script broken
|
|
it seems that when the script is loaded, the #viewer-footer div does not exist yet. i tried using document.body.addEventListener('load', but it seems to never get executed. my workaround is using a menu command; i wrapped the main code in this: GM_registerMenuCommand('page down', function() {
|