Uncheck 'trust this device' for Google login - 2019 edition

This script attempts to uncheck the 'trust this device' option that is enabled by default when signing into a Google account with 2FA enabled. Thanks to Gonçalo for the 2019 update.

< 脚本 Uncheck 'trust this device' for Google login - 2019 edition 的反馈

提问 / 留言

§
发布于:2019-11-04

Variable change

It seems that there was an update and the label name has change to: toggle-c0

To make the script work I changed line 19 to: var chkbox = document.querySelector('[aria-labelledby="toggle-c0"]');

YaF3li作者
§
发布于:2019-11-25

Heya, thanks for the info, I updated the script accordingly. :)

发布留言

登录以发布留言。