This is a command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.
This command adds a page to pocket.
This is a command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.
This command adds a page to pocket.
This is a command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.
This command opens a new window and starts an email message in Gmail with the current page's title as the subject line and the URL in the body of the message.
find -L ~/Dropbox -name "*conflicted copy*" -exec rm {} \; |
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts, | |
that detects and handles AJAXed content. | |
Usage example: | |
waitForKeyElements ( | |
"div.comments" | |
, commentCallbackFunction | |
); |