Uncheck Google Stay Signed In

Disable google's automatic sign-in, yes, as simple as that

目前为 2014-09-21 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Uncheck Google Stay Signed In
  3. // @namespace ugssi
  4. // @description Disable google's automatic sign-in, yes, as simple as that
  5. // @include http://accounts.google.com/*
  6. // @include https://accounts.google.com/*
  7. // @version 1.0
  8. // @grant none
  9. // ==/UserScript==
  10. var chkbox = document.getElementById('PersistentCookie');
  11. chkbox.removeAttribute('checked');

QingJ © 2025

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