Search Results

5
votes

What is the most useful script you’ve written for everyday life?

A Greasemonkey script to add a "press that button a lot" control box to an online game. …
107
votes

Must haves for developers office

Absolute must-have: comfortable chair. I'm going to be sitting in it for unspeakable amounts of time. Really important: two monitors. Neat stuff: corner desk, so the stuff to the r …
2
votes

Hidden features of Greasemonkey

GM_setValue normally only stores 32-bit integers, strings, and booleans, but you can take advantage of the uneval() method (and a later eval() on retrieval) to store any object. var …