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

How To Change All Links In An Ajax Driven Page?

I have a userscript that modifies the href of all applicable links on an an IP-direct, Google searc… Read more How To Change All Links In An Ajax Driven Page?

Send Post Request Only If Check Box Is Checked

So I'm trying to make my script only log and send the POST request if the check box is checked.… Read more Send Post Request Only If Check Box Is Checked

Jquery Works In Console But Not In .js File

$('ul#test a').click(function(){ $('this').closest('parent').find('tex… Read more Jquery Works In Console But Not In .js File

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 Set The Event To Be Triggered First?

I want to inject the javascript code to the website by Tampermonkey(a browser plugin which can inje… Read more How To Set The Event To Be Triggered First?

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

Force Tampermonkey Http Version When Using Fetch

I have a simple test TamperMonkey (Firefox) script that calls fetch. The script is simple. (fun… Read more Force Tampermonkey Http Version When Using Fetch