idk c504d5bffd put Tor Browser's at the top of the order on Windows
Former-commit-id: 62167a118a
Former-commit-id: 4150679f32a2353864cbd17ffd5827d9513d74a0
2022-08-19 22:54:24 -04:00
2022-08-07 02:00:32 -04:00
2022-08-19 18:30:14 -04:00
2022-08-08 13:17:25 -04:00
2022-08-07 22:21:29 -04:00
2022-08-19 18:30:14 -04:00
2022-08-08 20:10:24 -04:00
2022-08-07 23:55:25 -04:00
2022-08-08 18:52:35 -04:00
2022-08-08 13:17:25 -04:00
2022-08-08 18:52:49 -04:00
2022-08-08 13:17:25 -04:00
2022-08-08 18:52:27 -04:00
2022-08-08 13:17:25 -04:00
2022-08-08 18:53:03 -04:00
2022-08-07 23:55:25 -04:00
2022-08-19 18:30:14 -04:00
2022-08-19 18:47:20 -04:00
2022-08-08 13:28:46 -04:00
2022-08-08 18:52:27 -04:00
2022-08-07 23:55:25 -04:00

i2p.plugins.firefox

A port of the batch scripts from i2p.firefox to Java.

Getting started

Building

This is not actually a plugin yet, but it will be soon. The important bit is the jar. To generate that, you can either generate the full plugin, which will not work but produces the jar as a by-product, or you can:


ant jar

To build just the jar. You'll know it worked if you can:


java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PFirefox

and a new Firefox instance comes up with a fresh profile, ready-to-use for I2P browsing.

The cooler thing you can do with it is add it to an I2P distribution and somewhere in it, add a UI element that triggers something along the lines of this:


if (i2pIsRunning()) {
    logger.warning("I2P is already running");
    System.out.println("I2PFirefox");
    I2PFirefox i2pFirefox = new I2PFirefox();
    i2pFirefox.launch();
}

to add a browser management tool to it.

Description
A port of the batch scripts from i2p.firefox to Java.
Readme 265 MiB
Languages
HTML 40.5%
Java 40.4%
Shell 11.6%
JavaScript 6%
CSS 1.3%