Comment #11 on issue 22103 by thegooddale: Automatically convert user  
scripts to extensions
http://code.google.com/p/chromium/issues/detail?id=22103

When a userscript is set to run on a subdomain, it seems to run twice when  
installed
as an extension.


e.g.
{{{
// ==UserScript==
// @name           GM Chrome Test
// @namespace      Chrome
// @description    GM Chrome Test
// @match        http://docs.jquery.com/*
// @version        0.1
// ==/UserScript==


alert('test');
}}}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to