Oddbean new post about | logout
 The script source is just:

nostr.set_bool_setting("nozaps", false)

You can disassemble the wasm and see exactly this. The nostrscript evalusator even shows that this is the only imported method in the script.