const origToString = String.prototype.toString String.prototype.toString = function() { const str = origToString.call(this) if (str === 'meow') return ':3' return 'lol' } > "meow".toString() < ':3' > "lmao".toString() < 'lol'
https://very.stupid.fish/files/bbd61c08-3968-40d7-86ab-334dd74e67f7