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

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?

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?