Coding
[Autohotkey utility script] functionally replace Devtools ‘Copy JS path’ with ‘Copy jQuery path’
When working with jQuery on webpages, I regularly use the Devtools context menu option ‘Copy JS path’, this produces something like: document.querySelector('element1 > element2') then I always need to replace 'document.querySelector' with a '$' for Read more…