Skip to content

Commit 0763af6

Browse files
committed
Added DarkReader for Chrome 1.3-pre source code.
1 parent 8890d70 commit 0763af6

37 files changed

Lines changed: 4823 additions & 2 deletions

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Ignore compiled JavaScript
2+
*.js
3+
*.map
4+
5+
# Build: allow *.cmd
6+
!build/*.cmd
7+
18
## Ignore Visual Studio temporary files, build results, and
29
## files generated by popular Visual Studio add-ons.
310

@@ -13,7 +20,7 @@
1320
[Rr]eleases/
1421
x64/
1522
x86/
16-
build/
23+
#build/
1724
bld/
1825
[Bb]in/
1926
[Oo]bj/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
darkreaderchrome
1+
DarkReader
22
================
33

44
DarkReader Chrome extension

logo/dr_16.png

691 Bytes
Loading

logo/dr_32.png

1.92 KB
Loading

logo/dr_Screen1_640x400.png

31 KB
Loading

logo/dr_Screen2_640x400.png

500 KB
Loading

logo/dr_Screen3_640x400.png

153 KB
Loading

logo/dr_Screen4_640x400.png

33 KB
Loading

logo/dr_icon_19.cdr

37.6 KB
Binary file not shown.

logo/dr_icon_inactive_19.cdr

38.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)