greasemonkey
Reload a div by using the same div
i want to wr开发者_Python百科ite a greasemonkey script that reloads every 10 sec. the same div of the same page. But i only know how to load a complete page into a div :([详细]
2023-04-12 20:58 分类:问答Greasemonkey Uncaught ReferenceError: initScript is not defined in Chrome only
The code below, Greasemonkey script, works in Firefox and Opera. Also when packaged for Safari it works fine. When run in Chrome however I get Uncaught ReferenceError: initScript is not defined. Every[详细]
2023-04-12 11:41 分类:问答Replace jQuery version of a page with Greasemonkey
How can i replace jquery version of a page with greasemonkey? Im trying to test a site with a newer ve开发者_Go百科rsion of jquery but i dont have a dev enviroment.Making a dev environment, using sou[详细]
2023-04-11 12:50 分类:问答Greasemonkey autoclick script cracked by site update [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-11 05:21 分类:问答How do you search for a string in a webpage with javascript?
I am making a javascript greasemonkey script that redirects you when it finds a certain string in a webpage. Here is my code:[详细]
2023-04-08 17:44 分类:问答Works as javascript, but doesn't work as a Greasemonkey script?
I\'m making a Greasemonkey script to add download links beside videos on cnn.com. I used a saved version of the HTML page to test my script and was able to get it to work perfectly. Then when I put t[详细]
2023-04-07 22:19 分类:问答Change secure http page content in a Firefox extension using Greasemonkey compiler
I\'m building a Firefox extension that alters the page content of a few select websites and I\'m using the Greasemonkey compiler to do this (http://diveintogreasemonkey.org/advanced/compiler.html).[详细]
2023-04-06 14:35 分类:问答Pasting multiple files directly into a webpage with Input tag
I am rookie at web programming and I would like to kno开发者_JS百科w if the below is possible. I want to be able to directly paste files into a webpage, which has the input tag, similar to the Outloo[详细]
2023-04-06 08:56 分类:问答is it possible to have a greasemonkey script that is auto loaded into all iframes within a web page?
I have a requirement where I have to submit same/similar data to 10-15 forms at a time. What I want to do is create a single page where all those forms are loaded, and fill in all known values automat[详细]
2023-04-04 15:38 分类:问答Why greasemonkey doesn't detect some page changes in facebook?
I was trying to do a user.js to /messages page in facebook, but looks like greasemonkey doens\'t notice when the navigation changes from / to /messages. It also occurs in other internal pages.[详细]
2023-04-04 08:00 分类:问答