Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1464

Userbar Hue | Red Theme Fix

by topj0j - 24 July, 2024 - 05:56 PM
This post is by a banned member (topj0j) - Unhide
topj0j  
Supreme
219
Posts
20
Threads
1 Year of service
#1
(This post was last modified: 24 July, 2024 - 05:57 PM by topj0j.)
[Image: PepeBlush.png]  Please make it Possible to add a Red Color because its not possible rn.
It will vary between Pink or Orange, there is no good Red Tone. 
[Image: hype.png]
You can see the only "red" Version under my Profile Pic left.

[Image: 2024-07-2417-48-31-ezgif-com-video-to-gif-converter.gif]

Ty for the good work, @topj0j

This is a bump
This post is by a banned member (topj0j) - Unhide
topj0j  
Supreme
219
Posts
20
Threads
1 Year of service
Bumped #2
This is a bump
This post is by a banned member (CDSG) - Unhide
CDSG  
Supreme
6.279
Posts
1.020
Threads
3 Years of service
#3
You could change the HUE through user-scripts, here is an example
Make sure to use an user-script extension like TamperMonkey or ViolentMonkey

Example Code:
Code:
// ==UserScript==
// @name         HUE CHANGER
// @namespace    http://tampermonkey.net/
// @version      0.69
// @description  Change colors
// @author       Boxing
// @match        *://cracked.io/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    const images = document.querySelectorAll('img[src="images/userrank/supreme_22.gif"]');

    images.forEach(img => {
        img.style.filter = 'hue-rotate(215deg) saturate(3)';
    });
})();

Preview:
Show ContentSpoiler:

Note: You must modify some parameters in order to get a better result
[Image: 3KRc17x.gif]

Free configs on my channel: 
https://t.me/ConfigsINCs

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: