Skip to content

Instantly share code, notes, and snippets.

@T1mL3arn
Created April 5, 2018 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save T1mL3arn/6b9a1868af72d7aba856c93c5648a40f to your computer and use it in GitHub Desktop.
Save T1mL3arn/6b9a1868af72d7aba856c93c5648a40f to your computer and use it in GitHub Desktop.
Set of metadata keys to start developing a userscript
// ==UserScript==
// @name Script Name
// @namespace Basic script
// @match *://*/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name My Script
// @namespace https://script.my
// @description Scripting is fun
// @author My Name
// @version 0.1
// @icon
// @match *://*/*
// @exclude-match
// @require
// @resource
// @run-at document-end
// @noframes
// @grant none
// @license GPLv3
// @homepageURL
// @supportURL
// @downloadURL
// @updateURL
// ==/UserScript==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment