Tumblr Archive Reblog Remover

Make browsing Tumblr archives easier.

Maker
Arnold François Lecherche
Dagelijks aantal installaties
0
Totaal aantal installaties
615
Beoordelingen
4 0 0
Versie
0.1.2
Gemaakt op
14-12-2015
Bijgewerkt op
07-12-2016
Licentie
N.v.t.
Wordt toegepast op

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.