Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
shell | Opens a JavaScript Shell and allows it to access the current page. Details | ||||
jsenv | Opens a JavaScript Development Environment and allows it to access the current page. Details | ||||
test styles | Type in CSS rules to experiment or to create a temporary user style sheet. Details | ||||
edit styles | Experiment with changes to the page's style sheet. Details | ||||
ancestors | Lists the ancestors of any element you hover over in the status bar. Details | ||||
computed styles | Lists the computed styles of an element and of its ancestors. Details | ||||
zap style sheets | Disables all style sheets. Details | ||||
zap presentational html | Removes most presentational attributes and tags while leaving style sheets intact. Details | ||||
view style sheets | Displays linked and embedded style sheets. Details | ||||
view scripts | Displays linked and embedded scripts. Details | ||||
view variables | Displays all JavaScript variables and functions. Details | ||||
list classes | Lists classes used in the document. Details | ||||
generated source | Displays the current DOM tree of the page as HTML. Details | ||||
partial source | Displays the current DOM tree of the selection as HTML. Details | ||||
serialize as xml | Displays the current DOM tree of the page as XML. Details | ||||
show blocks | Draws borders to show tables (colors indicate nesting), paragraphs, and divs. Details | ||||
topographic view | Shows the nesting level of every element using shading. Details | ||||
topo with borders | Shows the nesting level of every element using shading and 3D borders. Details | ||||
make link | Creates the HTML code to link to the current page. Details | ||||
make img tag | Creates the XHTML code to include the current image. Details | ||||
named anchors | Makes anchors visible, letting you link to or bookmark a section of a page. Details | ||||
onerror status | When a JavaScript error occurs, shows the error message in the status bar. Details | ||||
onerror alert | When a JavaScript error occurs, shows the error message in a dialog. Details |
Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
Add borders | Adds a green border around each element on the page. Details | ||||
Buttonify | Turns the entire page into a <button>. Details | ||||
Rewrite page | Rewrites the page using document.write(innerHTML). Details | ||||
reset innerHTML | Rewrites the page using innerHTML = innerHTML. Details | ||||
Reset body HTML | Rewrites the page using body.innerHTML = body.innerHTML. Details | ||||
clone document | Copies the document into a new window. Details | ||||
clone slowly | Clones page several chars at a time (to test incremental rendering) Details |
Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
up | Goes up a directory from the page you're viewing. Details | ||||
top | Goes to the top level of the site. Details | ||||
increment | Increases the last number in the URL by 1. Details | ||||
decrement | Decreases the last number in the URL by 1. Details | ||||
make numbered list | Creates a list of URLs with each number looped through a range you specify. Details | ||||
go to referrer | Like clicking Back, but works even after opening a link in a new window. Details | ||||
back to first | Goes to the first page in this window's history. Details | ||||
add sidebar | Adds the page you're viewing as sidebar panel. Details | ||||
domain owner | Tells you who owns the domain of the page you're viewing. Details | ||||
edit page | Lets you edit the page. Details | ||||
view cookies | Shows the cookies stored by the page you're viewing. Details | ||||
transfer cookies | Creates a bookmarklet you can use to move cookies to another browser. Details | ||||
zap cookies | Removes cookies set by the site, including cookies with paths and domains. Details | ||||
babelfish | Translates from 11 languages (you choose the language) to English. Details | ||||
google translate | Translates from 5 languages (it guesses the language) to English. Details |
Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
frmget | Makes "Post" forms submit to bookmarkable URLs (with ?var=value). Details | ||||
toggle checkboxes | Toggles the state of each checkbox on the page. Details | ||||
next option | Selects the next option in each group of option buttons. Details | ||||
allow no option | Click on a selected option button to clear the selection. Details | ||||
remove maxlength | Removes maxLength restrictions from textboxes. Details | ||||
enlarge textareas | Makes textareas 5 lines taller. Details | ||||
show hiddens | Shows hidden form elements. Details | ||||
undisable | Enables all form elements. Details | ||||
character count | Displays a running count of the characters in each textbox. Details | ||||
view passwords | Shows the contents of password fields. Details | ||||
remember password | Makes the browser ignore web site requests to not remember passwords. Details | ||||
htmlarea ie | Lets you edit textareas expecting HTML code as wysiwyg. (IE) Details | ||||
htmlarea moz | Lets you edit textareas expecting HTML code as wysiwyg. (Mozilla) Details |
Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
highlight | Highlights each occurrence of a search phrase. Details | ||||
highlight regexp | Highlights each match for a regular expression. Details | ||||
zoom images in | Doubles the size of each image on the page. Details | ||||
zoom images out | Halves the size of each image on the page. Details | ||||
zoom layout | Increases the size of fixed-pixel-size layout elements and images. Details | ||||
view selection | Displays the selection in a new window. Details | ||||
sort table | Lets you sort tables in a web page alphabetically. Details | ||||
number rows | Numbers the rows of each table. Details | ||||
transpose tables | Turns table rows into columns and vice versa. Details | ||||
bullets to numbers | Turns bulleted lists into numbered lists. Details | ||||
number lines | Numbers lines in <pre> tags or plain-text documents. Details | ||||
rot13 selection | Replaces each letter in the selected text with its rot13 equivalent. Details |
Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
zap plugins | Removes java, flash, background music, and third-party iframes. Details | ||||
zap colors | Makes text black on a white background, and makes links blue and purple. Details | ||||
zap cheap effects | Neutralizes <marquee> and <blink>. Details | ||||
zap events | Removes event handlers, killing blind links and exit pop-up ads. Details | ||||
zap timers | Removes timers that were created with setTimeout or setInterval. Details | ||||
zap | Zaps plugins, colors, cheap effects, event handlers, and timers. Details | ||||
zap images | Replaces each image with its alternate text. Details | ||||
linearize | Linearizes the text of the page and removes most non-text elements. Details | ||||
printer friendly | Finds and follows a link to a "print-friendly" version of a page. Details | ||||
zap presentational html | Removes most presentational attributes and tags while leaving style sheets intact. Details | ||||
zap style sheets | Disables all style sheets. Details | ||||
zap cookies | Removes cookies set by the site, including cookies with paths and domains. Details | ||||
zap white backgrounds | Changes white and near-white backgrounds to tan. Details | ||||
restore context menu | Fixes pages that disable context menus. Details | ||||
restore selecting | Fixes pages that disable text selection. Details | ||||
remove redirects | Changes redirecting links to go directly to the "real" target. Details | ||||
lowercase | Makes body text and text in textareas all-lowercase. Details | ||||
deleet | Makes 1337 5p34|{ somewhat more readable. Details | ||||
force wrap | Fixes table layouts expanded by very long words. Details | ||||
trigger rollovers | Triggers JavaScript rollovers, fixing most mystery meat navigation. Details |
Bookmarklet | Description | Works in | |||
---|---|---|---|---|---|
validate html | Validates HTML using the W3C HTML validator. Details | ||||
quick validate | Validates HTML, avoiding "missing doctype" and "missing charset" errors. Details | ||||
netcraft | Tells you what type of server a site uses and displays an uptime graph. Details | ||||
http headers | Uses Web Sniffer to display HTTP headers. Details | ||||
grayscale | Applies a "black and white TV" filter to the page. Details | ||||
PDAize | Lets you see what a page might look like on a PDA. Details | ||||
linearize | Linearizes the text of the page and removes most non-text elements. Details | ||||
check images | Lists the URLs of broken images. Details | ||||
zap images | Replaces each image with its alternate text. Details | ||||
check alts | Shows which images have missing and empty alts using borders and tooltips. Details | ||||
list alts | Lists images and their alternate text (or "missing" or "empty"). Details | ||||
blogidate html4.01 transitional | Validates HTML fragments in textareas. Details | ||||
blogidate html4.01 strict | Validates HTML fragments in textareas. Details | ||||
blogidate xhtml1 transitional | Validates XHTML fragments in textareas. Details | ||||
blogidate xhtml1 strict | Validates XHTML fragments in textareas. Details | ||||
blogidate xml well-formedness | Quickly checks the well-formedness of XML fragments in textareas. Details |