Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tampermonkey

Select Element In A Frame

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

Unable To Fill Out The Text Field And Submit Automatically

What I am trying to accomplish is to populate the text box for 'Reason for Access' with the… Read more Unable To Fill Out The Text Field And Submit Automatically

Favicon Disappears After Preventing Execution Of A Specific Inline Script Tag By Tampemonkey

I use this code in Tampermonkey to prevent certain script tag from executing: https://stackoverflow… Read more Favicon Disappears After Preventing Execution Of A Specific Inline Script Tag By Tampemonkey

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… Read more What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

How To Loop Through Get/post Calls Sequentially (waiting For Previous) Return?

I'm writing a Tampermonkey script for a web page and trying to extract data from other pages. I… Read more How To Loop Through Get/post Calls Sequentially (waiting For Previous) Return?

How Can I Handle Multiple AJAX Results In A Userscript?

I'm currently developing a Greasemonkey script to translate fields in an Intranet app, using G… Read more How Can I Handle Multiple AJAX Results In A Userscript?

Prevent Default Single Click Event On Double Click On A Link In HTML

My code is pretty simple: var clickCount = 0, clickEl = []; var manualClick = false; $(document).on… Read more Prevent Default Single Click Event On Double Click On A Link In HTML

How Can I Handle Multiple AJAX Results In A Userscript?

I'm currently developing a Greasemonkey script to translate fields in an Intranet app, using G… Read more How Can I Handle Multiple AJAX Results In A Userscript?

Disappearing Menu Commands After User Input In Tampermonkey

Tampermonkey is an extension for Google Chrome that attempts to emulate the functionality of Grease… Read more Disappearing Menu Commands After User Input In Tampermonkey