Uncheck Notify watchers in Confluence

Unchecks the Notify watchers checkbox in Confluence editor by default

当前为 2015-04-23 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Uncheck Notify watchers in Confluence
  3. // @version 0.1
  4. // @description Unchecks the Notify watchers checkbox in Confluence editor by default
  5. // @author Antti Hietala
  6. // @match */pages/editpage.action?*
  7. // @grant none
  8. // @namespace https://greasyfork.org/users/10793
  9. // ==/UserScript==
  10. AJS.$('#notifyWatchers').attr('checked', false);