- Joined
- Dec 13, 2014
Not tolerating the gray scale is straightphobic.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you want gay colors, I'll give ya gay colors.Reject gay colors, embrace tradition.View attachment 3340380
// ==UserScript==
// @name KiwiFarms Pride Month
// @namespace https://kiwifarms.net/
// @version 21.37
// @author Pope John Paul II
// @match https://kiwifarms.net/**
// @icon https://kiwifarms.net/favicon.ico
// @grant none
// ==/UserScript==
(function() {
'use strict';
const root = document.querySelector(".p-pageWrapper");
let hue = 0;
const update = () => {
hue = (hue + 4) % 360;
root.style.filter = `hue-rotate(${hue}deg) saturate(2)`;
requestAnimationFrame(update);
}
requestAnimationFrame(update);
})();
what am i, chopped liver?Best pope giving the best solution
Okay now I think the B&W filter wasn't the worst.If you want gay colors, I'll give ya gay colors.
JavaScript:// ==UserScript== // @name KiwiFarms Pride Month // @namespace https://kiwifarms.net/ // @version 21.37 // @author Pope John Paul II // @match https://kiwifarms.net/** // @icon https://kiwifarms.net/favicon.ico // @grant none // ==/UserScript== (function() { 'use strict'; const root = document.querySelector(".p-pageWrapper"); let hue = 0; const update = () => { hue = (hue + 4) % 360; root.style.filter = `hue-rotate(${hue}deg) saturate(2)`; requestAnimationFrame(update); } requestAnimationFrame(update); })();
I couldn't recognize a quote from the 2005 one if my life depeneded on it.So shines a good deed in a weary world.
I mean, the black and white made it hard to see some things.View attachment 3341155
you niggers ruined it for the rest of us