JavaBloxx / Bogie moto helmet(your helmet/mask of choice) replace

// ==UserScript==
// @name Bogie moto helmet(your helmet/mask of choice) replace
// @namespace torn.com
// @include *torn.com/*
// @author Ahab [1735214]
// @version 1.0
// @license MIT
// @require https://greasyfork.org/scripts/5392-waitforkeyelements/code/WaitForKeyElements.js?version=115012
// ==/UserScript==

waitForKeyElements("#attacker", mask);

function mask(){
    $("img[src^='/getImage.php?ID=642']").attr('src', "https://i.imgur.com/Pqju9p0.png")
}