greasemonkey
What's a simple way in Google Chrome to insert Javascript into sites?
I would like to be able to add custom snippets of javascript to any site that matches a regex. This is mostly because of sites that I use daily because of specialized content, but which have a poor de[详细]
2023-03-30 01:56 分类:问答Help clicking a button in Greasemonkey
1st- I\'m not a programmer, so assume I know nothing about JavaScript.In fact, I just figured out that Greasemonkey is JavaScript.[详细]
2023-03-29 12:57 分类:问答Converting JavaScript into a Greasemonkey script
I\'m very new to programming and I\'ve read through a lot of the examples in the \"Diving into Greasemonkey\" book (by Mark Pilgrim), but I can\'t get this to work.[详细]
2023-03-28 08:37 分类:问答Greasemonkey to inject Adfly ads
Is there any way to convert this into Greasemonkey code? <script> var adfly_id = 517450; var adfly_advert = \'banner\';[详细]
2023-03-28 06:29 分类:问答Get 2 userscripts to interact with each other?
I have two scripts. I put them in the same namespace (the @namespace field). I\'d like them to interactive with another.[详细]
2023-03-27 15:13 分类:问答Get the contents of a class inside an iframe, with Greasemonkey
I have a Greasemonkey script which uses jQuery and detects if a \"class\" is present in the document.[详细]
2023-03-27 08:22 分类:问答Port Greasemonkey script to Chrome
I have found a Greasemonkey script which works fine in Firefox but not in Chrome, which is my preferred browser.[详细]
2023-03-27 04:30 分类:问答Get contents of an iframe which has ajax content, with Greasemonkey
I have a Greasemonkey script which uses jQuery and detects if a \"class\" is present in the document.[详细]
2023-03-26 22:47 分类:问答How to read specific html using Javascript / Greasemonkey
Hi this is the first question I have asked so sorry if its stupid, But I am new to JavaScript and 开发者_StackOverflow中文版Greasemonkey in general.[详细]
2023-03-26 22:27 分类:问答Why isn't this chrome / Greasemonkey script executing?
I have the following simple Greasemonkey script: // ==UserScript== // @name MetaCPAN Everywhere // @description Add to every link to CPAN a link to MetaCPAN on a Google results page.[详细]
2023-03-25 10:59 分类:问答