Fun little hack, this works best on a site with motion like youtube 1. Create a new browser bookmark, name it whatever 2. Paste the code into the URL field. 3. Go to any site, click your new bookmarklet 4. Profit! (refresh the page to undo the effect)
javascript: (() => {document.querySelector("html").animate([{filter: 'brightness(1.7) grayscale(1) blur(0.15vw) contrast(100000%) contrast(.7) sepia(100%) hue-rotate(0deg)'},{ filter: 'brightness(1.7) grayscale(1) blur(0.15vw) contrast(100000%) contrast(.7) sepia(100%) hue-rotate(360deg)' },],{duration: 20000, iterations: Infinity});})();














