Skip Google Malware Warning

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

目前为 2014-08-23 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Skip Google Malware Warning
  3. // @namespace http://wol.ph/
  4. // @version 1.0
  5. // @description Don't like the annoying Google Malware Warning screen? This script automatically skips it after loading.
  6. // @match https://www.google.*/interstitial?url=*
  7. // @copyright 2014, Wolph
  8. // ==/UserScript==
  9.  
  10. window.location.replace(unescape(window.location.href.replace(/.*url=/, '')));