Gmail Outdated Notification Disabler

Disables the "your browser is no longer supported" notification from gmail

当前为 2015-03-29 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Gmail Outdated Notification Disabler
  3. // @namespace http://your.homepage/
  4. // @version 0.01
  5. // @description Disables the "your browser is no longer supported" notification from gmail
  6. // @author D.Slee
  7. // @match https://mail.google.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. document.getElementById("link_ds").click()