Skip to content

Instantly share code, notes, and snippets.

@tegomass
Last active February 11, 2017 21: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 tegomass/0524c037596004662cba96b5212699b2 to your computer and use it in GitHub Desktop.
Save tegomass/0524c037596004662cba96b5212699b2 to your computer and use it in GitHub Desktop.
Simple header for GreaseMonkey Script
// ==UserScript==
// @name GM_name
// @namespace https://gist.github.com/tegomass
// @description GM_description
// @include https://mail.google.com/*
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js
// @exclude %exclude%
// @version 1
// @grant GM_addStyle
// ==/UserScript==
/*- The @grant directive is needed to work around a design change introduced in GM 1.0,
It restores the sandbox.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment