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

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

Learn More

Javascript

  • 2 ответа
  • 1 имеет эту проблему
  • 274 просмотра
  • Последний ответ от kie000

more options

How do I pause/halt/stop/freeze javascript on a webpage in Firefox? For example, this page. Using either console / keyboard shortcuts / extensions / plugins?

How do I pause/halt/stop/freeze javascript on a webpage in Firefox? For example, this page. Using either console / keyboard shortcuts / extensions / plugins?

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

You might be interested in the javascript debugger: https://developer.mozilla.org/en-US/docs/Tools/Debugger Under the "How to" section it decribes how to pause and control execution.

EDIT: Since you mentioned addons as an option, I myself use the NoScript security suite: https://addons.mozilla.org/en-US/firefox/addon/noscript/ . You can not only enable / disable scripts on a page quickly, but also scripts from specific sources.

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

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

more options

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

You might be interested in the javascript debugger: https://developer.mozilla.org/en-US/docs/Tools/Debugger Under the "How to" section it decribes how to pause and control execution.

EDIT: Since you mentioned addons as an option, I myself use the NoScript security suite: https://addons.mozilla.org/en-US/firefox/addon/noscript/ . You can not only enable / disable scripts on a page quickly, but also scripts from specific sources.

Изменено Kawaii Amber

more options

Thanks, found it: Ctrl-Shift-Z (in firefox) then F8 to halt scripts Ctrl-Shift-S (in Waterfox) then F8 to halt scripts

Firefox takes a horrible turn and makes the web page unaccessible, why? Thankfully waterfox doesn't do that.