Skip Google Malware Warning

Don't like the annoying Google Malware Warning screen? This script automatically skips it after loading.

目前為 2014-08-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name       Skip Google Malware Warning
// @namespace  http://wol.ph/
// @version    1.0
// @description  Don't like the annoying Google Malware Warning screen? This script automatically skips it after loading.
// @match      https://www.google.*/interstitial?url=*
// @copyright  2014, Wolph
// ==/UserScript==

window.location.replace(unescape(window.location.href.replace(/.*url=/, '')));

QingJ © 2025

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