Net-7 Account Vault Filters

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

< 脚本Net-7 Account Vault Filters的反馈

评价:好评 - 脚本运行良好

§
发表于: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).

发表回复

登录以发表回复。