diff --git a/Makefile b/Makefile index 77bce09..631ecb4 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,9 @@ index: @echo " I2P in Private Browsing Mode" >> index.html @echo " " >> index.html @echo "" >> index.html - sed "s|magnet|$(TORRENT)|g" README.md >> index.html + @echo "" >> index.html + sed "s|magnetsub|[Magnet Link]($(MAGNET))|g" README.md | markdown >> index.html + @echo "" >> index.html @echo "" >> index.html diff --git a/index.html b/index.html index 46cb899..fbd3246 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ I2P in Private Browsing Mode +

I2P in Private Browsing Mode(Firefox-Only)

This is an Experimental webextension which introduces a set of new "Private @@ -41,6 +42,7 @@ command:

Bittorrent network.

@@ -210,4 +212,5 @@ for updates, you can download the identical plugin from this repository's releases page. The latest AMO Plugin will always be identical to the latest github release, except for the version number, which must be incremented for submission to AMO.

+