1
0
mirror of https://github.com/PurpleI2P/i2pdbrowser synced 2025-01-15 17:20:02 +00:00
R4SAS 6e9eeba209 1.2.8 pre1
What is CCK2? Answer here: https://mike.kaply.com/cck2/
Updated configuration
Add new old reseed certificate
Update addressbook

Now time to think about one problem - user agent. In FF 60+ removed ability to change it without addons.
2018-09-26 22:58:26 +03:00

11 lines
238 B
JavaScript

const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
var EXPORTED_SYMBOLS = ["errorCritical"];
Components.utils.import("resource://gre/modules/Services.jsm");
function errorCritical(e)
{
Services.prompt.alert(null, "", e);
}