| .github | ||
| gs | ||
| json-data | ||
| json-schema | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
FilterLists
FilterLists is the independent and comprehensive directory of all public filter lists for advertisements, trackers, malware, and annoyances. For more information on its purpose and function, check out Start.
Contributions
See CONTRIBUTING.
Directory Structure
/gs/lib
A single GAS library used by all five list type spreadsheets and accessed via /gs/type/Interface.gs
/gs/type
Scripts copied into each of the five list type spreadsheets to workaround the Google Sheets/GAS permissions structure
/json-data
The data in JSON format for each of the five list types on FilterLists
/json-schema
The JSON Schema specification for each of the five list types contained in /json-data
Building
Essentially, for now, you "can't". As it stands, FilterLists is built on WordPress and Google Sheets. The data is all contained in this repository in .json form. The Google Apps Script used to parse the data is also maintained here. To build the production setup, though, requires creating custom Google Sheets, installing the apps script, and installing WordPress. In the future, it would be great to have the entire site open-sourced.
Google Sheets
Google Sheets is used as a lightweight database for this site. Data is pulled once daily from GitHub to Google Sheets, and then once daily from Google Sheets to FilterLists.