This folder contains userscript js files with metadata keys for user script engines like Greasemonkey or Violentmonkey.
You can find more info about supported metadata keys on Greasemonkey wiki and on Greasy Fork sites.
This folder contains userscript js files with metadata keys for user script engines like Greasemonkey or Violentmonkey.
You can find more info about supported metadata keys on Greasemonkey wiki and on Greasy Fork sites.
// ==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== |