Not Useless Userscript

We all need this script, don't we.

  1. // ==UserScript==
  2. // @name Not Useless Userscript
  3. // @namespace https://tampermonkey.net/
  4. // @version 1.0
  5. // @description We all need this script, don't we.
  6. // @author zackiboiz
  7. // @match *://*/*
  8. // @grant none
  9. // @license MIT
  10. // ==/UserScript==
  11.  
  12. console.log("I'm here to remind you that you're not lonely, nor not loved");