Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Side by Side Diff: chrome/test/data/extensions/user_script_basic.user.js

Issue 340057: Add first-class support for user scripts (Closed)
Patch Set: newness Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // ==UserScript==
2 // @name My user script
3 // @namespace http://www.google.com
4 // @description Does totally awesome stuff.
5 // @include http://www.google.com/*
6 // @include http://www.yahoo.com/*
7 // @exclude *foo*
8 // @match http://www.google.com/*
9 // ==/UserScript==
10
11 alert("Hello! This is my script.");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698