diff --git a/content/liberator.js b/content/liberator.js index 1d2a6194..3cfc484e 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -866,6 +866,8 @@ const liberator = (function () //{{{ return features.indexOf(feature) >= 0; }, + hasExtension: function (name) Application.extensions.all.some(function (e) e.name == name), + help: function (topic) { var where = (options["newtab"] && options.get("newtab").has("all", "help"))