Greasemonkey Javascript Greasemonkey Script To Select Radio Button August 07, 2024 Post a Comment i'm new here. i've a question related to greasemonkey. A page contain multiple radio butto… Read more Greasemonkey Script To Select Radio Button
Greasemonkey Javascript Obfuscation Php Obfuscated Code Throws Error In A Greasemonkey Script June 16, 2024 Post a Comment I have a Greasemonkey script that I want to be obfuscated. I was wondering what goes wrong with the… Read more Obfuscated Code Throws Error In A Greasemonkey Script
Addeventlistener Greasemonkey Javascript Greasemonkey Button Click Handler Not Working? June 10, 2024 Post a Comment So, I have this script that will grab the links off of the table on THIS page (the 'x' are … Read more Greasemonkey Button Click Handler Not Working?
Greasemonkey Html Javascript Radio Button Words Javascript Value Composed Of Several Words [value=dog Crazy] May 29, 2024 Post a Comment thanks for the help in this forum, I was able to get my code to work: // ==UserScript== // @name … Read more Javascript Value Composed Of Several Words [value=dog Crazy]
Frames Greasemonkey Javascript Tampermonkey Select Element In A Frame May 25, 2024 Post a Comment My goal is to change a value from a to d inside the array options in menu.html using Greasemonkey e… Read more Select Element In A Frame
Bookmarklet Greasemonkey Javascript Replace Scripting Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet May 19, 2024 Post a Comment What I want to do is replace all instances of 'old' in a webpage with 'new' in a JS… Read more Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet
Dom Greasemonkey Javascript Xml Xmlhttprequest Fetching Xml With Gm_xmlhttprequest April 14, 2024 Post a Comment I'm trying to retrieve a page with greasemonkey and then extract a link from it, inserting the … Read more Fetching Xml With Gm_xmlhttprequest
Greasemonkey Javascript Issues Making A Flyover Image Popup In A Greasemonkey Script April 05, 2024 Post a Comment I started writing a Greasemonkey script as a start for learning JavaScript. What the script does is… Read more Issues Making A Flyover Image Popup In A Greasemonkey Script
Greasemonkey Javascript Yahoo Mail Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail February 28, 2024 Post a Comment with Greasemonkey script, I would like to change the link 'inbox' to 'test', it'… Read more Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail
Greasemonkey Javascript Jquery Greasemonkey Script To Replace Jquery Plugin Function? February 27, 2024 Post a Comment I'm trying to write a Greasemonkey script for Firefox to change the behavior of some pages when… Read more Greasemonkey Script To Replace Jquery Plugin Function?
Greasemonkey Javascript Regex How Can I Rewrite Links With Javascript Or Jquery And A Regular Expression? February 18, 2024 Post a Comment Looking to modify Yahoo Answers links to remove some parts, saving just the qid and replacing index… Read more How Can I Rewrite Links With Javascript Or Jquery And A Regular Expression?
Greasemonkey Greasemonkey 4 Javascript Youtube Youtube Javascript Api Youtube - Don't Display Context Menu On Right Click January 24, 2024 Post a Comment The idea: seek YouTube video by dragging and dropping on the video player with right button (e.g. 1… Read more Youtube - Don't Display Context Menu On Right Click
Closures Greasemonkey Javascript Loops Closure In Javascript January 21, 2024 Post a Comment Possible Duplicate: Passing values to onclick I have 100 elements with ids divNum0,...,divNum99. … Read more Closure In Javascript
Greasemonkey Html Html Table Javascript Jquery Split One Big Table Into Two Tables Based On Content Of Third Column In Each Row January 21, 2024 Post a Comment Is it possible to have a script for greasemonkey that will split one table on a page into 2 differe… Read more Split One Big Table Into Two Tables Based On Content Of Third Column In Each Row
Fluid Mac App Engine Greasekit Greasemonkey Iframe Javascript How Can I Craft A Greasemonkey-like Script To Show A Different Page In The Lower-third? January 20, 2024 Post a Comment If you take a look at this page, there's a lot of white space in the bottom. I wish to use Gre… Read more How Can I Craft A Greasemonkey-like Script To Show A Different Page In The Lower-third?
Greasemonkey Javascript Changing Javascript On An Html Page Out Of My Control December 11, 2023 Post a Comment I'm using an HTML page out of my control. It defines a Javascript function in an inline Read more Changing Javascript On An Html Page Out Of My Control
Greasemonkey Javascript Document.getelementsbytagname("a") Misses A Link October 22, 2023 Post a Comment I was working on a script for Greasemonkey (FX7) trying to remove certain links and found out that … Read more Document.getelementsbytagname("a") Misses A Link
Greasemonkey Javascript Replace The Directory Of An Image Src, Using Javascript October 12, 2023 Post a Comment I'd like to replace the directory of an image src, changing .*pinterest.com/192/ to .*pinterest… Read more Replace The Directory Of An Image Src, Using Javascript
Greasemonkey Javascript Sequential Web How Do I Open A List Of Pages Automatically And Sequentially? September 21, 2023 Post a Comment I wish to load a list of webpages sequentially, with Greasemonkey. var list = array ('http://ww… Read more How Do I Open A List Of Pages Automatically And Sequentially?
Ajax Css Greasemonkey Javascript Jquery Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code? September 03, 2023 Post a Comment I have this userscript (written with a great help from Stack Overflow) for the site metal-archives.… Read more Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?