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

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?

Using Parentnode Multiple Times

I have this html code in a page & Solution 1: I tried node3 = node.parentNode.parentNode.first… Read more Using Parentnode Multiple Times

How To Run Script Only If Div:contains In An Iframe - Greasemonkey

So let's say we have this code in an iFrame. I'm pretty sure the iFrame is from the same do… Read more How To Run Script Only If Div:contains In An Iframe - Greasemonkey

Greasemonkey Wait For Ajax

I have this code I want to execute it should open any links with the phrase '/ThisWord/' in… Read more Greasemonkey Wait For Ajax

How To Open Popup In A Loop And Execute Callback Accordingly To Return Status? (greasemonkey Script)

I couldn't formulate proper title for this questions so I'll describe the idea/problem here… Read more How To Open Popup In A Loop And Execute Callback Accordingly To Return Status? (greasemonkey Script)