greasemonkey
Does greasemonkey on firefox support @match?
I want to use the @match directive but do not want to break compatibility wit开发者_如何学Ch greasemonkey.[详细]
2023-03-21 23:51 分类:问答Auto-submit form through Grease-Monkey
I have been using different script for auto submitting form like: document.getElementsByTagName(\'form\')[0].submit();[详细]
2023-03-21 23:44 分类:问答Getting request header sent by Flash
I am开发者_Python百科 not sure if this is even possible but I guess it doesn\'t hurt to ask. I have a script, either through Greasemonkey or as a Chrome extension, on a page that contains a Flash app[详细]
2023-03-21 05:48 分类:问答Execute a Greasemonkey script on every page, regardless of page-type (like foo.com/image.jpg)?
Chrome works just fine, and my Greasemonkey script, if copy/pasted into Firefox\'s Firebug, works just fine on these pages but I can\'t seem to get it automatically execute.[详细]
2023-03-20 22:59 分类:问答Kerberos username using javascript
Is there a way to get the kerberos userna开发者_如何学Pythonme using javascript/greasemonkey?No.Kerberos transactions take place at a lower level and are not accessible to a web page (which is all Jav[详细]
2023-03-20 22:51 分类:问答Searching a content and alert if
I made a search script which searches for \"Hallow\" and alerts. var Item = $(\'td > a:contains(\"Hallow\")\').text()[详细]
2023-03-20 17:33 分类:问答Looking for Greasemonkey Scriptwriting basics/tutorial [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-20 05:38 分类:问答Greasemonkey Hijack setInterval
I\'m trying to build a greasemonkey script for adding sm开发者_开发技巧ilies to a chatbox. I need to detect the refresh of the chatbox and replace the smilies:[详细]
2023-03-19 17:34 分类:问答Browsing back doesn't work the same with greasemonkey script
This question is related to this one where I found a strange workaround for a problem using this greasemo开发者_开发问答nkey script:[详细]
2023-03-19 07:03 分类:问答Are Chrome user-scripts separated from the global namespace like Greasemonkey scripts?
I know Greasemonkey scripts are automatically wrapped in开发者_如何转开发 anonymous functions isolated in some way in order to prevent them conflicting with scripts in the page.[详细]
2023-03-18 15:48 分类:问答