Skip to content

Instantly share code, notes, and snippets.

@beppe9000
Created May 24, 2017 14:23
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 beppe9000/c401de3a1acc3b32109b8a727b0a7df7 to your computer and use it in GitHub Desktop.
Save beppe9000/c401de3a1acc3b32109b8a727b0a7df7 to your computer and use it in GitHub Desktop.
// ==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