Submit to Tab on Ctrl + Click / Enter

Sets form's target to `_blank` when submitted via Ctrl + Left Mouse Button or Ctrl + Enter.

2024-03-01 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
myf
평점
0 0 0
버전
2.0.0
생성
2015-05-18
갱신
2024-03-01
크기
1.29KB
라이선스
CC0
동작 사이트
모든 사이트

Useful for "saving" form state in preceding tab.

Ctrl+enter will work alike where plain enter would submit form (ie NOT on textareas).

Sadly, using middle mouse button for the same purpose does not work that well, because it would require invoking "artificial" form.submit(), what triggers popup blocker because form is "artificially dirty", ie got recently changed.

For reference, request for similar functionality in Firefox from 1999.