Skip to content

Instantly share code, notes, and snippets.

//test
(function() {
// Плейсхолдер токена, заменяется загрузчиком
const TOKEN = '{TOKEN}';
// Проверяем, соответствует ли текущая страница шаблону
if (!window.location.pathname.startsWith('/pl/metrika/user/')) {
console.log('Не на целевой странице.');
return;
}