Project

General

Profile

Download (1.19 KB) Statistics
| Branch: | Tag: | Revision:

haketilo / README.txt @ 261548ff

1
# My extension - Make The Web Great Again! #
2

    
3
This extension's goal is to allow replacing javascript served by websites
4
with scripts specified by user. Something like NoScript and Greasemonkey
5
together. Such facility is necessary to enable browsing World Wide Web
6
without executing nonfree software.
7

    
8
Currently, the target browsers for this extension are Ungoogled Chromium
9
and various forks of Firefox (version 60+).
10

    
11
This extension is still in an early stage. See TODOS.org. Also see
12
`https://git.koszko.org/browser-extension-doc/' for documentation in
13
development.
14

    
15
## Installation ##
16
The extension can be "built" with `./build.sh mozilla' or `./build.sh chromium'.
17
This creates directories build_mozilla/ and  build_chromium/, respectively.
18
Such directory can be loaded into Ungoogled Chromium or a modern Gecko-based
19
browser as unpacked extension.
20

    
21
## Copyright ##
22
All copyright information is gathered in the `copyright' file which follows
23
(loosely) the format of debian/copyright file described at
24
`https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/'
25

    
26
In general, this entire extension is available under the terms of GPLv3+ with
27
various additional licenses and permissions for particular files.
(1-1/5)