I don't want your stupid inspiration

I don't want your stupid inspiration!

// ==UserScript==
// @name         I don't want your stupid inspiration
// @namespace    https://github.com/new
// @version      0.1
// @description  I don't want your stupid inspiration!
// @author       You
// @match        https://github.com/new
// @icon         https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    document.querySelector("#repo-name-suggestion").remove();
})();