Uncheck Google Two Factor Authorization Trust This Device

Disable google's automatic "Dont ask again on this computer" checkbox when entering Two Factor code

// ==UserScript==
// @author      Christopher Engel - [email protected]
// @name        Uncheck Google Two Factor Authorization Trust This Device 
// @namespace   ugssi
// @description Disable google's automatic "Dont ask again on this computer" checkbox when entering Two Factor code
// @include     http://accounts.google.tld/*
// @include     https://accounts.google.tld/*
// @version     1.0
// @grant       none
// ==/UserScript==

var chkbox = document.getElementById('trustDevice');
chkbox.removeAttribute('checked');

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址