Skip to content

Instantly share code, notes, and snippets.

@evikza
Last active March 31, 2022 11:34
Show Gist options
  • Save evikza/88dd7cd2474160d9b9d8be3485541e2f to your computer and use it in GitHub Desktop.
Save evikza/88dd7cd2474160d9b9d8be3485541e2f to your computer and use it in GitHub Desktop.
Get value `worker_id` from https://yandex.ru/uslugi/
document['documentElement']['outerHTML']
['match'](/"ydoWorkerId":(["\w"|-])+/m)[0x0]
['split'](':')[0x1]
['replaceAll']('\x22', '');
// "ydoWorkerId":"(.*?)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment