how to load all notes on tumblr?

青春壹個敷衍的年華 提交于 2019-12-05 18:15:41
unor

Your post already shows all notes (EDIT: but Tumblr probably blocked/deleted all the other ones).

The oldest note is always your own, so if you can see it, there are no other notes pages:

uri-hyukkie posted this

If you get more likes/reblogs, you will eventually reach the threshold. Only then you’ll see the "load more notes" link resp. the note pagination.


one of the answers for the question made a new page with only the notes. (the one by user unor). i think the user used python or something but im not sure what is that and i tried changing my url to the one mentioned in the answer but nothing works. :( there's even wget command could download all notes pages for that post.

I didn’t use Python or any other programming language. Simply deactivate JavaScript in your browser, then you’ll get the static notes page links. But, as I explained above, you’ll only see these if you have more notes.


I think I found them:

For me it doesn’t display the static link, but you can get the next URL by looking at the source code: the onclick attribute of the a element contains

[…] tumblrReq.open('GET','/notes/64967405021/2nsoCKZ8N?from_c=1382486492',true); […]

The /notes/64967405021/2nsoCKZ8N?from_c=1382486492 part is the URL path of the next page of notes.

Howto:

  1. open the source code of a notes page (in Firefox with Ctrl+u)
  2. search for /notes/ (in Firefox with Ctrfl+f)
  3. copy the whole string enclosed in the two ', beginning with /notes/ and ending with a number
  4. append this string at your Tumblr domain: http://uri-hyukkie.tumblr.com + paste the string
  5. open this page in your browser; and repeat
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!