Preserve focus

When re-focusing page content, return focus to element that was active before blur, instead of root element.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
myf
1日のインストール数
0
累計インストール数
24
評価
0 0 0
バージョン
1.0
作成日
2021/06/14
更新日
2021/06/14
ライセンス
不明
対象サイト
すべてのサイト

This always drove me nuts: having focused element in mid-page and switching away from the page (to URL bar for example), browser gives me zero means to quickly return to same element without painfully tabbing again.

This super simple script fixes it: when returning focus to the page, it moves it last focused element.

(I think this is what browsers should do by default.)