background preloader

Dev Greasemonkey

Facebook Twitter

Network Security Tools. From WikiContent This concise, high-end guide shows experienced administrators how to customize and extend popular open source security tools such as Nikto, Ettercap, and Nessus. It also addresses port scanners, packet injectors, network sniffers, and web assessment tools. Network Security Tools is the one resource you want at your side when locking down your network.

Contents Author Justin Clarke; Nitesh Dhanjani Copyright Copyright © 2005 O'Reilly Media, Inc. Printed in the United States of America. Published by O'Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O'Reilly books may be purchased for educational, business, or sales promotional use. Nutshell Handbook, the Nutshell Handbook logo, and the O'Reilly logo are registered trademarks of O'Reilly Media, Inc.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. O'Reilly Commons. From WikiContent Welcome to the O'Reilly Commons. The purpose of this site is to provide content to communities that would like to create, reference, use, modify, update and revise material from O'Reilly or other sources. New Wiki Books This area is for original content that is written and edited directly in the MediaWiki framework. Commons Pool You will find content here that is being contributed by O'Reilly Media to anyone who would like to edit, contribute and get involved in revising or modifying content that, today, may not make commercial sense as a printed book. Community Documentation This area is intended to be for individuals who are interested in writing documentation for open source and other types of software products.

Microformats. Greasemonkey. Tutorials - GreaseSpot. Get Started With Greasemonkey. Greasemonkey is a Firefox extension that gives you tremendous control over how a page appears in your browser. If you can imagine JavaScript that you wish would run when a site loads, you can make it so. Rearrange a site’s layout, hide annoying elements (ads?) , or replace every occurrence of “David Lee Roth” with “Sammy Hagar.” All it takes is a few lines of JavaScript and the Greasemonkey extension. Contents What You Need Firefox web browser Greasemonkey extension for Firefox Intermediate knowledge of JavaScript Install the Greasemonkey Extension Within Firefox, go to the Greasemonkey extension page and click “Add to Firefox.” Once Greasemonkey is installed, you should see it in the bottom right of the status bar.

Nothing happened, right? Here, I have a script installed for any URL on the sub-domain images.google.com. In the next section, you’ll add a script to Greasemonkey to see how it works before writing your own. Install a Greasemonkey Script Install the Hello World script. GreaseSpot. Dive Into Greasemonkey. More Mashups: Using Greasemonkey to Weave New Features into Web Sites. With this blog entry I am continuing the theme of demonstrating tools to help you build mashups. In this case, I will show how a tool called Greasemonkey can be a powerful approach for building browser side mashups.

Greasemonkey is a plugin to Firefox that allows a script developer to inject useful Javascript into any web page. This capability enables you to add new features to sites that you do not own. I will show in this blog how you can add a new feature to the dev2dev website, without having access to the dev2dev code. Later, a follow-up blog will show how this same technique can create a feature on dev2dev that includes data from a different web site, producing a true mashup. NOTE: this blog entry was originally posted July 2nd, 2007 on my previous blogging system (dev2dev.bea.com).

Comments on the old blog were not transferred. This is part 1 of a series of blog entries on Greasemonkey mashups. Client side Code Injection with Greasemonkey Greasemonkey Hello World // Hello World! Mr. Avoid Common Pitfalls in Greasemonkey - GreaseSpot. Monkey see, GreaseMonkey do!