Script Summary: Five utilities: ###1. Zoom in/out on an element/frame eventually filling entire tab. Zoom in one degree with alt-click; zoom out with alt-shift-click. Shift-right click, to zoom in fully on an element. ###2. User can cut & paste HTML elements by doing ctrl-shift-click to cut an element; ctrl-shift<right-click> pastes it. You can also paste it into a different webpage. ###3. One can use shift-click to highlight an element. Then hit the letter 'w' to widen and 'n' to narrow the selection. To then cut the element point at the red border with ctrl-shift-click. ###4. Remove all links from a page , leaving just the text; is for copy/paste without accidentally selecting a link, invoke via GM icon->User Script Commands. ###5. Expand size of an element or reduce it, <meta key>-click to expand it, <meta key>-shift-click to reduce its size (on windows it's ctrl-alt-click to expand & ctrl-alt-shift-click to reduce)
Version: Fenruary 2011. Focus on the nth link on a page with control-<n>.
Now can be installed on Google's Chrome Browser
Enable writing to status bar for targeting, by setting dom.disable_window_status_change=false in the pseudo webpage, "about:config"
The script also marks iframes with a double line gray border, since these can be awkward to handle.



