>> 출처: http://www.tek-tips.com/faqs.cfm?fid=4345
(즐겨찾기에 추가하는 코드 제거 및 부분 버그 수정 했음)
Bookmarklets are little snippets of code that enhance your browser by adding new functionality. Any of the code below can be applied to any web page you are currently viewing.
JavaScript Tools
Borders on
Description: Sets all table border widths on the page to 1 so you can easily see the page layout
CODE
Dictionary
Description: Looks up the selected word on dictionary.com.
CODE
DOM Browser
Description: Explore the Document Object Model of any web page.
CODE
Edit Content
Description: Toggles the contenteditable attribute on or off so you can edit the page
CODE
Insert Symbol
Description: Pops up a window where you can choose a symbol. once selected, the symbol is placed on your clipboard so you can paste it where ever you need it.
CODE
Measure
Description: Puts the mouse's coordinates in the status bar so you can measure things.
CODE
No onunload
Description: Blocks a website's ability to pop-up a window when navigating away from their page
CODE
Resize
Description: Allows you to resize your browser to popular resolution sizes without actually changing your resolution. Good for testing how your web page will look at different resolutions.
CODE
Run Code Entered
Description: Pops up a textbox where you can enter JavaScript code that will be run against the current web page. For example, if you're debugging your code and want to know what the current value of a variable is, you can enter "alert(variableName)" in the box.
CODE
Run Code Selected
Description: When you see a code sample on a page, you can select the code and click this bookmark to automatically write the code into its own window and run it.
CODE
Show Derived Code
Description: Shows the run-time code of a page. (Good for debugging)
CODE
For even more bookmarklets, search on Google.
Good luck!
Adam
http://adameslinger.blogspot.com//
'Tech: > HTML·DHTML' 카테고리의 다른 글
웹 브라우저(IE)에서 인쇄 미리보기 설정방법 (0) | 2008.06.26 |
---|---|
Visual Studio 2005 기본 HTML 생성 포맷 (0) | 2008.06.26 |
네이버 블로그 마우스 오른쪽 버튼 (0) | 2008.06.26 |
쿠키(Cookie) 관련 팁2 (0) | 2008.06.26 |
PocketIE에서 지원하지 않는 기능들 (0) | 2008.06.26 |