XxhelpfordecadesxX / GAB - Secure Systems

// ==UserScript==
// @name         GAB - Secure Systems
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Creates the secure google message.
// @author       Ben O'Brien
// @match        https://www.google.com
// @updateURL https://openuserjs.org/meta/XxhelpfordecadesxX/GAB_-_Secure_Systems.meta.js
// @include      https://www.google.com
// ==/UserScript==

// ==OpenUserjs==
// @copyright   2017
// ==/OpenUserjs==
(function() {
    'use strict';

    alert('The information on this website is secure');
})();