Updated version for the new HTML5 parser in 11.60:
Item, "Copy selection source" = Go to page,"javascript:var html_selection=document.createElement('div');html_selection.appendChild(window.getSelection().getRangeAt(0).cloneContents());document.open('application/xhtml+xml');document.write(html_selection.innerHTML);document.close();",0 & delay,200 & Select all & Copy & back
I usually want to edit the address of a bookmark before I add it to make it as clean as possible, or to add a nickname. By default that's hidden behind the "Details >>" button. This clicks it automatically.
add to bookmarks, 1 & focus next widget & focus next widget & focus next widget & click button & focus previous widget & focus previous widget & focus previous widget
Tells you whether the document is in standards or quirks mode.
Item, "Quirks Mode"="Enable javascript & Go to page, "javascript:alert(document.compatMode)""
Originally made by Moose, who disables JS on each page unless he specifically enables it. This way compatibility with all kinds of browsing behaviors is preserved.