Fix doc about pageURL field which no longer exists
[GM_direct_download_links.git] / direct_download_links.user.js
index a5146c4..8421b49 100644 (file)
  *    the regexp starting from a glob line.
  *  - use xpath instead of regexp like in http://a32.me/2009/11/greasemonkey/
  *  - use jquery, like shown in http://a32.me/2009/11/greasemonkey/
+ *  - Support the "download" attribute for anchors:
+ *    http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#downloading-resources
  */
 
 /* Fields supported by the "site" object.
  *
  * Manadatory fields:
- *   pageURL: the URL of the page we are modifying
+ *   locationRegExp: the regexp describing the URL of the page we are modifying
  *   urlContainer: the element containing the URL to link
  *   urlRegexp: the regular expression for finding the URL, the first
  *              sub-pattern is taken as the URL