a_steady_pair_of_hands / Getting Started with a User Script

// ==UserScript==
// @namespace     https://openuserjs.org/users/a_steady_pair_of_hands
// @name          Getting Started with a User Script
// @description   Showing the current basic and recommended format for a User script.
// @copyright     2022, a_steady_pair_of_hands (https://openuserjs.org/users/a_steady_pair_of_hands)
// @license       MIT
// @version       0.0.0
// @include       https://www.example.com/*
// @grant none
// ==/UserScript==

// ==OpenUserJS==
// @author a_steady_pair_of_hands
// ==/OpenUserJS==

/**
  *
  * Please begin typing or paste your User script now.
  *
  * NOTE: It is still strongly recommended to use the Author Tools panel to
  *       add your `@updateURL` even if we are not in lockdown.
  *
  */
  
  true