NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Noot Noot // @namespace PXgamer // @version 0.1 // @description Pingu is trying to take over the world! // @author PXgamer // @include * // @grant none // ==/UserScript== (function() {'use strict';var imgs = document.getElementsByTagName('img');for (var i = 0; i < imgs.length; i++)imgs[i].src = 'https://pximg.xyz/images/c62ae95769d9573985e77c5c3dd9661f.jpg';})();