page generation update for: 2023-01-18 05:21:43.123519064 +0000 UTC m=+59.342657973
This commit is contained in:
11
CHANGES.html
11
CHANGES.html
@ -143,6 +143,17 @@
|
|||||||
<a id="returnhome" href="/">
|
<a id="returnhome" href="/">
|
||||||
/
|
/
|
||||||
</a>
|
</a>
|
||||||
|
<h2>
|
||||||
|
Tue, January 17
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Remove HTTPS everywhere from all profiles
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Generate a Tor Browser install to go inside Linux jpackage portables
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<h2>
|
<h2>
|
||||||
Sat, December 31
|
Sat, December 31
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -55,7 +55,7 @@ For platform specific instructions, see
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.7/i2pfirefox.zip
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.8/i2pfirefox.zip
|
||||||
unzip i2pfirefox.zip
|
unzip i2pfirefox.zip
|
||||||
./i2pfirefox.cmd
|
./i2pfirefox.cmd
|
||||||
|
|
||||||
|
16
VERSION.html
16
VERSION.html
@ -153,14 +153,11 @@
|
|||||||
1.44
|
1.44
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4020669/i2p_in_private_browsing-1.44.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4020669/i2p_in_private_browsing-1.44.xpi
|
||||||
noscript
|
noscript
|
||||||
11.4.13
|
11.4.14
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4033638/noscript-11.4.13.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4050735/noscript-11.4.14.xpi
|
||||||
localcdn-fork-of-decentraleyes
|
localcdn-fork-of-decentraleyes
|
||||||
2.6.43
|
2.6.44
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4041581/localcdn_fork_of_decentraleyes-2.6.43.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4052425/localcdn_fork_of_decentraleyes-2.6.44.xpi
|
||||||
https-everywhere
|
|
||||||
2021.7.13
|
|
||||||
https://addons.mozilla.org/firefox/downloads/file/3809748/https_everywhere-2021.7.13.xpi
|
|
||||||
onion-in-container-browsing
|
onion-in-container-browsing
|
||||||
0.82
|
0.82
|
||||||
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
||||||
@ -180,11 +177,8 @@ https://clients2.google.com/service/update2/crx
|
|||||||
NoScript
|
NoScript
|
||||||
11.4.13
|
11.4.13
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
__MSG_about_ext_name__
|
|
||||||
2022.5.24
|
|
||||||
https://clients2.google.com/service/update2/crx
|
|
||||||
LocalCDN
|
LocalCDN
|
||||||
2.6.39
|
2.6.43
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
uBlock Origin
|
uBlock Origin
|
||||||
1.46.0
|
1.46.0
|
||||||
|
@ -327,7 +327,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
|||||||
|
|
||||||
<target name="buildNum">
|
<target name="buildNum">
|
||||||
<buildnumber file="scripts/build.number" />
|
<buildnumber file="scripts/build.number" />
|
||||||
<property name="release.number" value="1.0.7" />
|
<property name="release.number" value="1.0.8" />
|
||||||
<exec executable="echo" osfamily="unix">
|
<exec executable="echo" osfamily="unix">
|
||||||
<arg value="${release.number}-${build.number}" />
|
<arg value="${release.number}-${build.number}" />
|
||||||
</exec>
|
</exec>
|
||||||
|
@ -302,7 +302,7 @@
|
|||||||
and a non-bundled Java
|
and a non-bundled Java
|
||||||
</h4>
|
</h4>
|
||||||
<pre><code class="language-sh">mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
<pre><code class="language-sh">mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.7/i2pfirefox.zip
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.8/i2pfirefox.zip
|
||||||
unzip i2pfirefox.zip
|
unzip i2pfirefox.zip
|
||||||
./i2pfirefox.cmd
|
./i2pfirefox.cmd
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Wed Jan 18 04:24:12 UTC 2023
|
#Wed Jan 18 05:19:43 UTC 2023
|
||||||
build.number=461
|
build.number=463
|
||||||
|
Reference in New Issue
Block a user