←back to thread

168 points selvan | 2 comments | | HN request time: 0.42s | source
1. ipsum2 ◴[] No.44462417[source]
I recently wrote some Javascript to automate clicking coupons. The website checks for non-human clicks using event.isTrusted. Firefox allowed me to bypass this by rewriting the JS to replace s/isTrusted/true, while Chrome Manifest V3 doesn't allow it. Anyway, Firefox might be the future of agents, due to its extensibility.
replies(1): >>44462488 #
2. ◴[] No.44462488[source]