79128587

Date: 2024-10-26 13:05:31
Score: 0.5
Natty:
Report link

You can select the element by Specific Tag Value:

const item = document.querySelector('[translate="my_team_tab"]');
item.innerText = 'Hello World!';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: ManuelMB