Greasy Fork is available in English.

Focus input text field on Esc

Focus the first visible input text field when you press Esc key, or restore the previously focused element on second press

이 스크립트의 모든 버전입니다. 코드가 바뀐 버전만 보기

  • v1.0.11 2020-04-10 don't select the text
  • v1.0.10 2019-12-16 also focus textarea
  • v1.0.9 2019-10-16 bugfix
  • v1.0.8 2019-03-10 pierce shadow dom
  • v1.0.7 2018-10-11
  • v1.0.6 2018-10-11
  • v1.0.5 2018-05-22 also restore the scroll position
  • v1.0.4 2016-03-11 Add explicit `@include *` as Tampermonkey requires it now
  • v1.0.3 2015-04-28 simplify the code
  • v1.0.2 2015-04-28 don't enumerate further if the first found input has some text
  • v1.0.1 2015-04-27 typo
  • v1.0 2015-04-27