├── LICENSE ├── README.md ├── bootstrap.js ├── icon.png ├── install.rdf └── update.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustOff/ublock0-updater/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustOff/ublock0-updater/HEAD/README.md -------------------------------------------------------------------------------- /bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustOff/ublock0-updater/HEAD/bootstrap.js -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustOff/ublock0-updater/HEAD/icon.png -------------------------------------------------------------------------------- /install.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustOff/ublock0-updater/HEAD/install.rdf -------------------------------------------------------------------------------- /update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustOff/ublock0-updater/HEAD/update.xml --------------------------------------------------------------------------------