Tumblr Archive Reblog Remover

Make browsing Tumblr archives easier.

Tác giả
Arnold François Lecherche
Cài đặt hàng ngày
0
Số lần cài đặt
605
Đánh giá
4 0 0
Phiên bản
0.1.2
Đã tạo
14-12-2015
Đã cập nhật
07-12-2016
Giấy phép
N/A
Áp dụng cho

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.