├── .gitattributes ├── .gitignore ├── .gitlab └── issue_templates │ └── ISSUE_TEMPLATE.md ├── LICENSE ├── README.md ├── arabic.txt ├── bulgarian.txt ├── chinese.txt ├── czech.txt ├── dutch.txt ├── english.txt ├── experiments └── 001_graph.txt ├── fb_non-graph.txt ├── french.txt ├── german.txt ├── hebrew.txt ├── hungarian.txt ├── indian.txt ├── indonesian.txt ├── italian.txt ├── latvian.txt ├── lithuanian.txt ├── mobile-anti-cv.txt ├── nordic.txt ├── polish.txt ├── portuguese.txt ├── romanian.txt ├── russian.txt ├── spanish.txt ├── tamil.txt ├── turkish.txt └── vietnamese.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab/issue_templates/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/.gitlab/issue_templates/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/README.md -------------------------------------------------------------------------------- /arabic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/arabic.txt -------------------------------------------------------------------------------- /bulgarian.txt: -------------------------------------------------------------------------------- 1 | ! #CV-667 2 | gledaiseriali.net#$#abort-current-inline-script Math zfgloaded 3 | -------------------------------------------------------------------------------- /chinese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/chinese.txt -------------------------------------------------------------------------------- /czech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/czech.txt -------------------------------------------------------------------------------- /dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/dutch.txt -------------------------------------------------------------------------------- /english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/english.txt -------------------------------------------------------------------------------- /experiments/001_graph.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/experiments/001_graph.txt -------------------------------------------------------------------------------- /fb_non-graph.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/fb_non-graph.txt -------------------------------------------------------------------------------- /french.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/french.txt -------------------------------------------------------------------------------- /german.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/german.txt -------------------------------------------------------------------------------- /hebrew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/hebrew.txt -------------------------------------------------------------------------------- /hungarian.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /indian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/indian.txt -------------------------------------------------------------------------------- /indonesian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/indonesian.txt -------------------------------------------------------------------------------- /italian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/italian.txt -------------------------------------------------------------------------------- /latvian.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lithuanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/lithuanian.txt -------------------------------------------------------------------------------- /mobile-anti-cv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/mobile-anti-cv.txt -------------------------------------------------------------------------------- /nordic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/nordic.txt -------------------------------------------------------------------------------- /polish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/polish.txt -------------------------------------------------------------------------------- /portuguese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/portuguese.txt -------------------------------------------------------------------------------- /romanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/romanian.txt -------------------------------------------------------------------------------- /russian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/russian.txt -------------------------------------------------------------------------------- /spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/spanish.txt -------------------------------------------------------------------------------- /tamil.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /turkish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/turkish.txt -------------------------------------------------------------------------------- /vietnamese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/HEAD/vietnamese.txt --------------------------------------------------------------------------------