Bookmarks (2008/04/23 00:57:24)
Bookmarks Toolbar Folder
- Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar
- Set cookie (Keyword: setcookie)
- Function: set a cookie for the current site
- Show cookies (Keyword: showcookies)
- Function: shows the list of cookies for the current page/site
- Delete cookies (Keyword: delcookies)
- Function: delete all cookies for this page/site (by Jesse Ruderman)
- « Previous (Keyword: prev)
- Function: decrease the last number in the URL
- Next » (Keyword: next)
- Function: increase the last number in the URL
- Edit CSS (Keyword: editcss)
- Function: edit the style rules for the current page (and other pages loaded in the same window) (by Jesse Ruderman)
- Make page more readable (Keyword: readable)
- Function: toggles the use of a minimal set of CSS rules to enhance page readability
- Hotlinked (Keyword: hot)
- Function: highlight hotlinked images
- b3tafilter (Keyword: bf)
- Function: hide messages on http://b3ta.com/board/ except those containing images --- useful when trying to convince yourself there's no time for b3ta
Custom Keywords
- Bookmarklets for a Better Life (tm)! These bookmarklets are things I find useful, YMMV. Some of them are made by Jesse Ruderman <http://www.squarefree.com/bookmarklets/>. In case you're wondering what the 'janbm_' things in the JavaScript bookmarklets are about: those are labels in JavaScript, and don't do anything. They make it easy to style individual bookmarklets using userChrome.css, e.g.:
#PersonalToolbar .bookmark-item[statustext^="javascript:janbm_next"]
{
font-weight: bold;
}
Form manipulation
- Show form passwords (Keyword: showpass)
- Function: change <input type="password"> to <input type="text"> to reveal form passwords
- Make forms use GET (Keyword: get)
- Function: change the method attribute of all form elements to 'get'
- Make forms use POST (Keyword: post)
- Function: change the method attribute of all form elements to 'post'
- Edit forms (Keyword: editform)
- Function: show a barebones and completely editable version of all forms on a page, including hidden fields
Navigation
- cd .. (Keyword: ..)
- Function: go up one level in the directory structure (by Jesse Ruderman)
- cd /(.*) (Keyword: /)
- Function: go to the root directory of the domain, or to the n-th subdirectory
Parameter: (optional) the number (depth) of subdirectory to go to
- Link to page using <a href> (Keyword: link)
- Function: create the HTML code to link to this page
- Link to page using plain text (Keyword: link2)
- Function: make a text link
- Link to page using [link url] (Keyword: link3)
- Function: make a phpBB-style link
- Make download link (Keyword: dl)
- Function: create a download link for a given URL
Parameter: (optional) the URL to download, prompts if not specified
- Surf with this referrer (Keyword: refer)
- Function: go to a URL so it looks like this page is the referrer
- View all links (Keyword: links)
- Function: give a list of all the links in the current document
Enhancements
- Make tables numerically sortable (Keyword: sort)
- Function: add "Sort" links to the head of all tables (based on Jesse Ruderman's "sort table" bookmarklet)
- Number table rows (Keyword: number)
- Function: add the row number to each row in each table (by Jesse Ruderman)
- Replace <object> elements (Keyword: deflash)
- Function: replace all <object> elements by a red rectangle of the same dimensions
- Center image (Keyword: center)
- Function: centers the only image on the page. Useful when viewing images by themselves.
- Zoom images in (Keyword: +)
- Function: enlarge all images (by Jesse Ruderman)
- Zoom images out (Keyword: -)
- Function: shrink all images (by Jesse Ruderman)
- Show alt attributes (Keyword: alt)
- Function: show images' "alt" text, if they have it (WARNING: crappy, needs other method (not parentNode.appendChild))
- Flash bar (Keyword: flashbar)
- Function: add a seek/control bar for Flash movies (by Jesse Ruderman)
Misc
- Convert to binary (Keyword: bin)
- Function: convert a number to binary
Parameter: the number to convert
- Convert to hexadecimal (Keyword: hex)
- Function: convert a number to hexadecimal
Parameter: the number to convert
- Convert to octal (Keyword: oct)
- Function: convert a number to octal
Parameter: the number to convert
- Convert binary to ASCII (Keyword: bin2ascii)
- Function: convert a string of binary digits (ones and zeroes) to an ASCII string
Parameter: the binary string
- Convert hex to ASCII (Keyword: hex2ascii)
- Function: convert a string of hexadecimal characters to an ASCII string
Parameter: the hex string
- Google Proxy (Keyword: gp)
- Function: load pages through Google's proxy to circumvent password protected pages that are accessible to Googlebot, like WebmasterWorld.com
- Mailinator (Keyword: mail)
- Function: go directly to the Mailinator inbox
Parameter: (optional) the local portion of the Mailinator address to check (the string before @mailinator.com), defaults to the value of the variable "mbox"
- Traceroute (Keyword: tracert)
- Function: traceroute from the BELNET network
Parameter: (optional) the host to trace the route to, instead of the current host
- View as <img src style="max-width:90%;max-height:90%"> (Keyword: vimg)
- Function: view URL as <img src="%s" style="max-width: 90%; max-height: 90%">
Parameter: the URL of the image
- WhatTheFont (Keyword: wtf)
- Function: identify the font used in an image
Parameter: <URL of image containing the font to identify>
- XE.com Universal Currency Converter (Keyword: xe)
- Function: convert one currency to another
Parameters: <amount> <source-currency> <destination-currency>
Search
- Number Google results (Keyword: gnum)
- Function: number the Google search results, taking the current offset into account
- Google Image Search (Keyword: img)
- Function: search Google Images
Parameters:
- (optional) The desired size: icon, small, medium, large, xlarge, xxlarge
- The search string
- Wayback Machine (Keyword: wb)
- Function: search the web archive for previous versions of this (or another) page
Parameter: (optional) the page to wayback, instead of the current
- man page (Keyword: man)
- Function: show the UNIX man page
Parameter: the man page to request
- Whois .be (Keyword: whoisbe)
- Function: do a whois lookup for the current or a given Belgian (.be) domain
Parameter: (optional) the domain to do a whois lookup for instead of the current
Web Development
Documentation
- Apache module directives (Keyword: apache)
- Function: view the Apache module documentation for a directive
Parameter: the name of a directive (can be a regexp)
- MySQL Command, Type, and Function Index (Keyword: mysql)
- Function: open the MySQL function index
- Bugzilla bug # (Keyword: bug)
- Function: go to the given b.m.o bug
Parameter: bug number
- HTML 4.01 Specification (Keyword: html)
- Function: open the HTML 4.01 elements list
- XHTML 1.0 Strict DTD (Keyword: xhtml)
- Function: open the XHTML 1.0 Strict DTD
- CSS, Level 2 (Keyword: css)
- Function: open the CSS 2 index
- Special character codes (Keyword: chars)
- Function: show a list of handy character entities
String manipulation
- URL encode (Keyword: urlenc)
- Function: URL encode *all* characters in a string
- String length (Keyword: len)
- Function: show the length of a string
- Convert char to ASCII code and back (Keyword: char)
- Function: show the character code for the parameter if it is not numeric; if it is, show the character for the given code
Parameter: a character OR a numerical character code
- Validate this document (Keyword: check)
- Function: validate the current document (with the verbose options)
- View source (recursive) (Keyword: vs)
- Function: view the source of the current or a given page, linking to the child frames if it is a frameset (doesn't work when you specify the page as the parameter)
Parameter: (optional) the URL whose source to view
- Alert string (Keyword: alert)
- Function: show an alert box containing the parameter (don't forget to quote strings)
- Set title on <link> elements (Keyword: linktitles)
- Function: set the title attribute on link elements that don't have it set already
- Show element with #id (Keyword: show)
- Function: set the visibility of the element with the given id to 'hidden'
Parameter: the id of the element
- Hide element with #id (Keyword: hide)
- Function: set the visibility of the element with the given id to 'hidden'
Parameter: the id of the element
Dictionaries
- Van Dale (Keyword: vd)
- Function: look up a word in Van Dale's dictionary (Dutch)
Parameter: the word to look up
- Merriam-Webster (Keyword: mw)
- Function: look up a word in Merriam Webster's dictionary
Parameter: the word to look up
- Dictionary.com (Keyword: dict)
- Function: look up a word on dictionary.com
Parameter: the word to look up
- Acronym Finder (Keyword: acro)
- Function: look up an acronym
Parameter: the acronym to look up
- Travlang English -> Dutch (Keyword: en2nl)
- Function: translate a word from English to Dutch
Parameter: the word to translate
- Travlang Dutch -> English (Keyword: nl2en)
- Function: translate a word from Dutch to English
Parameter: the word to translate
- Travlang French -> Dutch (Keyword: fr2nl)
- Function: translate a word from French to Dutch
Parameter: the word to translate
- Travlang Dutch -> French (Keyword: nl2fr)
- Function: translate a word from Dutch to French
Parameter: the word to translate
- Travlang German -> Dutch (Keyword: de2nl)
- Function: translate a word from German to Dutch
Parameter: the word to translate
- Travlang Dutch -> German (Keyword: nl2de)
- Function: translate a word from Dutch to German
Parameter: the word to translate