thomaspeklak/get-query-selector
get-query-selector, на сайте с December 12, 2022 17:18
#getQuerySelector
returns the query selector for a given dom node. The result can be directly fed to document.querySelector. It uses body, #ids and :nth-child(i) to compose the selector.