Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How do I change focus?

  • 2 답장
  • 1 이 문제를 만남
  • 5 보기
  • 최종 답변자: 8bitkronik

more options

So I have a plugin that enables key bindings which allows me to surf pages quicker by pressing keys rather than clicking or scrolling. However when I go to pages like Google the focus always zeros in on the search bar. Other pages that have input fields for texts more often that not get focused on and I end up entering gibberish into them. Is there a way to take away the default focus so it will wait for me to decide when to enter information?

So I have a plugin that enables key bindings which allows me to surf pages quicker by pressing keys rather than clicking or scrolling. However when I go to pages like Google the focus always zeros in on the search bar. Other pages that have input fields for texts more often that not get focused on and I end up entering gibberish into them. Is there a way to take away the default focus so it will wait for me to decide when to enter information?

모든 댓글 (2)

more options

Many pages run a script that puts your cursor where the site believes you are most likely to want it to be. There is no generic method for blocking that kind of script, but just thinking out loud, you might be able to "blur" the focus or shift it to the entire document body with an add-on or a script of your own.

more options

I don't really know how to write a script lol Do you know anything else that would work?