Documentation cleanup.

This commit is contained in:
kkapsner 2017-02-01 11:48:05 +01:00
parent 6636e1d68b
commit ad40bf9be1
4 changed files with 1 additions and 14 deletions

View File

@ -12,5 +12,3 @@ The different block modes are:
<li>block only black list: Block the &lt;canvas&gt; API only for websites on the black list.</li>
<li>allow everything: Ignore all lists and allow the &lt;canvas&gt; API on all websites.</li>
</ul>
At present, only my domain (kkapsner.de) is whitelisted by default.

View File

@ -13,8 +13,4 @@ Die verschiedenen Blockiermoden sind:
<li>alles erlauben: Ignoriere alle Listen und erlaube die &lt;canvas&gt;-API auf allen Webseiten.</li>
</ul>
Derzeit ist als Standard nur meine Domain (kkapsner.de) auf der Whitelist.
Falls Sie Fehler finden oder Verbesserungvorschläge haben, teilen Sie mir das bitte auf https://github.com/kkapsner/CanvasBlocker/issues mit.
Eine hochgradig experimentelle Version für Android ist verfügbar unter https://github.com/kkapsner/CanvasBlocker/tree/android
Falls Sie Fehler finden oder Verbesserungvorschläge haben, teilen Sie mir das bitte auf https://github.com/kkapsner/CanvasBlocker/issues mit.

View File

@ -13,8 +13,4 @@ The different block modes are:
<li>allow everything: Ignore all lists and allow the &lt;canvas&gt; API on all websites.</li>
</ul>
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

View File

@ -3,9 +3,6 @@ Version 0.3.6:
- only last bit of image values are changes also in non persistent mode
- removed default entry in white list
new features:
-
fixes:
- faking webGL
- added readPixels for webGL2