Archive for GreaseMonkey

Sponsored Links

Recent Posts in GreaseMonkey

Using Firebug Console to log from GreaseMonkey Scripts

This is for all Greasemonkey developers who also use Firebug. Firebug is one of the best Firefox extension for developers. To start with, almost every Greasemonkey developer uses built-in API method “GM_log()” to log debugging messages to Firefox’s javascript console. While Continue reading

Enable Right-Click On Any Website (Including Orkut)

There are many websites which prefer to disable right-clicking on web-pages specially images. To do this they normally use one of JavaScript ways. The most popular way is to add following code to element tag on which you want to disable right-clicking. oncontextmenu="return false;" For example, Continue reading

Making All Greasemonkey Scripts for Orkut Work Again!

With recent launch of orkut’s country specific sites, all greasemonkey scripts stopped working. The reason is most greasemonkey scripts are domain specific and at the time of writing them, they were coded for url http://www.orkut.com which is now changing to http://www.orkut.co.in and so on Continue reading

Using GreaseMonkey Scripts in Opera! [How-To]

Our reader Moses wanted to use GreaseMonkey scripts in Opera! If you are also interested in using GreaseMonkey scripts on opera here comes the two-step procedure…   # Step 1: Configuring folder to store GreaseMonkey Script (Need to do this once only) Create a directory to store Continue reading

GreaseMonkey Help Manual

Hey guys found a nice tutorial for using GreaseMonkey Scripts as well as Developing if u r interested. Few topics which may be interesting for u listing here What is GreaseMonkey? Installing GreaseMonkey Installing a user script! Managing your user scripts! Click here to download. (size: Continue reading