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

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

Programmatically Click On Label/radio Or Fire Event

I'm writing a userscript that injects a custom javascript into the head of a page. Easy peasy … Read more Programmatically Click On Label/radio Or Fire Event

Ckeditor Variable Is Available In Console, But Not From A Chrome Userscript?

I'm writing a Chrome userscript to locally auto-save content in a CKEditor. I'm using this … Read more Ckeditor Variable Is Available In Console, But Not From A Chrome Userscript?

Trying To Map Somefunction.jquery To "$"

I found a function (via this person's github) that I might use in my script that mimics the fun… Read more Trying To Map Somefunction.jquery To "$"

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?

Dom Click() Is Not Working On This Button

When I use method click() to click the button, the submission failed. But, when I use the mouse to … Read more Dom Click() Is Not Working On This Button

XMLHttpRequest Launches Multiple Times Without Initiating The Onreadystatechange Function

The userscript in question: http://userscripts.org/scripts/show/130532 After the site it's been… Read more XMLHttpRequest Launches Multiple Times Without Initiating The Onreadystatechange Function