greasemonkey
Storing or loggin data with greasemonkey which can be processed later
I\'m curently busy on a site for which i want to write a greasemonkey script that logs all the data, or at least certain postions of it, and saves in an file that will be interperatable fo ms excell.[详细]
2023-03-11 23:57 分类:问答Firefox and onscroll failing from greasemonkey
I\'ve noticed that a greasemonkey script I wrote a while back is no longer working, maybe due to me using Firefox 4 now (although I don\'t have an earlier version of Firefox on hand with which I could[详细]
2023-03-11 19:43 分类:问答Convert string timer to integer seconds
i\'m trying to convert an stringlike \"0:13:30\", which consist of h:mm:ss, to an integer which will be an answer of (m*60)+(s), working only with the minutes and seconds in greasemonkey or jscript.[详细]
2023-03-11 16:20 分类:问答Problem running multiple scripts from Greasemonkey4IE
//================MyJs.js========================= var objGreeting = { Greetings : function() { toolbardiv = document.createElement(\'toolbardiv\'); // create div tag dynamically[详细]
2023-03-10 16:18 分类:问答fixing ESPNConversations (add pause button)
Its their new discussion board. (http://espn.go.com/nba/conversation?id=310605006)The problem is, the real time updates keep adding new comments so it keeps scrolling away from whatever you\'re readin[详细]
2023-03-10 15:29 分类:问答Need to Click Popup with Gm script that is not always there
i\'m still having a problem clicking a popup button on an auction site,that appears only if u won an auction. This popup seems tbe a problem. Ive managed to get help partially in Need to click a bid b[详细]
2023-03-10 15:17 分类:问答how to change document.createElement value?
I\'m troubleshooting a java script witch creates a web page. It uses this sequence: aTD=document.createElement(\"TH\");[详细]
2023-03-10 02:22 分类:问答Need help debugging greasemonkey script
I\'m quite new here, and just as new with GM scripting. With the help of some of the members here, Brock and others, I\'m making progress.[详细]
2023-03-09 14:27 分类:问答Greasemonkey script compilation to add-on
What happens to the configuration values that are used inside 开发者_如何学Ca GM script with GM_setvalue and GM_getvalue when the script is compiled into an add-on? Where are they stored if Greasemonk[详细]
2023-03-09 13:56 分类:问答Telling javascript to stop executing code and do background stuff in the middle of a function
Sorry about the title but could not come up with anything really informative and conci开发者_C百科se.[详细]
2023-03-09 02:31 分类:问答