NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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'); })();