Greasy Fork is available in English.

Preserve focus

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

Penulis
myf
Pemasangan harian
0
Total pemasangan
21
Nilai
0 0 0
Versi
1.0
Dibuat
14 Juni 2021
Diperbarui
14 Juni 2021
Lisensi
N/A
Berlaku untuk
Semua situs

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.)