diff --git a/CHANGES.html b/CHANGES.html
old mode 100644
new mode 100755
diff --git a/CHANGES.md b/CHANGES.md
old mode 100644
new mode 100755
diff --git a/LICENSE.html b/LICENSE.html
old mode 100644
new mode 100755
diff --git a/LICENSE.md b/LICENSE.md
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/build.xml b/build.xml
old mode 100644
new mode 100755
diff --git a/i2plogo.png b/i2plogo.png
old mode 100644
new mode 100755
diff --git a/index.html b/index.html
old mode 100644
new mode 100755
diff --git a/style.css b/style.css
old mode 100644
new mode 100755
diff --git a/test-chromium.sh b/test-chromium.sh
new file mode 100755
index 0000000..7de6d93
--- /dev/null
+++ b/test-chromium.sh
@@ -0,0 +1,8 @@
+#! /usr/bin/env sh
+
+GITHUB_USER=eyedeekay
+GITHUB_REPO=i2p.plugins.firefox
+ant distclean
+cd src && \
+ ant && cd ../
+java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium
\ No newline at end of file