Skip to content

Instantly share code, notes, and snippets.

@arantius
Created November 11, 2013 14:46
Show Gist options
  • Save arantius/7414216 to your computer and use it in GitHub Desktop.
Save arantius/7414216 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name blank test
// @namespace https://github.com/arantius
// @include about:blank#test
// @version 1
// @grant none
// ==/UserScript==
alert('test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment