// ==UserScript== // @name Trakt Hide ratings // @namespace https://greasyfork.org/en/scripts/372929-hide-ratings // @version 0.6 // @description Trakt.tv Hide ratings. // @author Nigel // @match https://trakt.tv/* // @grant none // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; $('.percentage').hide() setTimeout(function() { $("#ReloadPage").load(location.href+" #ReloadPage>*",""); }, 20000); // seconds to wait, miliseconds