Open all HTML details elements via browser console
Issue:
You are on a page which has a large amount of HTML details elements, for instance translations, and you need to find a certain bit of information by searching the page.
Solution:
The provided snippet opens all details on a page. This can be copy-and-pasted to the browser console to easily access all the fields hidden behind the nested details.