Net-7 Account Vault Filters

Adds visual filters to the Account Vault page for the Earth & Beyond emulator run by net-7.

< Feedback on Net-7 Account Vault Filters

Review: Good - script works

§
Posted: 2024.01.31.
    // Using document.querySelector() to find the span element by its text content -- this did not work.
    //var spanElement = document.querySelector('span:contains("Drag items you want to transfer into one of these slots:")');

That's because that's jQuery syntax, check out https://jsfiddle.net/qabxnv0e/ (which also has a slightly fancier way of doing it in pure js).

Post reply

Sign in to post a reply.