Created
October 17, 2012 16:38
-
-
Save arantius/3906612 to your computer and use it in GitHub Desktop.
Update and Download URL Metadata Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Update and Download URL Metadata Test | |
// @version 1 | |
// @updateURL https://gist.github.com/raw/3906612/update-meta-test.meta.js | |
// @downloadURL https://gist.github.com/raw/3906612/update-meta-test.user.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Update and Download URL Metadata Test | |
// @version 0 | |
// @updateURL https://gist.github.com/raw/3906612/update-meta-test.meta.js | |
// @downloadURL https://gist.github.com/raw/3906612/update-meta-test.user.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Update and Download URL Metadata Test | |
// @version 1 | |
// @updateURL https://gist.github.com/raw/3906612/update-meta-test.meta.js | |
// @downloadURL https://gist.github.com/raw/3906612/update-meta-test.user.js | |
// ==/UserScript== | |
alert('version 1 installed and running'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a wrong test-case, see: greasemonkey/greasemonkey#1656 (comment)