Tumblr Archive Reblog Remover

Make browsing Tumblr archives easier.

Autor
Arnold François Lecherche
Denně instalací
0
Celkem instalací
605
Hodnocení
4 0 0
Verze
0.1.2
Vytvořeno
14. 12. 2015
Aktualizováno
07. 12. 2016
Licence
neuvedeno
Spustit na

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.