doesn't work at all in current Nightly

The forum for all discussion related to JavaScript Deobfuscator extension. It might not be as busy as the other forums but don't hesitate to come in and ask your question.
Locked
guest

doesn't work at all in current Nightly

Post by guest »

Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30a1
c-c rev: 43c7f777a37f
m-c rev: 835e22069c1a

When starting JavaScript Deobfuscator, its window does not display any compiled or executed scripts, and the following messages appear in the Error Console:

Code: Select all

Error: TypeError: Cc['@mozilla.org/js/jsd/debugger-service;1'] is undefined
Source File: chrome://jsdeobfuscator/content/jsdeobfuscator.js
Line: 11

Warning: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help http://xhr.spec.whatwg.org/
Source File: chrome://jsdeobfuscator/content/jsdeobfuscator.js
Line: 41

Error: TypeError: debuggerService is undefined
Source File: chrome://jsdeobfuscator/content/jsdeobfuscator.js
Line: 76
When trying to pause recording, the button locks in the paused state, and this appears in the Error Console:

Code: Select all

Error: TypeError: debuggerService is undefined
Source File: chrome://jsdeobfuscator/content/jsdeobfuscator.js
Line: 107
I think this might be related to removal of JSD1 (https://bugzilla.mozilla.org/show_bug.cgi?id=800200)...
Please fix. TIA
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: doesn't work at all in current Nightly

Post by mapx »

you could report on the bug tracker
https://issues.adblockplus.org
guest

Re: doesn't work at all in current Nightly

Post by guest »

They just told me to post my issue to GitHub, but I don't have time atm to set up another account. If you have a GitHub account could you please file it for me?
Locked