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

Userscript - Is There A Way To Inject Jquery Code Into Angularjs Dom?

So I'm trying to create userscript for one website. I cannot change any source code of website … Read more Userscript - Is There A Way To Inject Jquery Code Into Angularjs Dom?

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

Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

I'm going to be as absolutely verbose here as possible as I've run into a few solutions tha… Read more Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

Google Chrome Userscripts Reference Window.open

I have been trying to figure this one out for a while, but when I try to reference a window that I … Read more Google Chrome Userscripts Reference Window.open

How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

this is my greasemonkey script. I want to auto-trigger it every time I open a reddit page. I want … Read more How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

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?

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?