This add-on allows users to prevent websites from using the Javascript <canvas> API to fingerprint them. Users can choose to block the <canvas> API entirely on some or all websites (which may break some websites) or just block or fake its fingerprinting-friendly readout API. More information on <canvas> fingerprinting can be found at http://www.browserleaks.com/canvas. The different block modes are: Firefox's native PDF reader uses the <canvas> API to display PDF content, so blocking it for MIME-content type of "*/pdf" will prevent the PDF reader from working. Therefore, the <canvas> API is enabled for PDFs by default, but it can be disabled without affecting the block mode setting. At present, only my domain (kkapsner.de) is whitelisted by default. Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues A highly experimental version for Android is available at https://github.com/kkapsner/CanvasBlocker/tree/android