Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox Browser Not Displaying Obfuscated Javascript Code

  • 6 ответов
  • 0 имеют эту проблему
  • 1 просмотр
  • Последний ответ от prot112

more options

Hi, I've got a Wordpress website which contains some clickable links that run Javascript code. I have used obfuscation to protect the Javascript code and lock it to my domain. It all works fine for Microsof Edge and Google Chrome, but fails to display for Firefox. Is it normal for Firefox to not display obfuscated code for user protection or something like that?

Hi, I've got a Wordpress website which contains some clickable links that run Javascript code. I have used obfuscation to protect the Javascript code and lock it to my domain. It all works fine for Microsof Edge and Google Chrome, but fails to display for Firefox. Is it normal for Firefox to not display obfuscated code for user protection or something like that?

Выбранное решение

Your site uses window.sidebar which was removed in Firefox 102.

Прочитайте этот ответ в контексте 👍 0

Все ответы (6)

more options

it's not normal, check your browser console for errors.

more options

Do you mean in the message at the lower left of the window that displays when you hover your mouse over a link? Is nothing displayed, or is the wrong URL is displayed?

more options

Thanks for the replies. I have had a look at the console but I don't really understand the info. As far as I can see, it may be something to do with blocking cookies. If anyone can make head or tail of the reason, you can see what happens by trying to access https://visuteach.com/wp-content/uploads/free_tests/times_tables/2_times_tables_2_E/index.html It works fine with Google Chrome and Edge, but just hangs and fails to display with Firefox.

more options

Sorry, it is locked to the domain, so you have to go to the domain https://visuteach.com and choose Free Tests from the menu and then Times Tables Tests and then try and run any one of those tests

more options

Выбранное решение

Your site uses window.sidebar which was removed in Firefox 102.

more options

Thank you very much for your help, zeroknight. That was the problem. A reference to window.sidebar appears in the encrypted index.html and it is not in the original unencrypted index.html file