Skip to content

Instantly share code, notes, and snippets.

@allquest
Last active February 11, 2017 20:48
Show Gist options
  • Save allquest/71166edf02b8572d7608fde73d6319e2 to your computer and use it in GitHub Desktop.
Save allquest/71166edf02b8572d7608fde73d6319e2 to your computer and use it in GitHub Desktop.
Header for GreaseMonkey Script
// ==UserScript==
// @name gmail test loading
// @namespace GM
// @description %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