搜尋 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?