[Greasemonkey] Incorrect namespace for setValue when multiple scripts affect a page

Matthias Bauer ml-greasemonkey-42imk83y at moeffju.net
Fri May 20 19:48:42 EDT 2005


On 20.05.2005 16:16 Jeremy Dunck wrote:
> On 5/20/05, Nikolas Coukouma <lists at atrus.org> wrote:
>
>>Nikolas Coukouma wrote:
>>I hope that made sense. Does your pair fit this criteria? I've been
>>trying to reproduce this and I'm not having any luck.
>
>
> Actually, Matthias, if you could just attached the two scripts and the
> fragments of your config.xml which include the two scripts, that'd be
> great.

I just posted the two meta-data headers.

Config.xml is here:

...
	<Script filename="damultiuser.user.js" name="dA Multiuser"
namespace="http://moeffju.net/dA/hack/js/multiUser" description="Easier
management of multiple user accounts (e.g. groups)" enabled="true">
		<Include>http://*.deviantart.com/*</Include>
	</Script>
...
	<Script filename="deviantpreview.user.js" name="deviantPreview"
namespace="http://DuelMonster.deviantart.com" description="Popup Preview
for ShoutBoard, Notes &amp; Other Comment Boxes!" enabled="true">
		<Include>http://*.deviantart.com/*</Include>
		<Exclude>http://chat.deviantart.com*</Exclude>
		<Exclude>http://www.deviantart.com/users/loggedout</Exclude>
	</Script>
...

I'd like to keep the source code private for a while still, the script
is in beta and I wouldn't want people to surf dA with it yet.

-Matthias


More information about the Greasemonkey mailing list