What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Greasemonkey help

Greasemonkey help
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Greasemonkey help
its not possible to edit stuff in the <script> tags unless its inside a function, because greasemonkey is called on DOMContentLoaded and <script> tags run before that event
if its inside a function then from your greasemonkey script you just replace the function like

code:
unsafeWindow.functionName = function(){alert(":o");}

quote:
Originally posted by xen0h
I believe it goes like this
<script ...>
var tex
tex = (document.getElementById('bereich').value);
alert(tex);

[edit] spelling
wtf are you on?, have you ever used greasemonkey? useless++
[Image: dt2.0v2.png]      Happy Birthday, WDZ
07-05-2007 08:28 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Greasemonkey help - by Nathan on 07-04-2007 at 07:16 PM
RE: Greasemonkey help - by Jarrod on 07-05-2007 at 08:20 AM
RE: Greasemonkey help - by -dt- on 07-05-2007 at 08:28 AM
RE: Greasemonkey help - by ShawnZ on 07-05-2007 at 09:07 AM
RE: Greasemonkey help - by Jarrod on 07-05-2007 at 09:09 AM
RE: Greasemonkey help - by Nathan on 07-05-2007 at 04:29 PM
RE: Greasemonkey help - by markee on 07-06-2007 at 12:45 AM
RE: Greasemonkey help - by WDZ on 07-06-2007 at 01:10 AM
RE: Greasemonkey help - by Nathan on 07-06-2007 at 11:19 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On