mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-25 01:35:57 +03:00
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
|
Array.from(document.getElementsByTagName('pre')).forEach((element) => {
|
||
|
element.setAttribute('tabindex', '0');
|
||
|
});
|