Skip to content

A Better Alchemist by Whatabunger

Details

AuthorWhatabunger

LicenseNo License

CategoryDergen

Created

Updated

Size966 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces Baldwin with a more respectable Alchemist who actually tries to help you.

Notes

Only works in conjunction with Ublock Origin as I couldn't figure out how to evict Baldwin with CSS cause of whatever weird jank way Stormlight coded him. If I figure it out I will update this.

So first thing's first go to ublock origin and add a filter for removing baldwin.

Hit save, clear your cache, and refresh.

Then, if you using Simple Dark Redux you will need to go into the code;

If Using Simple Dark Redux-- ctrl + f "/baldwin.*" until you find Baldwins SECTION, and Under BALDWIN'S SECTION ONLY!!!-- find:

"filter: var(--filter) hue-rotate(var(--hue)) brightness(80%) contrast(150%);"

AND

"background-image: linear-gradient(to bottom, rgb(34, 40, 43, 0) 0%, rgba(255, 0, 0, 0) 25%, rgba(255, 0, 0, 0) 70%, var(--main) 100%) !important;"

And remove them entirely and hit save. It should now work as intended!

Source code

/* ==UserStyle==
@name           flightrising.com - Aug 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Replaces Baldwin with a more respectable Alchemist who actually tries to help you. 
@author         whatabunger
==/UserStyle== */

@-moz-document url-prefix("https://www1.flightrising.com/trading/baldwin/transmute") {
    /* Baldwin */
    
    div.contentcontainer div.main {
        position: relative;
        z-index: 2;
    }
    div.contentcontainer div.main::after {
        background-image: url('https://file.garden/Zn0IMHmcQ0mkKObQ/Flight%20Rising/Assets/Misc/thebetteralchemist.png') !important;
        content: '';
        position: absolute;
        height: 825px;
        width: 100%;
        z-index: -2;

        top: 0;
        left: 0;
        background-repeat: no-repeat;
        opacity: 1.0;
        background-position: top left;
        transform: scaleX(-1);
    }
}

Reviews

No reviews yet.