Tumblr Dashboard - clickable links to images and display time-stamps

Linkifies all images in the tumblr dashboard stream. The script also displays the time-stamp of each post in the upper right corner.

La data de 25-10-2018. Vezi ultima versiune.

Autor
marp
Rating-uri
0 0 0
Versiune
1.1.0
Creat
12-08-2018
Actualizat
25-10-2018
Size
6,92 KB
Licență
GNU AGPLv3
Se aplică pe

The posts on the Tumblr dashboard can be of different types:

  1. post with one image with link to post
  2. post with one image with link to some arbitrary URL (typically external non-tumblr URL)
  3. post with one image and no link
  4. post with multiple images, each with direct link to high-res image
  5. post with multiple images inter-spaced with text in-between, all images but the first with no link
  6. post with non-image content (e.g. movie or text)
  7. post with ads

This script modifies all image posts (types 1 to 5) to link to their high-res version. (Currently this is 1280 for JPG and PNG and 540 for GIF - as of 2018-08-09 Tumblr seems to have cut off access to the raw version of images)

UPDATE 1.1.0 - 2018-10-25

  • display time-stamp of each post in the upper right corner -> For posts with "source app info" (e.g. "TumbleOn"), the time-stamp will replace this

UPDATE 1.0.1 - 2018-10-09

  • include "likes"

Request to users of this script

  • request #1: I've encountered one single post in the dashboard stream for which the "linkification" did not work - however I cannot locate this post anymore. -> If you encounter any posts for which this script does not work, please let me know
  • Request #2: If any new possibility to access RAW images appears - please let me know
  • Request #3: If the time-stamp display doesn't seem to work correctly please let me know - the logic relies on several assumptions on how Tumblr posts are structured

The script is presented AS-IS with no guarantees - it works well for me, it might not for you...