Copyright (C) 2017-present MagicStack Inc.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source,
blob: 94373a987787aaeb41a5d7c2ae6580617e211a28 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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 (version 60+).
This extension is still in an early stage. Also see
`https://git.koszko.org/browser-extension-doc/' for documentation in
development.
## Installation ##
The extension can be "built" with `./build.sh mozilla' or `./build.sh chromium'.
This creates directories build_mozilla/ and build_chromium/, respectively.
Such directory can be loaded into Ungoogled Chromium or a modern Gecko-based
browser as unpacked extension.
## Copyright ##
All copyright information is gathered in the `copyright' file which follows
(loosely) the format of debian/copyright file described at
`https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/'
In general, this entire extension is available under the terms of GPLv3+ with
various additional licenses and permissions for particular files.
## Contributing ##
Get the code from: https://git.koszko.org/browser-extension/
Come to: https://hachettebugs.koszko.org/projects/hachette
Optionally, write to $(echo a29zemtvQGtvc3prby5vcmcK | base64 -d)
|