Confluence Text checking

Atlassian Confluence Text checking

// ==UserScript==
// @name         Confluence Text checking
// @namespace    http://tampermonkey.net/
// @version      1.3
// @description  Atlassian Confluence Text checking
// @author       You
// @match        *
// @icon         https://www.google.com/s2/favicons?sz=64&domain=www.atlassian.com
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    // Your code here...
    alert(2);
   //console.log(2);

})();