Matt Kruse's IE Context Menu Toolset ==================================== See: < http://www.mattkruse.com/ > CONTENTS: 1. Introduction 2. Setup Instructions 3. Uninstall Instructions 4. Toolset Descriptions INTRODUCTION ============ This is a set of tools which gets installed in your IE browser, and then become available in the right-click context menu on any web page. They are tools primarily for debugging and assisting in development of web sites, but they are useful on public sites as well. Enjoy! SETUP INSTRUCTIONS ================== 1. Unzip file in the root of C:\ so that files are in C:\contextmenu 2. Double-click the install.reg file 3. Restart IE UNINSTALL INSTRUCTIONS ====================== 1. Double-click the uninstall.reg file to remove all registry keys 2. Restart IE To remove just the option for donating and supporting development: 1. Double-click the remove_donate.reg file to remove registry keys 2. Restart IE TOOLSET DESCRIPTIONS ==================== All items in the menu that are installed from this toolset are preceded by "MK>" for easy recognition. * Dictionary Lookup Pops up a window with the definition of any highlighted text, as supplied by dictionary.com. If no text is selected, it prompts for a word to lookup. * Force All Links To Open In A New Window Forces the TARGET of all links on the page to become "_new", which causes them to open up in a new browser window. * Show Hidden Inputs Turns all hidden form inputs on the page into visible text boxes, in yellow, preceded by the input name. Easy way to debug form problems, and/or mess around with other sites' (lack of) server-side validations! * Show Link Targets Changes the TITLE of all links to show the link's HREF, OnClick, and TARGET properties, as well as the previous TITLE. * Toggle DIV/SPAN Borders Changes the border of all DIV tags to a red dashed line, and all SPAN tags to a blue dashed line. Also sets the TITLE of each to contain the ID and CLASS of the tag, so hovering over with a mouse will give you the details. Select this option again to turn it off. * Toggle Link Highlights Highlights all text links on the page with a yellow background color. Select this option again to turn it off. * Toggle Table Borders Sets BORDER=1 for all tables, to help view the layout. Select this option again to set the tables back to their original borders. * View Archived Page If you get a 404 error on a page which is no longer available, you can use this to see if there is an archived version of the page at Google or at the Wayback Machine. * ZOOM --> in <-- Lets you zoom in or out of the page.