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

NOT YET UPDATED FOR NEW TUMBLR CODE (2020-04-04) - Linkifies all images in the tumblr dashboard stream. The script also displays the time-stamp of each post in the upper right corner.

目前為 2020-04-04 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
marp
評價
0 0 0
版本
1.2.1
建立日期
2018-08-12
更新日期
2020-04-04
尺寸
9.5 KB
授權條款
GNU AGPLv3
腳本執行於

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. NOW SUPPORTED (v1.2.0): post that acts as a link to an external URL and with an image as "thumbnail"
  7. post with non-image content (e.g. movie or text)
  8. post with ads

This script modifies all image posts (types 1 to 6) 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.2.0 - 2018-10-27

  • fix for performance issue introduced with 1.1.0
  • NEW support for posts that act as links to an external URL. -> For these posts it does not make sense to completely replace the original link with the image link -> Instead, only the image will now link to its high-res version while the rest of the post still links to the original URL.

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"

Requests to users of this script

  • Request #1: If any new possibility to access RAW images appears - please let me know
  • Request #2: 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...