Yahoo Mail - Skip "secure your account" page

Automatically skip the "Help us keep your account safe" page

目前为 2016-09-20 提交的版本。查看 最新版本

// ==UserScript==
// @name        Yahoo Mail - Skip "secure your account" page
// @namespace   Hydroxides
// @description Automatically skip the "Help us keep your account safe" page
// @version     1
// @grant       none
// ==/UserScript==

window.addEventListener('load', function() {
  document.getElementsByClassName("do-it-later text-sm")[0].click()
}, false);

QingJ © 2025

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