greasemonkey
Add an onclick attribute to a link tag using Greasemonkey
I have an internal website that has a link with NO onClick attribute present. I want to add an onclick attribute with a function as the value, like so:[详细]
2023-03-25 05:27 分类:问答Help with hiding DIV tags, based on text content, using Greasemonkey
I am looking for a way to write a Greasemonkey script which will take the following snippet of code and only show the code blocks consisting of <div class=\"A\" where both \"passtest\" and \"State1[详细]
2023-03-24 14:59 分类:问答Use Greasemonkey to submit a page, after checking specific radio buttons
I have to complete the form inside the website retailedge.intel.com (that is not mine) several times with the correct sequence that I already know.[详细]
2023-03-24 00:01 分类:问答How to change a website image with javascript?
I\'m working with my first Greasemonkey script. And its for a website that have a logo, i want to change the image to a image i have created, and i wonder how i do this?[详细]
2023-03-23 12:57 分类:问答Element sort routine works in Firefox, but crashes in Chrome
I\'ve written the following routine to sort the option elements within a select: function SortSelect(select)[详细]
2023-03-23 08:07 分类:问答Can two bookmarklets and a Greasemonkey script be combined into one bookmarklet? If so, how?
If this question is totally unsuitable, please forgive me. I don\'t know anything about programming. I should learn Javascript, I know, but it is a bit difficult for a total layman.[详细]
2023-03-23 07:03 分类:问答Compile a sequence of Radio Buttons with Greasemonkey?
I have to compile a form, pictured below, several times with the following sequence: First questionA Second question D[详细]
2023-03-23 04:15 分类:问答GM_setvalue not carrying values over every time,only some times...need help
I\'m currently trying to carry variables over in a GM script when a page refreshes. Basically I\'m using the script from \"Using Greasemonkey and jQuery to intercept JSON/AJAX data from a page, and pr[详细]
2023-03-22 23:08 分类:问答Converting a javascript bookmark for use with greasemonkey?
I\'m trying to get the following bookmark to act as a Greasemonkey script to work around an accessibility bug with the stackexchange sites.[详细]
2023-03-22 22:53 分类:问答Editing Chrome extension javascript in-place
I\'m used to making Greasemonkey scripts for Firefox, where I can edit the script while it\'s in the user profile, refresh, and see changes immediately.[详细]
2023-03-22 08:35 分类:问答