OLD | NEW |
(Empty) | |
| 1 abpcrawler |
| 2 ========== |
| 3 |
| 4 Firefox extension that loads a range of websites and records which |
| 5 elements are filtered by [Adblock Plus](http://adblockplus.org). |
| 6 |
| 7 Building |
| 8 -------- |
| 9 |
| 10 Make sure you have: |
| 11 |
| 12 * A running Firefox with Adblock Plus and |
| 13 [Extension Auto Installer](https://addons.mozilla.org/en-US/firefox/addon/auto
installer/) |
| 14 installed |
| 15 * Python 2.7 |
| 16 |
| 17 Then execute the following: |
| 18 |
| 19 ./build.py autoinstall 8888 |
| 20 |
| 21 This will install the extension into the running Firefox, or update it |
| 22 if it was already installed. |
| 23 |
| 24 Usage |
| 25 ----- |
| 26 |
| 27 Make sure that Adblock Plus is enabled, then click on the ABP symbol in the exte
nsion bar and on _Adblock Plus Crawler_. |
| 28 |
| 29 Now enter the backend URL and hit _Crawl_. |
| 30 |
| 31 License |
| 32 ------- |
| 33 |
| 34 This Source Code is subject to the terms of the Mozilla Public License |
| 35 version 2.0 (the "License"). You can obtain a copy of the License at |
| 36 http://mozilla.org/MPL/2.0/. |
OLD | NEW |