// ==UserScript== // @name PTH Freeze Avatars // @version 0.2 // @description Freeze the animated avatars on PTH // @author Chameleon // @include http*://redacted.ch/* // @grant none // @namespace https://greasyfork.org/users/87476 // @downloadURL none // ==/UserScript== (function() { 'use strict'; var avatars=document.getElementsByClassName('avatar'); for(var i=0; i