FUCK GOOGLE

Stops you from using google.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         FUCK GOOGLE
// @namespace    http://www.google.com
// @version      0.2
// @description  Stops you from using google.
// @author       Zackary-Bennett
// @match        https://www.google.com/?safe=active&ssui=on
// @icon         https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ficon-library.com%2Fimages%2Fcancel-icon-transparent%2Fcancel-icon-transparent-21.jpg&f=1&nofb=1&ipt=370cf4a284ff8b119e5d233e28a704fe6dd8af13464ac04b814e1e5bcbd9c24a&ipo=images
// @grant        none
// @license GNU
// ==/UserScript==

(function() {
    'use strict';
    document.write("<h1>no more google, gotta use duckduckgo instead</h1>")
})();