Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / user_script_basic.user.js
blob4090ade2cd3b94b1d6fa53ecade2d2259d2b8427
1 // ==UserScript==
2 // @name My user script
3 // @version 2.2.2
4 // @namespace http://www.google.com
5 // @description Does totally awesome stuff.
6 // @include http://www.google.com/*
7 // @include http://www.yahoo.com/*
8 // @exclude *foo*
9 // @match http://www.google.com/*
10 // @exclude_match http://www.google.com/foo*
11 // ==/UserScript==
13 alert("Hello! This is my script.");