Userscript to disable the black-and-white shit - Why?

  • 🏰 The Fediverse is up. If you know, you know.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Status
Not open for further replies.
Reject gay colors, embrace tradition.View attachment 3340380
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);
})();
 
do you have one that works for ABP style filters? I assume you could just paste what you have in
 
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);
})();
Okay now I think the B&W filter wasn't the worst.
Anyway, ctrl+shift+J in Brave, MacFags would use command key.
(Will have to do this every time you change/refresh the page without a plugin).
 
Thank you, kind Pope.
Screenshot 2022-05-31 185022.png
 
I’m sure whatever the joke might’ve been that it was definitely a real cracker that would’ve justified making the site look like shit for 24 hours
 
There should be a theme with a watermelon slice and fried chicken leg clipart next to the website header and wallpaper consisting of minstrel performers in blackface for Juneteenth.
 
Status
Not open for further replies.
Back
Top Bottom