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

Get Value Of Span Text In Tampermonkey

I am playing with Tampermonkey scripts in JS. I have a website that shows the user's location a… Read more Get Value Of Span Text In Tampermonkey

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

How To Hide Certain Elements Using Greasemonkey?

I'm looking to hide certain elements using Greasemonkey. Links like this: View Or images like… Read more How To Hide Certain Elements Using Greasemonkey?

How To Change The Name Field Of An In An Ajax-driven Page?

For this target page (Sorry but SO doesn't allow hyperlinks to 62.0.54.118): http://62.0.54.118… Read more How To Change The Name Field Of An In An Ajax-driven Page?

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

Can Tampermonkey Userscript Access Chrome Api?

I am developing a userscript that requiers chrome object, but I can't access it. How to access … Read more Can Tampermonkey Userscript Access Chrome Api?