Scroll about 180 minutes, and probably (?) Was the end of the page. But the big bad luck (or a problem?) ==> Returned to the top of the page.
I can not be extract in this way links.
I do not want every time 3 hours scroll down the page to try again
Последний раз редактировалось Makinero; 20.04.2013 в 20:48.
javascript: dApi.call('photos.getAlbums',{uid:cur.oid},function(r){var l=[]; for (var i in r.response) l.push(r.response[i].owner_id+'_'+r.response[i].aid); ge('content').innerHTML=l.join('<br>')}); void(0);
Код:
The script shows only three links ---->
124167161_153687601
124167161_153686134
124167161_153685975
Makinero, for groups need use this modification of script:
Код:
javascript: dApi.call('photos.getAlbums',{gid:Math.abs(cur.oid)},function(r){var l=[]; for (var i in r.response) l.push(r.response[i].owner_id+'_'+r.response[i].aid); ge('content').innerHTML=l.join('<br>')}); void(0);