Skip to content

Instantly share code, notes, and snippets.

@paveltimofeev
Last active April 25, 2018 08:41
Show Gist options
  • Save paveltimofeev/61ed91b2072167a9433dc49781ffef07 to your computer and use it in GitHub Desktop.
Save paveltimofeev/61ed91b2072167a9433dc49781ffef07 to your computer and use it in GitHub Desktop.
ya: not-interesting-this
$('.yap-adtune-icon').click() && $('.yap-abuse-complaint__link:Contains(Не интересуюсь этой темой)').each((e, t) => { t.click()});
$("yatag > yatag > svg").each(
(e, t) => {
setTimeout(function () {
$(t).parent().click();
$('yatag > a:Contains(Не интересуюсь этой темой)').each((e, t) => {t.click()});
}, 1000 * (e + 1));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment