├── README.md ├── README.rus.md ├── filters.txt └── src ├── .vimrc ├── Makefile ├── block.txt ├── ex.txt ├── global.txt ├── head.txt ├── hide.txt ├── script.txt ├── strict.txt ├── style.txt ├── t └── xpath.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/README.md -------------------------------------------------------------------------------- /README.rus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/README.rus.md -------------------------------------------------------------------------------- /filters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/filters.txt -------------------------------------------------------------------------------- /src/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/.vimrc -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/block.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/block.txt -------------------------------------------------------------------------------- /src/ex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/ex.txt -------------------------------------------------------------------------------- /src/global.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/global.txt -------------------------------------------------------------------------------- /src/head.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/head.txt -------------------------------------------------------------------------------- /src/hide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/hide.txt -------------------------------------------------------------------------------- /src/script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/script.txt -------------------------------------------------------------------------------- /src/strict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/strict.txt -------------------------------------------------------------------------------- /src/style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/style.txt -------------------------------------------------------------------------------- /src/t: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/xpath.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hant0508/uBlock-filters/HEAD/src/xpath.txt --------------------------------------------------------------------------------