Created
May 24, 2017 14:23
-
-
Save beppe9000/c401de3a1acc3b32109b8a727b0a7df7 to your computer and use it in GitHub Desktop.
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 test @include | |
// @version 0.1 | |
// @author ME | |
// @include http://* | |
// @include https://* | |
// ==/UserScript== | |
(function() {'use strict';alert(window.location);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment