Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created December 19, 2011 00:17
Show Gist options
  • Save erikvold/1494909 to your computer and use it in GitHub Desktop.
Save erikvold/1494909 to your computer and use it in GitHub Desktop.
deptest
// ==UserScript==
// @name dep test
// @include *
// @version 0.1
// @require http://domain.tld/lib.js
// ==/UserScript==
GM_log(GM_getMetadata("name").toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment