update index.html

Former-commit-id: cc54b85188
Former-commit-id: a9c52d1c5d5a9f8f346f259a7d6e195a9eec5248
This commit is contained in:
idk
2022-08-27 19:50:32 -04:00
parent e35ae949fa
commit 539e3340b4
10 changed files with 1520 additions and 10 deletions

View File

@ -31,18 +31,10 @@ public class I2PBrowser {
System.out.println("I2PFirefox");
i2pFirefox.launch(privateWindow, url);
}
private void launchFirefox(boolean privateWindow) {
System.out.println("I2PFirefox");
i2pFirefox.launch(privateWindow);
}
private void launchChromium(boolean privateWindow, String[] url) {
System.out.println("I2PChromium");
i2pChromium.launch(privateWindow, url);
}
private void launchChromium(boolean privateWindow) {
System.out.println("I2PChromium");
i2pChromium.launch(privateWindow);
}
/**
* Construct an I2PBrowser class which automatically determines which browser to use.