Greasy Fork

Greasy Fork is available in English.

Tumblr Archive Reblog Remover

Make browsing Tumblr archives easier.

作者
Arnold François Lecherche
日安装量
1
总安装量
625
评分
4 0 0
版本
0.1.2
创建于
2015-12-14
更新于
2016-12-07
大小
2.8 KB
许可证
暂无
适用于

Based on this post, I decided to make a UserScript to remove reblog content entirely when scrolling through archives: http://anon-ib.co/tblr/res/9496.html#q12075

To make it even more cross-platform friendly, I could have added a polyfill for MutationObserver or even DOMContentLoaded, and used getElementsByClassName instead of querySelectorAll, but I decided to make this one quick and dirty (including dirty-checking because I was too lazy to use MutationObservers properly).

UPDATE December 2016: I finally bothered to use MutationObservers properly, so no more dirty-checking.

SECOND UPDATE: Dirty-checking has returned with a vengeance.