Changes between Version 24 and Version 25 of I2P_Browser_develop_n_hacks
- Timestamp:
- Sep 8, 2019 11:16:55 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
I2P_Browser_develop_n_hacks
v24 v25 278 278 279 279 But of course remember to correct paths and the version number might also have changed. Use your brain on this one, not just copy&paste :) 280 281 == Howto restart firefox fast == 282 283 {{{ 284 Cc["@mozilla.org/toolkit/app-startup;1"].getService(Ci.nsIAppStartup).quit(0x12) 285 }}}