Commit Graph

15 Commits

Author SHA1 Message Date
nullius c50bfa5f85
Pull v1.0.10.1 from a.m.o.; change to MIT license
- Pull v1.0.10.1 from a.m.o.  Source files here included as-is.

 - Change to MIT license.  Closes #6.
2018-01-07 04:42:39 +00:00
nullius ee528226a8
Add missing '\n' to last lines of files; rm sigs
Files from the 1.0.8.6 xpi were missing '\n' at the end of their last
lines.  Changing this would invalidate the Mozilla manifest/signature
data, so I removed that.

No substantive code changes in this commit.
2018-01-02 04:50:30 +00:00
nullius 0524b2a7cd
Import 1.0.8.6 from a.m.o. Closes #10. 2018-01-02 04:42:22 +00:00
nullius d4b26a7686
Merge pull request #9 from whatsusername/master
Update UI
2018-01-01 04:11:16 +00:00
nullius 0fd6a4769c
Merge pull request #8 from whatsusername/patch-1
Update README.md
2018-01-01 04:09:23 +00:00
whatsusername eff8be1b91
Create style.css 2017-12-31 09:12:08 +00:00
whatsusername 03babb23b4
Update setwhitelist.html 2017-12-31 09:10:32 +00:00
whatsusername 7bfd49499d
Update manifest.json 2017-12-31 09:09:30 +00:00
whatsusername f5662f9d00
Update setwhitelist.html 2017-12-31 09:08:16 +00:00
whatsusername 1b8c9cbb96
Update README.md
1.0."8"
2017-12-31 09:03:48 +00:00
nullius d675c90d2b
Import 1.0.8 from a.m.o. Closes #7. 2017-12-30 22:03:16 +00:00
nullius ce7503453c
Import v1.0.7.1 from a.m.o.
This is a huge jump.  Sorry, I will not manually import all intermediary
versions to track development.  Significant changes:

 - Major feature:  Now works with Firefox 52 / current Tor Browser.
   Closes #2.
 - Major feature:  Error page.  Closes #3.
 - Major feature:  Whitelist.  Closes #4.
 - Regression:  Indentation/style is busted.  Reopens #1.
2017-12-30 21:55:46 +00:00
nullius 9c4cd9c984
Restyle main Javascript file
I tried to copy the indent style of files seen in Torbutton, with added
guidance from my instincts as a C programmer accustomed to KNF.  This
can now be edited without wrecking diffs, unless I change it again
because this will drive me crazy.

Closes issue #1.
2017-12-12 04:31:18 +00:00
nullius 5370bb3fe2
Clean up & prepare for initial push to Github
Version 0.0.1-prealpha.

 - Delete archival copy of XPI; git history preserves it

 - NOT YET TESTED BY MAINTAINER (@nym-zone)
2017-12-11 20:47:48 +00:00
nullius e2c115d0f2
Import XPI and code from addons.mozilla.org
Initial commit.  Version 0.0.0-prealpha.

 - Glance over code to make sure it looks sane

 - Create git repository

 - Add substantive files

 - Fix icons (PNG CRC errors)

 - Add archival copy of xpi from addons.mozilla.org, with metadata

 - Add README.md, LICENSE.md

 - NOT YET TESTED BY MAINTAINER (@nym-zone)
2017-12-11 20:45:10 +00:00