diff options
author | Wojtek Kosior <wk@koszkonutek-tmp.pl.eu.org> | 2021-05-10 18:07:05 +0200 |
---|---|---|
committer | Wojtek Kosior <wk@koszkonutek-tmp.pl.eu.org> | 2021-05-10 18:18:52 +0200 |
commit | 01937dc9d5215ef96ce756e3ccda51bf29032f58 (patch) | |
tree | 609ec5bb48c692796520f7982c06b30633038588 /README.txt | |
download | browser-extension-01937dc9d5215ef96ce756e3ccda51bf29032f58.tar.gz browser-extension-01937dc9d5215ef96ce756e3ccda51bf29032f58.zip |
initial commit
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..571f0df --- /dev/null +++ b/README.txt @@ -0,0 +1,17 @@ +# My extension - Make The Web Great Again! # + +This extension's goal is to allow replacing javascript served by websites +with scripts specified by user. Something like NoScript and Greasemonkey +together. Such facility is necessary to enable browsing World Wide Web +without executing nonfree software. + +Currently, the target browsers for this extension are Ungoogled Chromium +and various forks of Firefox Quantum (right now, Ungoogled Chromium is +being used). + +This extension's development has just started. It doesn't do anything +useful yet. See TODOS.org + +## Installation ## +The extension can be loaded into Ungoogled Chromium as unpacked extension. +As of now, project's main directory is also the extension directory. |