greasemonkey
What is the "this" pointer for global functions? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicates: 'this' keyword, not clear[详细]
2023-03-18 14:45 分类:问答Trying to use Greasemonkey to create a button that can run Javascript.
Website I\'m on has a bunch of chat rooms that can be accessed via a dropdown menu. Problem is the Dropdown menu is generated via VBScript while the buttons themselves are Javascript. I have no p开发者[详细]
2023-03-18 13:42 分类:问答userscript chrome vs. firefox
i have written开发者_StackOverflow中文版 a big userscript for greasemonkey which works just fine in firefox, but in chrome nothing happens :([详细]
2023-03-18 07:51 分类:问答Getting a greasemonkey script to interact with a running process?
Say I have开发者_如何学Python a local daemon running on my machine, and I want to talk to the daemon from a Greasemonkey script. I know that one of the core concepts of site JavaScript is that it is i[详细]
2023-03-17 23:31 分类:问答Load an external JS library into a page using Greasemonkey
I want a translator in my Firefox. I find some code from internet. but it doesn\'t run in my Firefox. I have installed Greasemonkey.[详细]
2023-03-17 10:51 分类:问答Greasemonkey & jQuery How do I manipulate an Element I just created?
So I\'m trying to make a little userscript to send data to a server and react to the answer (by manipulating the link I added to the site)[详细]
2023-03-17 10:00 分类:问答Cross browser console.log for greasemonkey/chrome userscripts
How do you go about using console.log in greasemonkey scripts? I don\'t get any output. // ==UserScript==[详细]
2023-03-16 11:19 分类:问答Should I minify javascript in userscripts for Greasemonkey or Chrome extensions?
Is it worthwhile to minify a script that goes into an extension or userscript for Greasemonkey?I ask because the user will just be downloading it once and ru开发者_Python百科nning it many times (it\'s[详细]
2023-03-16 08:08 分类:问答Send Global keystroke using JavaScript in FireFox/Greasemonkey
I currently have a GM script that captures a keystroke and programmatically clicks an element on a webpage. However, this only works when the page/tab has focus. Is there any way to capture the keystr[详细]
2023-03-15 19:11 分类:问答Help Troubleshooting 1st Greasemoney Script
I\'m trying to do my first greasemoney script.I\'m fairly new to jquery and 开发者_C百科javascript, so be easy on me.[详细]
2023-03-15 15:59 分类:问答