diff --git a/doc/benchmarks/cpu-usage-overall-20141226.ods b/doc/benchmarks/cpu-usage-overall-20141226.ods
deleted file mode 100644
index ee20c20e6..000000000
Binary files a/doc/benchmarks/cpu-usage-overall-20141226.ods and /dev/null differ
diff --git a/doc/benchmarks/cpu-usage-overall-chart-20141226.png b/doc/benchmarks/cpu-usage-overall-chart-20141226.png
deleted file mode 100644
index 79e7f279f..000000000
Binary files a/doc/benchmarks/cpu-usage-overall-chart-20141226.png and /dev/null differ
diff --git a/doc/benchmarks/cpu-usage-overall-notes.txt b/doc/benchmarks/cpu-usage-overall-notes.txt
deleted file mode 100644
index 78cbf643d..000000000
--- a/doc/benchmarks/cpu-usage-overall-notes.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-Steps, roughly:
-
-Capture Task Manager using SimpleScreenRecorder
-
-Launch reference benchmark
-
-Stop and save capture once reference benchmark completes
-
-Extract/crop/scale area to OCR (the CPU figures)
-
- avconv -i ublock-cpu.webm -r 4 -vsync 1 -vf "[in] crop=40:86:310:100 [T1], [T1] scale=160:360 [out]" -t 2400 img/img-%04d.png
-
-Execute tesseract custom script:
-
- ./tessall
-
-`all.txt` contains a csv of the results.
-Paste in spreadsheet. Etc.
-
-
-`tessal` script:
-
- #!/bin/sh
- rm all.txt
- echo
- for i in img/img*.png; do
- echo -ne '\r' $i
- b=`basename $i .png`
- tesseract $i out -psm 6 digits 1>/dev/null 2>&1
- cat out.txt | perl -p -000 -e 's/(\d+)\s+/\1,/g' | perl -pe 's/,$/\n/' >> all.txt
- done
\ No newline at end of file
diff --git a/doc/benchmarks/filters-load-performance-0.8.9.0.png b/doc/benchmarks/filters-load-performance-0.8.9.0.png
deleted file mode 100644
index 264a873e8..000000000
Binary files a/doc/benchmarks/filters-load-performance-0.8.9.0.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-20140918-after.png b/doc/benchmarks/mem-usage-20140918-after.png
deleted file mode 100644
index b0f8dc40a..000000000
Binary files a/doc/benchmarks/mem-usage-20140918-after.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-20140918-before.png b/doc/benchmarks/mem-usage-20140918-before.png
deleted file mode 100644
index fc9724362..000000000
Binary files a/doc/benchmarks/mem-usage-20140918-before.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-20141223-after.png b/doc/benchmarks/mem-usage-20141223-after.png
deleted file mode 100644
index fbf32b1a3..000000000
Binary files a/doc/benchmarks/mem-usage-20141223-after.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-20141223-before.png b/doc/benchmarks/mem-usage-20141223-before.png
deleted file mode 100644
index 33a91e94f..000000000
Binary files a/doc/benchmarks/mem-usage-20141223-before.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20140919-abp.png b/doc/benchmarks/mem-usage-in-page-20140919-abp.png
deleted file mode 100644
index 2cb61d064..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20140919-abp.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20140919-none.png b/doc/benchmarks/mem-usage-in-page-20140919-none.png
deleted file mode 100644
index c2d2c244d..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20140919-none.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20140919-ublock.png b/doc/benchmarks/mem-usage-in-page-20140919-ublock.png
deleted file mode 100644
index 7e22d8608..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20140919-ublock.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20141224-abp-more.png b/doc/benchmarks/mem-usage-in-page-20141224-abp-more.png
deleted file mode 100644
index 673c877fb..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20141224-abp-more.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20141224-abp.png b/doc/benchmarks/mem-usage-in-page-20141224-abp.png
deleted file mode 100644
index 67480a904..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20141224-abp.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20141224-none.png b/doc/benchmarks/mem-usage-in-page-20141224-none.png
deleted file mode 100644
index fcc700414..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20141224-none.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-in-page-20141224-ublock.png b/doc/benchmarks/mem-usage-in-page-20141224-ublock.png
deleted file mode 100644
index b5e4d0b8f..000000000
Binary files a/doc/benchmarks/mem-usage-in-page-20141224-ublock.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-overall-20141224.ods b/doc/benchmarks/mem-usage-overall-20141224.ods
deleted file mode 100644
index 6dd9a671d..000000000
Binary files a/doc/benchmarks/mem-usage-overall-20141224.ods and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-overall-chart-20141224.png b/doc/benchmarks/mem-usage-overall-chart-20141224.png
deleted file mode 100644
index e6f89e393..000000000
Binary files a/doc/benchmarks/mem-usage-overall-chart-20141224.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-overall-chart-20150205.png b/doc/benchmarks/mem-usage-overall-chart-20150205.png
deleted file mode 100644
index d817fa440..000000000
Binary files a/doc/benchmarks/mem-usage-overall-chart-20150205.png and /dev/null differ
diff --git a/doc/benchmarks/mem-usage-overall-chart-safari-20150205.png b/doc/benchmarks/mem-usage-overall-chart-safari-20150205.png
deleted file mode 100644
index 3a3d511a8..000000000
Binary files a/doc/benchmarks/mem-usage-overall-chart-safari-20150205.png and /dev/null differ
diff --git a/doc/benchmarks/privex-201407-22.ods b/doc/benchmarks/privex-201407-22.ods
deleted file mode 100644
index 895684b14..000000000
Binary files a/doc/benchmarks/privex-201407-22.ods and /dev/null differ
diff --git a/doc/benchmarks/privex-201409-30.ods b/doc/benchmarks/privex-201409-30.ods
deleted file mode 100644
index ced2f0f74..000000000
Binary files a/doc/benchmarks/privex-201409-30.ods and /dev/null differ
diff --git a/doc/benchmarks/privex-201409-30.png b/doc/benchmarks/privex-201409-30.png
deleted file mode 100644
index 3f6935dbb..000000000
Binary files a/doc/benchmarks/privex-201409-30.png and /dev/null differ
diff --git a/doc/benchmarks/privex-201502-16.ods b/doc/benchmarks/privex-201502-16.ods
deleted file mode 100644
index e4b103014..000000000
Binary files a/doc/benchmarks/privex-201502-16.ods and /dev/null differ
diff --git a/doc/benchmarks/privex-201502-16.png b/doc/benchmarks/privex-201502-16.png
deleted file mode 100644
index 920165240..000000000
Binary files a/doc/benchmarks/privex-201502-16.png and /dev/null differ
diff --git a/doc/benchmarks/setup-performance-0.8.9.0.ods b/doc/benchmarks/setup-performance-0.8.9.0.ods
deleted file mode 100644
index 5cdf386fa..000000000
Binary files a/doc/benchmarks/setup-performance-0.8.9.0.ods and /dev/null differ
diff --git a/doc/benchmarks/setup-performance-0.8.9.0.png b/doc/benchmarks/setup-performance-0.8.9.0.png
deleted file mode 100644
index 3ef5d26af..000000000
Binary files a/doc/benchmarks/setup-performance-0.8.9.0.png and /dev/null differ
diff --git a/doc/benchmarks/setup-performance-internals.png b/doc/benchmarks/setup-performance-internals.png
deleted file mode 100644
index 16922923c..000000000
Binary files a/doc/benchmarks/setup-performance-internals.png and /dev/null differ
diff --git a/doc/benchmarks/ublock-vs-abp-timeline.ods b/doc/benchmarks/ublock-vs-abp-timeline.ods
deleted file mode 100644
index 8dcba54cd..000000000
Binary files a/doc/benchmarks/ublock-vs-abp-timeline.ods and /dev/null differ
diff --git a/doc/benchmarks/vim-test-abp-vs-ublock.png b/doc/benchmarks/vim-test-abp-vs-ublock.png
deleted file mode 100644
index 0d8abc4cc..000000000
Binary files a/doc/benchmarks/vim-test-abp-vs-ublock.png and /dev/null differ
diff --git a/doc/img/3rd-party-filters-custom.png b/doc/img/3rd-party-filters-custom.png
deleted file mode 100644
index 228f45c93..000000000
Binary files a/doc/img/3rd-party-filters-custom.png and /dev/null differ
diff --git a/doc/img/abp-abe.png b/doc/img/abp-abe.png
deleted file mode 100644
index 924fce08c..000000000
Binary files a/doc/img/abp-abe.png and /dev/null differ
diff --git a/doc/img/abp-obr.png b/doc/img/abp-obr.png
deleted file mode 100644
index 9556b3b67..000000000
Binary files a/doc/img/abp-obr.png and /dev/null differ
diff --git a/doc/img/abp-own-mem.png b/doc/img/abp-own-mem.png
deleted file mode 100644
index 45e4f9316..000000000
Binary files a/doc/img/abp-own-mem.png and /dev/null differ
diff --git a/doc/img/abp-vs-ublock-page-1.png b/doc/img/abp-vs-ublock-page-1.png
deleted file mode 100644
index 299c354e6..000000000
Binary files a/doc/img/abp-vs-ublock-page-1.png and /dev/null differ
diff --git a/doc/img/acid3test-mem.png b/doc/img/acid3test-mem.png
deleted file mode 100644
index 9a494dd93..000000000
Binary files a/doc/img/acid3test-mem.png and /dev/null differ
diff --git a/doc/img/behind-the-scene-popup.gif b/doc/img/behind-the-scene-popup.gif
deleted file mode 100644
index d7d0af50f..000000000
Binary files a/doc/img/behind-the-scene-popup.gif and /dev/null differ
diff --git a/doc/img/bgpage-cpu-si.comx10.png b/doc/img/bgpage-cpu-si.comx10.png
deleted file mode 100644
index 59a43bd67..000000000
Binary files a/doc/img/bgpage-cpu-si.comx10.png and /dev/null differ
diff --git a/doc/img/chrome-store-david-h-mason.png b/doc/img/chrome-store-david-h-mason.png
deleted file mode 100644
index 3a214dbd1..000000000
Binary files a/doc/img/chrome-store-david-h-mason.png and /dev/null differ
diff --git a/doc/img/df-dd-01.png b/doc/img/df-dd-01.png
deleted file mode 100644
index c0a91e976..000000000
Binary files a/doc/img/df-dd-01.png and /dev/null differ
diff --git a/doc/img/df-dd-02.png b/doc/img/df-dd-02.png
deleted file mode 100644
index 13b2af7bb..000000000
Binary files a/doc/img/df-dd-02.png and /dev/null differ
diff --git a/doc/img/df-dd-03.png b/doc/img/df-dd-03.png
deleted file mode 100644
index df399ad1b..000000000
Binary files a/doc/img/df-dd-03.png and /dev/null differ
diff --git a/doc/img/df-qg-01.png b/doc/img/df-qg-01.png
deleted file mode 100644
index 3c0a4a846..000000000
Binary files a/doc/img/df-qg-01.png and /dev/null differ
diff --git a/doc/img/df-qg-02.png b/doc/img/df-qg-02.png
deleted file mode 100644
index 0e2f10ad4..000000000
Binary files a/doc/img/df-qg-02.png and /dev/null differ
diff --git a/doc/img/df-qg-03.png b/doc/img/df-qg-03.png
deleted file mode 100644
index f8b32e7d8..000000000
Binary files a/doc/img/df-qg-03.png and /dev/null differ
diff --git a/doc/img/df-qg-04.png b/doc/img/df-qg-04.png
deleted file mode 100644
index fb0c23f67..000000000
Binary files a/doc/img/df-qg-04.png and /dev/null differ
diff --git a/doc/img/df-qg-05.png b/doc/img/df-qg-05.png
deleted file mode 100644
index 18644fd55..000000000
Binary files a/doc/img/df-qg-05.png and /dev/null differ
diff --git a/doc/img/df-qg-06.png b/doc/img/df-qg-06.png
deleted file mode 100644
index 87455784e..000000000
Binary files a/doc/img/df-qg-06.png and /dev/null differ
diff --git a/doc/img/df-qg-07.png b/doc/img/df-qg-07.png
deleted file mode 100644
index 7754c1c6e..000000000
Binary files a/doc/img/df-qg-07.png and /dev/null differ
diff --git a/doc/img/df-qg-08.png b/doc/img/df-qg-08.png
deleted file mode 100644
index 9f9427109..000000000
Binary files a/doc/img/df-qg-08.png and /dev/null differ
diff --git a/doc/img/df-qg-09.png b/doc/img/df-qg-09.png
deleted file mode 100644
index 91de6acb7..000000000
Binary files a/doc/img/df-qg-09.png and /dev/null differ
diff --git a/doc/img/df-qg-10.png b/doc/img/df-qg-10.png
deleted file mode 100644
index 76b3ed613..000000000
Binary files a/doc/img/df-qg-10.png and /dev/null differ
diff --git a/doc/img/df-qg-11.png b/doc/img/df-qg-11.png
deleted file mode 100644
index b4a92d312..000000000
Binary files a/doc/img/df-qg-11.png and /dev/null differ
diff --git a/doc/img/df-qg-12.png b/doc/img/df-qg-12.png
deleted file mode 100644
index 5980ae1cb..000000000
Binary files a/doc/img/df-qg-12.png and /dev/null differ
diff --git a/doc/img/df-turn-off-cosmetic.gif b/doc/img/df-turn-off-cosmetic.gif
deleted file mode 100644
index f3e2dc96c..000000000
Binary files a/doc/img/df-turn-off-cosmetic.gif and /dev/null differ
diff --git a/doc/img/df-tut-01.png b/doc/img/df-tut-01.png
deleted file mode 100644
index f396c455d..000000000
Binary files a/doc/img/df-tut-01.png and /dev/null differ
diff --git a/doc/img/df-tut-02.png b/doc/img/df-tut-02.png
deleted file mode 100644
index dac6ef340..000000000
Binary files a/doc/img/df-tut-02.png and /dev/null differ
diff --git a/doc/img/df-tut-03.png b/doc/img/df-tut-03.png
deleted file mode 100644
index a7287dbf8..000000000
Binary files a/doc/img/df-tut-03.png and /dev/null differ
diff --git a/doc/img/df-tut-04.png b/doc/img/df-tut-04.png
deleted file mode 100644
index 91569e758..000000000
Binary files a/doc/img/df-tut-04.png and /dev/null differ
diff --git a/doc/img/df-tut-05.png b/doc/img/df-tut-05.png
deleted file mode 100644
index 23aeb3d4e..000000000
Binary files a/doc/img/df-tut-05.png and /dev/null differ
diff --git a/doc/img/df-tut-06.png b/doc/img/df-tut-06.png
deleted file mode 100644
index 9c4bdaee6..000000000
Binary files a/doc/img/df-tut-06.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-1.png b/doc/img/dynamic-filtering-1.png
deleted file mode 100644
index 76e9bbc54..000000000
Binary files a/doc/img/dynamic-filtering-1.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-2.png b/doc/img/dynamic-filtering-2.png
deleted file mode 100644
index 9a99cd029..000000000
Binary files a/doc/img/dynamic-filtering-2.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-3.png b/doc/img/dynamic-filtering-3.png
deleted file mode 100644
index ab24f069c..000000000
Binary files a/doc/img/dynamic-filtering-3.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-4.png b/doc/img/dynamic-filtering-4.png
deleted file mode 100644
index 48eeb6df7..000000000
Binary files a/doc/img/dynamic-filtering-4.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-5.png b/doc/img/dynamic-filtering-5.png
deleted file mode 100644
index 33c18bd25..000000000
Binary files a/doc/img/dynamic-filtering-5.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-6.png b/doc/img/dynamic-filtering-6.png
deleted file mode 100644
index be7982a49..000000000
Binary files a/doc/img/dynamic-filtering-6.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-7.png b/doc/img/dynamic-filtering-7.png
deleted file mode 100644
index 1a336866d..000000000
Binary files a/doc/img/dynamic-filtering-7.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-8.png b/doc/img/dynamic-filtering-8.png
deleted file mode 100644
index 8c9f67153..000000000
Binary files a/doc/img/dynamic-filtering-8.png and /dev/null differ
diff --git a/doc/img/dynamic-filtering-9.png b/doc/img/dynamic-filtering-9.png
deleted file mode 100644
index 98acfd9ef..000000000
Binary files a/doc/img/dynamic-filtering-9.png and /dev/null differ
diff --git a/doc/img/filtering-overview-plain.svg b/doc/img/filtering-overview-plain.svg
deleted file mode 100644
index 53cd343cf..000000000
--- a/doc/img/filtering-overview-plain.svg
+++ /dev/null
@@ -1,1110 +0,0 @@
-
-
-
-
diff --git a/doc/img/hn-abp.png b/doc/img/hn-abp.png
deleted file mode 100644
index 83affe96a..000000000
Binary files a/doc/img/hn-abp.png and /dev/null differ
diff --git a/doc/img/hn-alone.png b/doc/img/hn-alone.png
deleted file mode 100644
index 0af6741e9..000000000
Binary files a/doc/img/hn-alone.png and /dev/null differ
diff --git a/doc/img/hn-ublock.png b/doc/img/hn-ublock.png
deleted file mode 100644
index e736f3c3b..000000000
Binary files a/doc/img/hn-ublock.png and /dev/null differ
diff --git a/doc/img/icon38.png b/doc/img/icon38.png
deleted file mode 100644
index 09a57d2ff..000000000
Binary files a/doc/img/icon38.png and /dev/null differ
diff --git a/doc/img/icon38@2x.png b/doc/img/icon38@2x.png
deleted file mode 100644
index b95e8fb87..000000000
Binary files a/doc/img/icon38@2x.png and /dev/null differ
diff --git a/doc/img/languageicon-36.png b/doc/img/languageicon-36.png
deleted file mode 100644
index 486f891cb..000000000
Binary files a/doc/img/languageicon-36.png and /dev/null differ
diff --git a/doc/img/leaverou-adblock-is-theft.png b/doc/img/leaverou-adblock-is-theft.png
deleted file mode 100644
index 20eb5fd7d..000000000
Binary files a/doc/img/leaverou-adblock-is-theft.png and /dev/null differ
diff --git a/doc/img/local-mirroring-example-1.png b/doc/img/local-mirroring-example-1.png
deleted file mode 100644
index 14f958705..000000000
Binary files a/doc/img/local-mirroring-example-1.png and /dev/null differ
diff --git a/doc/img/local-mirroring.png b/doc/img/local-mirroring.png
deleted file mode 100644
index c8bb29024..000000000
Binary files a/doc/img/local-mirroring.png and /dev/null differ
diff --git a/doc/img/mem-footprint-at-launch-time.png b/doc/img/mem-footprint-at-launch-time.png
deleted file mode 100644
index 5cf2e5f76..000000000
Binary files a/doc/img/mem-footprint-at-launch-time.png and /dev/null differ
diff --git a/doc/img/opera-300x188.png b/doc/img/opera-300x188.png
deleted file mode 100644
index 51b8324ae..000000000
Binary files a/doc/img/opera-300x188.png and /dev/null differ
diff --git a/doc/img/page-block.png b/doc/img/page-block.png
deleted file mode 100644
index 9b70df070..000000000
Binary files a/doc/img/page-block.png and /dev/null differ
diff --git a/doc/img/popup-1.png b/doc/img/popup-1.png
deleted file mode 100644
index fbf9a178d..000000000
Binary files a/doc/img/popup-1.png and /dev/null differ
diff --git a/doc/img/popup-1a.png b/doc/img/popup-1a.png
deleted file mode 100644
index 9f3a226bf..000000000
Binary files a/doc/img/popup-1a.png and /dev/null differ
diff --git a/doc/img/popup-1b.png b/doc/img/popup-1b.png
deleted file mode 100644
index 414001a39..000000000
Binary files a/doc/img/popup-1b.png and /dev/null differ
diff --git a/doc/img/popup-1c-1.png b/doc/img/popup-1c-1.png
deleted file mode 100644
index cba876e57..000000000
Binary files a/doc/img/popup-1c-1.png and /dev/null differ
diff --git a/doc/img/popup-1c.png b/doc/img/popup-1c.png
deleted file mode 100644
index 5191f129e..000000000
Binary files a/doc/img/popup-1c.png and /dev/null differ
diff --git a/doc/img/popup-1d.png b/doc/img/popup-1d.png
deleted file mode 100644
index 52341fbf3..000000000
Binary files a/doc/img/popup-1d.png and /dev/null differ
diff --git a/doc/img/popup-1e.png b/doc/img/popup-1e.png
deleted file mode 100644
index 5b3eb028d..000000000
Binary files a/doc/img/popup-1e.png and /dev/null differ
diff --git a/doc/img/popup-1f.png b/doc/img/popup-1f.png
deleted file mode 100644
index 04284e1b9..000000000
Binary files a/doc/img/popup-1f.png and /dev/null differ
diff --git a/doc/img/popup-1g.png b/doc/img/popup-1g.png
deleted file mode 100644
index fbca0d801..000000000
Binary files a/doc/img/popup-1g.png and /dev/null differ
diff --git a/doc/img/popup-1h.png b/doc/img/popup-1h.png
deleted file mode 100644
index 671af46ce..000000000
Binary files a/doc/img/popup-1h.png and /dev/null differ
diff --git a/doc/img/popup-1i.png b/doc/img/popup-1i.png
deleted file mode 100644
index dab780198..000000000
Binary files a/doc/img/popup-1i.png and /dev/null differ
diff --git a/doc/img/popup-1j.png b/doc/img/popup-1j.png
deleted file mode 100644
index 0b3f0ce26..000000000
Binary files a/doc/img/popup-1j.png and /dev/null differ
diff --git a/doc/img/popup-1k.png b/doc/img/popup-1k.png
deleted file mode 100644
index 1c78cb122..000000000
Binary files a/doc/img/popup-1k.png and /dev/null differ
diff --git a/doc/img/popup-2.png b/doc/img/popup-2.png
deleted file mode 100644
index e9f50109c..000000000
Binary files a/doc/img/popup-2.png and /dev/null differ
diff --git a/doc/img/privacy-benchmark.png b/doc/img/privacy-benchmark.png
deleted file mode 100644
index 3e93b5d68..000000000
Binary files a/doc/img/privacy-benchmark.png and /dev/null differ
diff --git a/doc/img/profiling-cosmetic-filters-v0.3.png b/doc/img/profiling-cosmetic-filters-v0.3.png
deleted file mode 100644
index a9b1abf1a..000000000
Binary files a/doc/img/profiling-cosmetic-filters-v0.3.png and /dev/null differ
diff --git a/doc/img/profiling-cosmetic-filters-v0.4.png b/doc/img/profiling-cosmetic-filters-v0.4.png
deleted file mode 100644
index b84c996e5..000000000
Binary files a/doc/img/profiling-cosmetic-filters-v0.4.png and /dev/null differ
diff --git a/doc/img/rlogger-01.png b/doc/img/rlogger-01.png
deleted file mode 100644
index b25e7b126..000000000
Binary files a/doc/img/rlogger-01.png and /dev/null differ
diff --git a/doc/img/rlogger-02.png b/doc/img/rlogger-02.png
deleted file mode 100644
index 8e6a1fc98..000000000
Binary files a/doc/img/rlogger-02.png and /dev/null differ
diff --git a/doc/img/rlogger-03.png b/doc/img/rlogger-03.png
deleted file mode 100644
index fde49f26f..000000000
Binary files a/doc/img/rlogger-03.png and /dev/null differ
diff --git a/doc/img/rlogger-04.png b/doc/img/rlogger-04.png
deleted file mode 100644
index f27db5283..000000000
Binary files a/doc/img/rlogger-04.png and /dev/null differ
diff --git a/doc/img/rlogger-05.png b/doc/img/rlogger-05.png
deleted file mode 100644
index de66d0a40..000000000
Binary files a/doc/img/rlogger-05.png and /dev/null differ
diff --git a/doc/img/rlogger-06.png b/doc/img/rlogger-06.png
deleted file mode 100644
index cce3aaeea..000000000
Binary files a/doc/img/rlogger-06.png and /dev/null differ
diff --git a/doc/img/ss-chromium-1.png b/doc/img/ss-chromium-1.png
deleted file mode 100644
index 13776d9ac..000000000
Binary files a/doc/img/ss-chromium-1.png and /dev/null differ
diff --git a/doc/img/ss-chromium-2.png b/doc/img/ss-chromium-2.png
deleted file mode 100644
index e63ed4ed3..000000000
Binary files a/doc/img/ss-chromium-2.png and /dev/null differ
diff --git a/doc/img/ss-chromium-3.png b/doc/img/ss-chromium-3.png
deleted file mode 100644
index 6bb860439..000000000
Binary files a/doc/img/ss-chromium-3.png and /dev/null differ
diff --git a/doc/img/ss-chromium-4.png b/doc/img/ss-chromium-4.png
deleted file mode 100644
index 8992ec71f..000000000
Binary files a/doc/img/ss-chromium-4.png and /dev/null differ
diff --git a/doc/img/ss-element-picker.png b/doc/img/ss-element-picker.png
deleted file mode 100644
index dc9afe974..000000000
Binary files a/doc/img/ss-element-picker.png and /dev/null differ
diff --git a/doc/img/ss-opera-1.png b/doc/img/ss-opera-1.png
deleted file mode 100644
index 4e0c34942..000000000
Binary files a/doc/img/ss-opera-1.png and /dev/null differ
diff --git a/doc/img/ss-opera-2.png b/doc/img/ss-opera-2.png
deleted file mode 100644
index bffef376c..000000000
Binary files a/doc/img/ss-opera-2.png and /dev/null differ
diff --git a/doc/img/ss-opera-3.png b/doc/img/ss-opera-3.png
deleted file mode 100644
index 3c3bde10f..000000000
Binary files a/doc/img/ss-opera-3.png and /dev/null differ
diff --git a/doc/img/tips-n-tricks-001.png b/doc/img/tips-n-tricks-001.png
deleted file mode 100644
index bbb4647f2..000000000
Binary files a/doc/img/tips-n-tricks-001.png and /dev/null differ
diff --git a/doc/img/tips-n-tricks-002.png b/doc/img/tips-n-tricks-002.png
deleted file mode 100644
index 840adafee..000000000
Binary files a/doc/img/tips-n-tricks-002.png and /dev/null differ
diff --git a/doc/img/ublock-16.svg b/doc/img/ublock-16.svg
deleted file mode 100644
index 381743023..000000000
--- a/doc/img/ublock-16.svg
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
diff --git a/doc/img/ublock-blocks.gif b/doc/img/ublock-blocks.gif
deleted file mode 100644
index 9e26c0911..000000000
Binary files a/doc/img/ublock-blocks.gif and /dev/null differ
diff --git a/doc/img/ublock-obr.png b/doc/img/ublock-obr.png
deleted file mode 100644
index 9840aa1db..000000000
Binary files a/doc/img/ublock-obr.png and /dev/null differ
diff --git a/doc/img/ublock-own-mem.png b/doc/img/ublock-own-mem.png
deleted file mode 100644
index 3172f308d..000000000
Binary files a/doc/img/ublock-own-mem.png and /dev/null differ
diff --git a/doc/img/ublock-vs-abp-memory-201409-a.png b/doc/img/ublock-vs-abp-memory-201409-a.png
deleted file mode 100644
index baf8fe40f..000000000
Binary files a/doc/img/ublock-vs-abp-memory-201409-a.png and /dev/null differ
diff --git a/doc/img/ublock-vs-abp-memory-201409-b.png b/doc/img/ublock-vs-abp-memory-201409-b.png
deleted file mode 100644
index 6c13a944e..000000000
Binary files a/doc/img/ublock-vs-abp-memory-201409-b.png and /dev/null differ
diff --git a/doc/img/ublock.svg b/doc/img/ublock.svg
deleted file mode 100644
index db70ac0a9..000000000
--- a/doc/img/ublock.svg
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
diff --git a/doc/img/wiki-hphosts.png b/doc/img/wiki-hphosts.png
deleted file mode 100644
index 1789a5c23..000000000
Binary files a/doc/img/wiki-hphosts.png and /dev/null differ
diff --git a/doc/media/abp-vs-ublock-ns.webm b/doc/media/abp-vs-ublock-ns.webm
deleted file mode 100644
index 7202f83fa..000000000
Binary files a/doc/media/abp-vs-ublock-ns.webm and /dev/null differ
diff --git a/doc/media/ublock-vs-abp-cpu-2.png b/doc/media/ublock-vs-abp-cpu-2.png
deleted file mode 100644
index 3885a7fbf..000000000
Binary files a/doc/media/ublock-vs-abp-cpu-2.png and /dev/null differ
diff --git a/doc/media/ublock-vs-abp-cpu-2.webm b/doc/media/ublock-vs-abp-cpu-2.webm
deleted file mode 100644
index bb13d12f1..000000000
Binary files a/doc/media/ublock-vs-abp-cpu-2.webm and /dev/null differ
diff --git a/doc/media/ublock-vs-none-ns.webm b/doc/media/ublock-vs-none-ns.webm
deleted file mode 100644
index 6a148a4f7..000000000
Binary files a/doc/media/ublock-vs-none-ns.webm and /dev/null differ