Last active
December 10, 2019 07:28
-
-
Save dapi/364814bc222ebd63a22fbc08602794a8 to your computer and use it in GitHub Desktop.
Находит наименование первого яндекс счетчика установленного на сайте через JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Object.getOwnPropertyNames( window ).find(function(str) { return str.includes('yaCounter'); }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment