• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how do you start with greasemonkey?

chronodekar

Senior member
I'm using firefox and I just installed the greasemonkey addon. Now what?

I went to their wiki page, but I can't find any kind of tutorial there. I'm suspecting that I'll need to learn javascript to do anything useful with this, am I correct ?:hmm:

Every few months, I keep encountering it, but I've never figured it out.😕
 
Last edited:
There are two things you can do with it pretty easily. One is to get other peoples' scripts. You can find them at userscripts.org; but an add-on called Greasefire helps you find them for whatever page you're on.

This being the programming forum, you probably want to create some scripts yourself. So try Platypus. I used it to make a script that removes the left-side column on this site. (Then I edited it to make it more robust and smaller; but it probably would have worked anyway.)

P.S. It sure is nice having one tag for all kinds of URL. 🙂
 
:| Umm... I DO know how to load up other people's scripts. But, what I do not understand is the language it's written it. It most certainly is not Perl!

What I'm looking for is the equivalent of "Hello World". Is there such a thing for greasemonkey?


And going a bit off-topic here, with vB can we setup PM alerts if a new reply comes to a thread we're subscribing? I miss that from fusetalk.

-chronodekar
 
I've been getting into Greasemonkey more lately, and I've discovered there are forms of life more advanced than the Platypus. (No offense to the user named Platypus. 😛)

I found this tutorial very useful; but I already had previous experience with Javascript, the DOM and XPath.
 
Back
Top