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

Why Does Settimeout And Setinterval Run Too Fast?

function process(){ window.location.reload(false); } function looping(){ setTimeout(process(),… Read more Why Does Settimeout And Setinterval Run Too Fast?

Id Of A Link That A Function Is Called From

I hope it's not a problem to post much specific code here, but I figure it will be better expla… Read more Id Of A Link That A Function Is Called From

How To Store Special Charaters In Mysql - [aîa]

I am wondering how I would go about storing this in MySQL I am storing it by posting it from a grea… Read more How To Store Special Charaters In Mysql - [aîa]

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?

How Can I Refine This Javascript Code So It Ignores Links From Images

This is a variation of an existing question {Please note - this question is the opposite/inverse of… Read more How Can I Refine This Javascript Code So It Ignores Links From Images

Using Grease/tampermonkey, How Can I Have The Currently Viewed Definition At Dictionary.com Open At Thesaurus.com?

Using Greasemonkey or Tampermonkey, how can I have the currently viewed definition at Dictionary.co… Read more Using Grease/tampermonkey, How Can I Have The Currently Viewed Definition At Dictionary.com Open At Thesaurus.com?