NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Big Gravatar // @namespace https://openuserjs.org/scripts/captzulu/Big_Gravatar // @version 0.2 // @description Bigger Pictures for users // @author Captzulu // @match https://togethertube.com/rooms/* // @grant none // ==/UserScript== (function() { $("head").append("<style>ol.user-list>li>div:nth-child(1) img{width:75px !important;height:75px !important; }]</style>"); })();