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

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?

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

Store A Persistent List Between Sessions?

I would like to write a script that allows me to customize a site. To do this I need to have a pers… Read more Store A Persistent List Between Sessions?

Get Headers Of All Requests Related To A Page With Tampermonkey

I'm trying to write a tampermonkey script which gathers the document.location and headers in a … Read more Get Headers Of All Requests Related To A Page With 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