nohamelin / xseei

A legacy Mozilla Firefox add-on to import and export search engines from XML files in the OpenSearch format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS exception when executing xseei.export-all.js

and-jan opened this issue · comments

When trying to execute the xseei.export-all.js script, I get the following error message:

Exception: TypeError: Cu is undefined
@Scratchpad/2:73:1
@Scratchpad/2:68:2

Hi,
Please verify that the devtools.chrome.enabled preference is true in about:config, as it's mentioned in the description of the file.

If that doesn't solve anything, please tell me at least your OS and Fx version.

I got another report about it in the comments of the gist page.

I will investigate it.

Ah, I totally read over that part. Maybe put that as step 1, for those lazy guys like me ;)
Now it's working, thanks for your help!

I followed your suggestion: the instructions to run it were updated.